]> git.baikalelectronics.ru Git - kernel.git/commit
[PATCH] kernel-doc: allow more whitespace
authorRandy Dunlap <randy.dunlap@oracle.com>
Sat, 10 Feb 2007 09:45:56 +0000 (01:45 -0800)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Sun, 11 Feb 2007 18:51:32 +0000 (10:51 -0800)
commit6fdeabcf2a5b912497d82c5ea11923821bbf398a
treedaad83697a9b15b2a426d90623383e7ebe3023b2
parentb0b07c23757f61b62d0700ea0ddcd79e5b607679
[PATCH] kernel-doc: allow more whitespace

Allow whitespace in pointer-to-function
[accept "(* done)", not just "(*done)"].

Allow tabs (spaces are already allowed) between "#define" and a macro name.

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
scripts/kernel-doc