[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-Id: <20100517.230832.133881440.davem@davemloft.net>
Date: Mon, 17 May 2010 23:08:32 -0700 (PDT)
From: David Miller <davem@...emloft.net>
To: joe@...ches.com
Cc: netdev@...r.kernel.org
Subject: Re: [PATCH net-next] net: Remove unnecessary returns from void
function()s
From: Joe Perches <joe@...ches.com>
Date: Tue, 11 May 2010 10:45:41 -0700
> This patch removes from net/ (but not any netfilter files)
> all the unnecessary return; statements that precede the
> last closing brace of void functions.
>
> It does not remove the returns that are immediately
> preceded by a label as gcc doesn't like that.
>
> Done via:
> $ grep -rP --include=*.[ch] -l "return;\n}" net/ | \
> xargs perl -i -e 'local $/ ; while (<>) { s/\n[ \t\n]+return;\n}/\n}/g; print; }'
>
> Signed-off-by: Joe Perches <joe@...ches.com>
Applied, thanks.
--
To unsubscribe from this list: send the line "unsubscribe netdev" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Powered by blists - more mailing lists