From: Horms Date: Fri, 3 Feb 2006 01:03:18 +0000 (-0800) Subject: [IPV4]: Remove suprious use of goto out: in icmp_reply X-Git-Tag: v2.6.16-rc3~210^2~4 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f00c401b9b5f0a90e2eb05705f5988fbda0b082b;p=pandora-kernel.git [IPV4]: Remove suprious use of goto out: in icmp_reply This seems to be an artifact of the follwoing commit in February '02. e7e173af42dbf37b1d946f9ee00219cb3b2bea6a In a nutshell, goto out and return actually do the same thing, and both are called in this function. This patch removes out. Signed-Off-By: Horms Signed-off-by: David S. Miller --- Reading git-diff-tree failed