From: stephen hemminger Date: Thu, 13 Feb 2014 04:51:22 +0000 (-0800) Subject: net: remove unnecessary return's X-Git-Tag: v3.15-rc1~113^2~357 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2045ceaed4d54e6e698874d008be727ee5b2a01c;p=pandora-kernel.git net: remove unnecessary return's One of my pet coding style peeves is the practice of adding extra return; at the end of function. Kill several instances of this in network code. I suppose some coccinelle wizardy could do this automatically. Signed-off-by: Stephen Hemminger Signed-off-by: David S. Miller --- Reading git-diff-tree failed