]> Git Repo - linux.git/commit
staging: wlan-ng: coding style problem fix
authorModestas Stankus <[email protected]>
Thu, 31 Jul 2014 19:33:35 +0000 (22:33 +0300)
committerGreg Kroah-Hartman <[email protected]>
Fri, 1 Aug 2014 22:00:18 +0000 (15:00 -0700)
commit0e1fc793c7e42308dddad103a195dd261c5bf650
tree45420d6895fc7a6cdd7d496855c144e5400611aa
parent6f8eee65a3bfaa22a1bc902997d7603f9ef20cc0
staging: wlan-ng: coding style problem fix

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 <[email protected]>
Signed-off-by: Greg Kroah-Hartman <[email protected]>
drivers/staging/wlan-ng/p80211conv.c
This page took 0.052883 seconds and 4 git commands to generate.