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:
015bdc2
)
staging: vt6656: fixed the switch case indentation level error
author
Nandini Hanumanthagowda
<nandu.hgowda@gmail.com>
Tue, 12 Nov 2013 17:35:34 +0000
(23:05 +0530)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Wed, 20 Nov 2013 00:02:27 +0000
(16:02 -0800)
aligned the case statements of 'switch' so that the switch and
case are on same indentation level to fix the following error.
ERROR: switch and case should be at the same indent
Signed-off-by: Nandini Hanumanthagowda <nandu.hgowda@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
No differences found