commit | f7850d932fc69cb4bad83117f0bef1a658cce350 | [log] [tgz] |
---|---|---|
author | Randy Dunlap <randy.dunlap@oracle.com> | Wed Mar 19 17:01:02 2008 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Wed Mar 19 18:53:37 2008 -0700 |
tree | 2c7d96fd628472dbecd4f8cddbdabaec2809b92f | |
parent | 08ca0db8aa2db4ddcf487d46d85dc8ffb22162cc [diff] |
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>