]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
staging/cptm1217: fix checkpatch warnings
authorToshiaki Yamane <yamanetoshi@gmail.com>
Wed, 18 Jul 2012 01:16:07 +0000 (10:16 +0900)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 19 Jul 2012 23:11:26 +0000 (16:11 -0700)
The below checkpatch error was fixed,

drivers/staging/cptm1217/cp_tm1217.h:5: ERROR: open brace '{' following struct go on the same line

Signed-off-by: Toshiaki Yamane <yamanetoshi@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/cptm1217/cp_tm1217.h

index a0ce31db53f83fb382ae2272b63186da915979f3..30bad357a05595a31e3e3aa511964a60c4cab004 100644 (file)
@@ -1,8 +1,7 @@
 #ifndef __LINUX_I2C_CP_TM1217_H
 #define __LINUX_I2C_CP_TM1217_H
 
-struct cp_tm1217_platform_data
-{
+struct cp_tm1217_platform_data {
        int gpio;               /* If not set uses the IRQ resource 0 */
 };