[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20101118150249.459b40fe.randy.dunlap@oracle.com>
Date: Thu, 18 Nov 2010 15:02:49 -0800
From: Randy Dunlap <randy.dunlap@...cle.com>
To: lkml <linux-kernel@...r.kernel.org>
Cc: viro <viro@...iv.linux.org.uk>
Subject: [PATCH] fs: fix kernel-doc for dcache::prepend_path
From: Randy Dunlap <randy.dunlap@...cle.com>
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@...cle.com>
Cc: Alexander Viro <viro@...iv.linux.org.uk>
---
fs/dcache.c | 3 +--
1 file changed, 1 insertion(+), 2 deletions(-)
--- lnx-2637-r2g4-kerndoc.orig/fs/dcache.c
+++ lnx-2637-r2g4-kerndoc/fs/dcache.c
@@ -1921,8 +1921,7 @@ static int prepend_name(char **buffer, i
}
/**
- * 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
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists