Commit 0f7cf003 authored by Sylvain Trias's avatar Sylvain Trias Committed by 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: default avatarSylvain Trias <bozo@nobodix.org>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@suse.de>
parent ea12ac4f
......@@ -254,7 +254,7 @@ static ssize_t variax_set_active(struct device *dev,
if (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,
sizeof(variax_activate));
return count;
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment