From: Linus Torvalds Date: Thu, 5 Aug 2010 18:59:02 +0000 (-0600) Subject: module: refactor load_module X-Git-Tag: v2.6.36-rc1~549^2~17 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f91a13bb99b73961d4e2743a6ff296ac553abc4f;p=pandora-kernel.git module: refactor load_module I'd start from the trivial stuff. There's a fair amount of straight-line code that just makes the function hard to read just because you have to page up and down so far. Some of it is trivial to just create a helper function for. Signed-off-by: Linus Torvalds Signed-off-by: Rusty Russell --- Reading git-diff-tree failed