From: Randy Dunlap Date: Sat, 14 Aug 2010 20:05:31 +0000 (-0700) Subject: fs/dcache: fix function param name in kernel-doc X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=cd956a1c039a55a0ea58175b9a6e83c45799f3de;p=GitHub%2FLineageOS%2Fandroid_kernel_motorola_exynos9610.git fs/dcache: fix function param name in kernel-doc Fix parameter name in kernel-doc notation (causes a warning). Signed-off-by: Randy Dunlap Signed-off-by: Linus Torvalds --- diff --git a/fs/dcache.c b/fs/dcache.c index 166d35d56868..4d13bf50b7b1 100644 --- a/fs/dcache.c +++ b/fs/dcache.c @@ -1976,7 +1976,7 @@ global_root: * __d_path - return the path of a dentry * @path: the dentry/vfsmount to report * @root: root vfsmnt/dentry (may be modified by this function) - * @buffer: buffer to return value in + * @buf: buffer to return value in * @buflen: buffer length * * Convert a dentry into an ASCII path name.