commit | f91a13bb99b73961d4e2743a6ff296ac553abc4f | [log] [tgz] |
---|---|---|
author | Linus Torvalds <torvalds@linux-foundation.org> | Thu Aug 05 12:59:02 2010 -0600 |
committer | Rusty Russell <rusty@rustcorp.com.au> | Thu Aug 05 12:59:02 2010 +0930 |
tree | eb922cfbd4af965491200d307baf3b60b8b0319e | |
parent | 2409e74278b7fb917d39ef6d3c16223c04a386f2 [diff] |
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 <torvalds@linux-foundation.org> Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>