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:
eca6a88
)
Staging: rtl8723au: core: Dont have { on new line
author
Tina Ruchandani
<ruchandani.tina@gmail.com>
Fri, 24 Oct 2014 03:16:51 +0000
(20:16 -0700)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Mon, 27 Oct 2014 02:33:06 +0000
(10:33 +0800)
This patch fixes the following checkpatch errors:
ERROR: that open brace { should be on the previous line
ERROR: else should follow close brace '}'
Exceptions: { is left on a new line to itself when fixing
this error makes the line longer than 80 characters.
Signed-off-by: Tina Ruchandani <ruchandani.tina@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
No differences found