projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
7f822c2
)
mm: fix docbook comment for get_vaddr_frames()
author
Jonathan Corbet
<
[email protected]
>
Fri, 6 Nov 2015 02:46:23 +0000
(18:46 -0800)
committer
Linus Torvalds
<
[email protected]
>
Fri, 6 Nov 2015 03:34:48 +0000
(19:34 -0800)
get_vaddr_frames() has a comment that's *almost* a docbook comment; add
the missing star so that the tools will find it properly.
Signed-off-by: Jonathan Corbet <
[email protected]
>
Cc: Jan Kara <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
mm/frame_vector.c
patch
|
blob
|
history
diff --git
a/mm/frame_vector.c
b/mm/frame_vector.c
index cdabcb93c6a61965c7de7ce7f2ae4419437da013..7cf2b7163222b1d304ba1a4dde0604c5f29a3bbd 100644
(file)
--- a/
mm/frame_vector.c
+++ b/
mm/frame_vector.c
@@
-7,7
+7,7
@@
#include <linux/pagemap.h>
#include <linux/sched.h>
-/*
+/*
*
* get_vaddr_frames() - map virtual addresses to pfns
* @start: starting user address
* @nr_frames: number of pages / pfns from start to map