[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20220610094639.30906-1-jiapeng.chong@linux.alibaba.com>
Date: Fri, 10 Jun 2022 17:46:39 +0800
From: Jiapeng Chong <jiapeng.chong@...ux.alibaba.com>
To: hch@...radead.org
Cc: linux-kernel@...r.kernel.org,
Jiapeng Chong <jiapeng.chong@...ux.alibaba.com>,
Abaci Robot <abaci@...ux.alibaba.com>
Subject: [PATCH] freevxfs: Describe 'mapping' parameter of vxfs_get_page()
Remove one warning found by running scripts/kernel-doc, which is caused
by using 'make W=1':
fs/freevxfs/vxfs_subr.c:45: warning: Function parameter or member 'mapping' not described in 'vxfs_get_page'.
Reported-by: Abaci Robot <abaci@...ux.alibaba.com>
Signed-off-by: Jiapeng Chong <jiapeng.chong@...ux.alibaba.com>
---
fs/freevxfs/vxfs_subr.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/fs/freevxfs/vxfs_subr.c b/fs/freevxfs/vxfs_subr.c
index c99282df7761..e2e337b415b3 100644
--- a/fs/freevxfs/vxfs_subr.c
+++ b/fs/freevxfs/vxfs_subr.c
@@ -30,8 +30,8 @@ vxfs_put_page(struct page *pp)
}
/**
- * vxfs_get_page - read a page into memory.
- * @ip: inode to read from
+ * vxfs_get_page() - read a page into memory.
+ * @mapping: logical to physical mapping to use
* @n: page number
*
* Description:
--
2.20.1.7.g153144c
Powered by blists - more mailing lists