From: Pavel Emelyanov Date: Sat, 1 Dec 2007 13:17:46 +0000 (+1100) Subject: [IPV4]: Cleanup the devinet_sysctl_register X-Git-Tag: v2.6.25-rc1~1162^2~1306 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=9fa896429905eccc263ff0d5e592ecaf651af12d;p=pandora-kernel.git [IPV4]: Cleanup the devinet_sysctl_register I moved the call to kmalloc() from the *t declaration into the code (this is confusing when a variable is initialized with the result of some call) and removed unneeded comment near the error path. Just like I did with the neigh ctl-s. Besides, I fixed the goto's and the labels - they were indented with spaces :( Signed-off-by: Pavel Emelyanov Signed-off-by: Herbert Xu Signed-off-by: David S. Miller --- Reading git-diff-tree failed