greybus: protocol.h: macros should not have a trailing ';'
authorGreg Kroah-Hartman <gregkh@google.com>
Fri, 1 May 2015 19:05:50 +0000 (21:05 +0200)
committerGreg Kroah-Hartman <gregkh@google.com>
Tue, 5 May 2015 09:11:03 +0000 (11:11 +0200)
commitf487c802cba56b5f38c5cb5d2eb32b9562f50dde
treefa17385d725d5dc83b1062fe4cf0ed2f0ee83291
parent63ca78b9abe4d216aec08724c9677b86481fa271
greybus: protocol.h: macros should not have a trailing ';'

Remove the trailing ';' character from the gb_protocol_driver() macro as
it's not needed and is bad coding style.

Signed-off-by: Greg Kroah-Hartman <gregkh@google.com>
Reviewed-by: Viresh Kumar <viresh.kumar@linaro.org>
drivers/staging/greybus/protocol.h