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:
92fa897
)
staging: vt6656: int.c: Use one space between variable type and name
author
Jesper Juhl
<jj@chaosbits.net>
Wed, 27 Jun 2012 20:02:19 +0000
(22:02 +0200)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Fri, 6 Jul 2012 23:10:54 +0000
(16:10 -0700)
The style of most kernel code is that there is 1 *space* between the
type of a variable and its name. This patch enforces that in
drivers/staging/vt6656/int.c .
Signed-off-by: Jesper Juhl <jj@chaosbits.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
No differences found