Skip to content

Commit

Permalink
mm: fix docbook comment for get_vaddr_frames()
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
Jonathan Corbet authored and torvalds committed Nov 6, 2015
1 parent 7f822c2 commit 61f9ec1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion mm/frame_vector.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 61f9ec1

Please sign in to comment.