staging: Remove unnecessary semicolons
authorJoe Perches <joe@perches.com>
Thu, 10 Oct 2013 23:07:59 +0000 (16:07 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 11 Oct 2013 22:47:06 +0000 (15:47 -0700)
commita22526e48d6aebc70ed1d19cc3d2724489775aa4
tree5ed19afad728d5e76cf7e7aac5a30a44a87159b4
parenta7d7b0163178b85546a075276a81f27c8c24b786
staging: Remove unnecessary semicolons

These aren't necessary after switch, if and while statements.

Also remove some unnecessary braces where these
semicolons were removed around single statement
and some unnecessary blank lines.

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/iio/adc/ad7291.c
drivers/staging/iio/cdc/ad7150.c
drivers/staging/imx-drm/imx-tve.c
drivers/staging/lustre/lustre/lvfs/lvfs_linux.c
drivers/staging/rtl8188eu/core/rtw_recv.c
drivers/staging/rtl8192e/rtl8192e/rtl_core.c
This page took 0.027454 seconds and 5 git commands to generate.