提交 0f7cf003 编写于 作者: S Sylvain Trias 提交者: Greg Kroah-Hartman

Staging: line6: variax.c: fixed a space a "x ? a : b" coding style issue

Fixed a coding style issue.
Signed-off-by: NSylvain Trias <bozo@nobodix.org>
Signed-off-by: NGreg Kroah-Hartman <gregkh@suse.de>
上级 ea12ac4f
...@@ -254,7 +254,7 @@ static ssize_t variax_set_active(struct device *dev, ...@@ -254,7 +254,7 @@ static ssize_t variax_set_active(struct device *dev,
if (ret) if (ret)
return ret; return ret;
variax->buffer_activate[VARIAX_OFFSET_ACTIVATE] = value ? 1: 0; variax->buffer_activate[VARIAX_OFFSET_ACTIVATE] = value ? 1 : 0;
line6_send_raw_message_async(&variax->line6, variax->buffer_activate, line6_send_raw_message_async(&variax->line6, variax->buffer_activate,
sizeof(variax_activate)); sizeof(variax_activate));
return count; return count;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册