mm: fix memory.c incorrect kernel-doc
authorRandy Dunlap <randy.dunlap@oracle.com>
Sat, 26 Mar 2011 20:27:01 +0000 (13:27 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Mon, 28 Mar 2011 02:30:18 +0000 (19:30 -0700)
commitae91dbfc9949cf042c45798557b48d3b83bc3635
tree6af0edfd904b957a2f6ca65ae4a5fdebb78ca5b8
parentd7c3f8cee81f4548de0513403b74131aee655576
mm: fix memory.c incorrect kernel-doc

Fix mm/memory.c incorrect kernel-doc function notation:

  Warning(mm/memory.c:3718): Cannot understand  * @access_remote_vm - access another process' address space
   on line 3718 - I thought it was a doc line

Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/memory.c