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:
ce833d3
)
Staging: sbe-2t3e3: fix coding style issues in netdev.c
author
Pranav Ravichandran
<me@onloop.net>
Mon, 15 Oct 2012 17:38:26 +0000
(23:08 +0530)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Fri, 19 Oct 2012 19:12:40 +0000
(12:12 -0700)
This patch fixes a POINTER_LOCATION error(changed foo* bar to foo *bar)
and an ASSIGN_IN_IF error(moved assignment out of if condition).
Signed-off-by: Pranav Ravichandran <me@onloop.net>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
No differences found