From: Supriya Karanth <iskaranth@gmail.com>
To: iskaranth@gmail.com, outreachy-kernel@googlegroups.com
Subject: [PATCH 0/3] staging: remove break after return
Date: Fri, 13 Mar 2015 16:58:39 +0900 [thread overview]
Message-ID: <cover.1426233142.git.iskaranth@gmail.com> (raw)
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
next reply other threads:[~2015-03-13 7:58 UTC|newest]
Thread overview: 4+ messages / expand[flat|nested] mbox.gz Atom feed top
2015-03-13 7:58 Supriya Karanth [this message]
2015-03-13 7:58 ` [PATCH 1/3] staging: rtl8188eu: remove break after return 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
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=cover.1426233142.git.iskaranth@gmail.com \
--to=iskaranth@gmail.com \
--cc=outreachy-kernel@googlegroups.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
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.