From: Randy Dunlap Date: Thu, 6 Jan 2011 00:28:43 +0000 (-0800) Subject: kernel-doc: code reorganization X-Git-Tag: v2.6.38-rc1~494 X-Git-Url: http://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=8484baaa5065b460e5eb18ee721d8417251f7897;p=pandora-kernel.git kernel-doc: code reorganization Move 'main' code vs. subroutines around so that they are not so intermixed, for better readability/understanding (relative to Perl). It was messy to follow the primary flow of code execution with the code being mixed. Now the code begins with data initialization, followed by all subroutines, then ends with the main code execution. This is almost totally source code movement, with a few changes as needed for forward declarations. Signed-off-by: Randy Dunlap Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed