git.openpandora.org
/
pandora-kernel.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
f19454f
)
staging: vt6655: Removed C99 style comments
author
Nandini Hanumanthagowda
<nandu.hgowda@gmail.com>
Sat, 12 Oct 2013 16:58:08 +0000
(22:28 +0530)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Mon, 14 Oct 2013 16:15:26 +0000
(09:15 -0700)
C99 style comment // should not be used as
per coding guidelines.Usage of C99 style
comment // was resulting in checkpatch.pl
error.Hence replaced it with block comment /* */
Signed-off-by: Nandini Hanumanthagowda <nandu.hgowda@gmail.com>
Reviewed-by: Josh Triplett <josh@joshtriplett.org>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
No differences found