Home
last modified time | relevance | path

Searched hist:"8484 baaa5065b460e5eb18ee721d8417251f7897" (Results 1 – 1 of 1) sorted by relevance

/linux/scripts/
H A Dkernel-docdiff 8484baaa5065b460e5eb18ee721d8417251f7897 Thu Jan 06 01:28:43 CET 2011 Randy Dunlap <randy.dunlap@oracle.com> 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>