From: Paul Moore <paul@paul-moore.com>
To: Fabian Frederick <fabf@skynet.be>
Cc: linux-kernel@vger.kernel.org, davem@davemloft.net,
joe@perches.com, netdev@vger.kernel.org
Subject: Re: [PATCH 05/16] netlabel: remove unnecessary break after goto
Date: Mon, 14 Jul 2014 18:30:58 -0400 [thread overview]
Message-ID: <1736644.xDSijyH7JM@sifl> (raw)
In-Reply-To: <1405355467-7350-6-git-send-email-fabf@skynet.be>
On Monday, July 14, 2014 06:30:55 PM Fabian Frederick wrote:
> Signed-off-by: Fabian Frederick <fabf@skynet.be>
Acked-by: Paul Moore <paul@paul-moore.com>
> ---
> net/netlabel/netlabel_kapi.c | 1 -
> 1 file changed, 1 deletion(-)
>
> diff --git a/net/netlabel/netlabel_kapi.c b/net/netlabel/netlabel_kapi.c
> index 3045a96..fe9415e 100644
> --- a/net/netlabel/netlabel_kapi.c
> +++ b/net/netlabel/netlabel_kapi.c
> @@ -170,7 +170,6 @@ int netlbl_cfg_unlbl_map_add(const char *domain,
> #endif /* IPv6 */
> default:
> goto cfg_unlbl_map_add_failure;
> - break;
> }
>
> entry->def.addrsel = addrmap;
--
paul moore
www.paul-moore.com
next prev parent reply other threads:[~2014-07-14 22:30 UTC|newest]
Thread overview: 12+ messages / expand[flat|nested] mbox.gz Atom feed top
2014-07-14 16:30 [PATCH 00/16] net: remove unnecessary break after goto/return Fabian Frederick
2014-07-14 16:30 ` [PATCH 01/16] packet: remove unnecessary break after return Fabian Frederick
2014-07-14 16:30 ` [PATCH 02/16] tipc: " Fabian Frederick
2014-07-14 16:30 ` [PATCH 03/16] 9P: " Fabian Frederick
2014-07-14 16:30 ` [PATCH 04/16] af_iucv: remove unnecessary break after goto Fabian Frederick
2014-07-14 16:30 ` [PATCH 05/16] netlabel: " Fabian Frederick
2014-07-14 22:30 ` Paul Moore [this message]
2014-07-14 16:30 ` [PATCH 06/16] pktgen: " Fabian Frederick
2014-07-14 16:30 ` [PATCH 07/16] drop_monitor: remove unnecessary break after return Fabian Frederick
2014-07-14 16:30 ` [PATCH 08/16] mac80211: " Fabian Frederick
2014-07-14 16:30 ` [PATCH 09/16] af_key: " Fabian Frederick
2014-07-15 23:27 ` [PATCH 00/16] net: remove unnecessary break after goto/return David Miller
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=1736644.xDSijyH7JM@sifl \
--to=paul@paul-moore.com \
--cc=davem@davemloft.net \
--cc=fabf@skynet.be \
--cc=joe@perches.com \
--cc=linux-kernel@vger.kernel.org \
--cc=netdev@vger.kernel.org \
/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 a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).