[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)
commit996a07bcb62c5935248e238a1150089f3d99a6fb
treedaad83697a9b15b2a426d90623383e7ebe3023b2
parent78831ba68263d37382d61ea87d738975d992bd0d
[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