Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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 <wangzhu9@huawei.com>
Signed-off-by: Christian Brauner <brauner@kernel.org>

authored by

Zhu Wang and committed by
Christian Brauner
ee042cdb 05f26f86

-1
-1
fs/ecryptfs/mmap.c
··· 255 255 * @mapping: The eCryptfs object 256 256 * @pos: The file offset at which to start writing 257 257 * @len: Length of the write 258 - * @flags: Various flags 259 258 * @pagep: Pointer to return the page 260 259 * @fsdata: Pointer to return fs data (unused) 261 260 *