]> bbs.cooldavid.org Git - net-next-2.6.git/commit
mm: fix fatal kernel-doc error
authorRandy Dunlap <randy.dunlap@oracle.com>
Wed, 11 Aug 2010 21:17:30 +0000 (14:17 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 12 Aug 2010 15:43:29 +0000 (08:43 -0700)
commit3c111a071da260aa1e9cae3e882e2109c4e9bdfc
tree27a830f9981dc1a9734a190d9890d4eddf0e6357
parent0a7992c90828a65281c3c9cf180be3b432d277b2
mm: fix fatal kernel-doc error

Fix a fatal kernel-doc error due to a #define coming between a function's
kernel-doc notation and the function signature.  (kernel-doc cannot handle
this)

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>
mm/page-writeback.c