]> git.baikalelectronics.ru Git - kernel.git/commit
kernel-doc: code reorganization
authorRandy Dunlap <randy.dunlap@oracle.com>
Thu, 6 Jan 2011 00:28:43 +0000 (16:28 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 6 Jan 2011 17:59:38 +0000 (09:59 -0800)
commitc0b49fce68b7cbde7d7c45d590e1790311cd73be
treefc0b956c74b6cd236169a323dec90feea79c1659
parent7f49ef882611cf9d741e30150033924d760b0a32
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>
scripts/kernel-doc