mm/readahead: fix kernel-doc notation
authorRandy Dunlap <randy.dunlap@oracle.com>
Thu, 20 Mar 2008 00:01:02 +0000 (17:01 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Thu, 20 Mar 2008 01:53:37 +0000 (18:53 -0700)
commitf7850d932fc69cb4bad83117f0bef1a658cce350
tree2c7d96fd628472dbecd4f8cddbdabaec2809b92f
parent08ca0db8aa2db4ddcf487d46d85dc8ffb22162cc
mm/readahead: fix kernel-doc notation

Fix kernel-doc notation in mm/readahead.c.

Change ":" to ";" so that it doesn't get treated as a doc section heading.
Move the comment block ending "*/" to a line by itself so that the text on
that last line is not lost (dropped).

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/readahead.c