]> git.baikalelectronics.ru Git - kernel.git/commit
staging: sm750fb: fix c99 comments
authorJuston Li <juston.h.li@gmail.com>
Fri, 12 Jun 2015 10:17:22 +0000 (03:17 -0700)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Sat, 13 Jun 2015 00:20:33 +0000 (17:20 -0700)
commit14818472a1a81336f9fd453411d2f5e189368cf8
tree60df012fb316c53fa0d66d1f770c28681aee88d7
parent13c61184bfd8724202e22ff1c7756cb30565f986
staging: sm750fb: fix c99 comments

fixed all checkpatch.pl ERROR: do not use C99 // comments

Any C99 comments used to comment out code are simply removed.
Also some of the errors occur inside '#if 0' blocks which I
might as well fix since checkpatch.pl caught them but the blocks
themselves should probably be cleaned up later.

Changes since v1: close a comment block

Signed-off-by: Juston Li <juston.h.li@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/sm750fb/ddk750_chip.c
drivers/staging/sm750fb/ddk750_dvi.c
drivers/staging/sm750fb/ddk750_help.c
drivers/staging/sm750fb/ddk750_sii164.c
drivers/staging/sm750fb/sm750.h
drivers/staging/sm750fb/sm750_accel.c
drivers/staging/sm750fb/sm750_accel.h
drivers/staging/sm750fb/sm750_cursor.c
drivers/staging/sm750fb/sm750_help.h
drivers/staging/sm750fb/sm750_hw.c
drivers/staging/sm750fb/sm750_hw.h