staging: greybus: hid: remove braces {} around single statement block
authorDan Jessie <dtjessie@gmail.com>
Sat, 28 Mar 2020 22:21:35 +0000 (18:21 -0400)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Mon, 13 Apr 2020 06:55:26 +0000 (08:55 +0200)
commitc42f736332a43e7cec61f582909036b5addc707a
tree14b93994086f2c651c393e38b08c68e93426543f
parent8f3d9f354286745c751374f5f1fcafee6b3f3136
staging: greybus: hid: remove braces {} around single statement block

This patch fixes the checkpatch.pl warning:

WARNING: braces {} are not necessary for single statement blocks

This is the only instance of the problem noted by
checkpatch.pl in staging: greybus.

Signed-off-by: Dan Jessie <dtjessie@gmail.com>
Reviewed-by: Alex Elder <elder@linaro.org>
Link: https://lore.kernel.org/r/20200328222134.19344-1-dtjessie@gmail.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/greybus/hid.c