From: Zhu Wang Date: Mon, 31 Jul 2023 11:25:33 +0000 (+0800) Subject: fs/ecryptfs: remove kernel-doc warnings X-Git-Tag: block-6.6-2023-09-08~78^2~23 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=ee042cdb9f0f8a802fc6497ca921e8863f090f6e;p=linux-block.git fs/ecryptfs: remove kernel-doc warnings Remove kernel-doc warnings: fs/ecryptfs/mmap.c:270: warning: Excess function parameter 'flags' description in 'ecryptfs_write_begin' Message-ID: <20230731112533.214216-1-wangzhu9@huawei.com> Signed-off-by: Zhu Wang Signed-off-by: Christian Brauner --- diff --git a/fs/ecryptfs/mmap.c b/fs/ecryptfs/mmap.c index cb1e998ce54d..e2483acc4366 100644 --- a/fs/ecryptfs/mmap.c +++ b/fs/ecryptfs/mmap.c @@ -255,7 +255,6 @@ out: * @mapping: The eCryptfs object * @pos: The file offset at which to start writing * @len: Length of the write - * @flags: Various flags * @pagep: Pointer to return the page * @fsdata: Pointer to return fs data (unused) *