From: Randy Dunlap Date: Thu, 18 Nov 2010 23:02:49 +0000 (-0800) Subject: fs: fix kernel-doc for dcache::prepend_path X-Git-Url: http://drtracing.org/?a=commitdiff_plain;h=208898c17a97610ce1c01b1cc58e51802a1d52c3;p=deliverable%2Flinux.git 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 Cc: Alexander Viro Signed-off-by: Al Viro --- 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