diff options
author | Randy Dunlap <randy.dunlap@oracle.com> | 2011-01-05 16:28:43 -0800 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2011-01-06 09:59:38 -0800 |
commit | 8484baaa5065b460e5eb18ee721d8417251f7897 (patch) | |
tree | fc0b956c74b6cd236169a323dec90feea79c1659 /init | |
parent | d5ba92b7958e3ff2f0878e45b9b42cb6976853dd (diff) | |
download | linux-3.10-8484baaa5065b460e5eb18ee721d8417251f7897.tar.gz linux-3.10-8484baaa5065b460e5eb18ee721d8417251f7897.tar.bz2 linux-3.10-8484baaa5065b460e5eb18ee721d8417251f7897.zip |
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 <randy.dunlap@oracle.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'init')
0 files changed, 0 insertions, 0 deletions