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:
6f8eee6
)
staging: wlan-ng: coding style problem fix
author
Modestas Stankus
<stankus.modestas@gmail.com>
Thu, 31 Jul 2014 19:33:35 +0000
(22:33 +0300)
committer
Greg Kroah-Hartman
<gregkh@linuxfoundation.org>
Fri, 1 Aug 2014 22:00:18 +0000
(15:00 -0700)
WARNING: break is not useful after a goto or return
201: FILE: drivers/staging/wlan-ng/p80211conv.c:201:
+ return 1;
+ break;
Signed-off-by: Modestas Stankus <stankus.modestas@gmail.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
No differences found