From: Jiri Slaby Date: Mon, 13 Oct 2008 09:34:56 +0000 (+0100) Subject: ip2: init/deinit cleanup X-Git-Tag: v2.6.28-rc1~673 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f1ddfd950221cca4d7ba753a71bc4b8930a42a43;p=pandora-kernel.git ip2: init/deinit cleanup Cleanup of module_init/exit: - mostly whitespace - remove empty functions - replace c++ comments - remove useless prints (module loaded, unloaded) - mark the calls as __exit and __init - use break; and return; to save some indent levels after it - note resource leakage It's still mess, but now it's readable. Signed-off-by: Jiri Slaby Signed-off-by: Alan Cox Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed