diff options
author | Randy Dunlap <randy.dunlap@oracle.com> | 2010-11-19 02:02:49 +0300 |
---|---|---|
committer | Al Viro <viro@zeniv.linux.org.uk> | 2011-01-13 04:06:57 +0300 |
commit | 208898c17a97610ce1c01b1cc58e51802a1d52c3 (patch) | |
tree | 5f89b34b38d8911c197a00003ee5c5a6a19f18cc | |
parent | 1c977540fda4bf65ab467d110f5d840fc27e7608 (diff) | |
download | linux-208898c17a97610ce1c01b1cc58e51802a1d52c3.tar.xz |
fs: fix kernel-doc for dcache::prepend_path
Fix function kernel-doc warning for prepend_path():
Warning(fs/dcache.c:1924): missing initial short description on line:
Signed-off-by: Randy Dunlap <randy.dunlap@oracle.com>
Cc: Alexander Viro <viro@zeniv.linux.org.uk>
Signed-off-by: Al Viro <viro@zeniv.linux.org.uk>
-rw-r--r-- | fs/dcache.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/fs/dcache.c b/fs/dcache.c index b2e90998ad36..0c6d5c549d84 100644 --- a/fs/dcache.c +++ b/fs/dcache.c @@ -2453,8 +2453,7 @@ static int prepend_name(char **buffer, int *buflen, struct qstr *name) } /** - * Prepend path string to a buffer - * + * prepend_path - Prepend path string to a buffer * @path: the dentry/vfsmount to report * @root: root vfsmnt/dentry (may be modified by this function) * @buffer: pointer to the end of the buffer |