Searched hist:"52 dc5aec" (Results 1 – 1 of 1) sorted by relevance
/openbmc/linux/scripts/ |
H A D | kernel-doc | 52dc5aec Thu Apr 30 17:08:53 CDT 2009 Randy Dunlap <randy.dunlap@oracle.com> kernel-doc: restrict syntax for private: and public:
scripts/kernel-doc can (incorrectly) delete struct members that are surrounded by /* ... */ <struct members> /* ... */ if there is a /* private: */ comment in there somewhere also.
Fix that by making the "/* private:" only allow whitespace between /* and "private:", not anything/everything in the world.
This fixes some erroneous kernel-doc warnings that popped up while processing include/linux/usb/composite.h.
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> 52dc5aec Thu Apr 30 17:08:53 CDT 2009 Randy Dunlap <randy.dunlap@oracle.com> kernel-doc: restrict syntax for private: and public: scripts/kernel-doc can (incorrectly) delete struct members that are surrounded by /* ... */ <struct members> /* ... */ if there is a /* private: */ comment in there somewhere also. Fix that by making the "/* private:" only allow whitespace between /* and "private:", not anything/everything in the world. This fixes some erroneous kernel-doc warnings that popped up while processing include/linux/usb/composite.h. 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>
|