From: Andrew Morton Date: Wed, 29 Mar 2006 00:37:06 +0000 (-0800) Subject: [NETFILTER]: Rename init functions. X-Git-Tag: v2.6.17-rc1~164^2 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=65b4b4e81a5094d52cbe372b887b1779abe53f9b;p=pandora-kernel.git [NETFILTER]: Rename init functions. Every netfilter module uses `init' for its module_init() function and `fini' or `cleanup' for its module_exit() function. Problem is, this creates uninformative initcall_debug output and makes ctags rather useless. So go through and rename them all to $(filename)_init and $(filename)_fini. Signed-off-by: Andrew Morton Signed-off-by: David S. Miller --- Reading git-diff-tree failed