All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH 0/3] staging: remove break after return
@ 2015-03-13  7:58 Supriya Karanth
  2015-03-13  7:58 ` [PATCH 1/3] staging: rtl8188eu: " Supriya Karanth
                   ` (2 more replies)
  0 siblings, 3 replies; 4+ messages in thread
From: Supriya Karanth @ 2015-03-13  7:58 UTC (permalink / raw)
  To: iskaranth, outreachy-kernel

This patchset removes the "break" statement after a "return"
statement as it will not get executed.

Found by checkpatch.pl - break is not useful after a goto
or return

Supriya Karanth (3):
  staging: rtl8188eu: remove break after return
  staging: rtl8192e: remove break after return
  staging: rtl8192u: remove break after return

 drivers/staging/rtl8188eu/hal/pwrseqcmd.c              | 1 -
 drivers/staging/rtl8192e/rtl8192e/r8192E_phy.c         | 1 -
 drivers/staging/rtl8192e/rtllib_softmac.c              | 1 -
 drivers/staging/rtl8192u/ieee80211/ieee80211_softmac.c | 1 -
 4 files changed, 4 deletions(-)

-- 
2.1.0



^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2015-03-13  7:59 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-03-13  7:58 [PATCH 0/3] staging: remove break after return Supriya Karanth
2015-03-13  7:58 ` [PATCH 1/3] staging: rtl8188eu: " Supriya Karanth
2015-03-13  7:58 ` [PATCH 2/3] staging: rtl8192e: " Supriya Karanth
2015-03-13  7:58 ` [PATCH 3/3] staging: rtl8192u: " Supriya Karanth

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.