[PATCH] kernel-doc: allow space after __attribute__
authorRandy Dunlap <randy.dunlap@oracle.com>
Thu, 1 Mar 2007 04:12:10 +0000 (20:12 -0800)
committerLinus Torvalds <torvalds@woody.linux-foundation.org>
Thu, 1 Mar 2007 22:53:36 +0000 (14:53 -0800)
commit328d24403d6a6b856722facd39d7b6ccb429353b
treeb35348d8a3adb80dcf04553fbff01e1187c998ec
parent9d6346311418d12e90cca9384e5fbbe2ffa18efb
[PATCH] kernel-doc: allow space after __attribute__

Allow space(s) between "__attribute__" and "((blah))" so that
kernel-doc does not complain like:

Warning(/tester/linsrc/linux-2.6.20-git15//kernel/timer.c:939): No description found for parameter 'read_persistent_clock(void'

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