Skip to content

Commit

Permalink
fs/ecryptfs: remove kernel-doc warnings
Browse files Browse the repository at this point in the history
Remove kernel-doc warnings:

fs/ecryptfs/mmap.c:270: warning: Excess function parameter 'flags'
description in 'ecryptfs_write_begin'

Message-ID: <[email protected]>
Signed-off-by: Zhu Wang <[email protected]>
Signed-off-by: Christian Brauner <[email protected]>
  • Loading branch information
PeterZhu789 authored and brauner committed Aug 2, 2023
1 parent 05f26f8 commit ee042cd
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion fs/ecryptfs/mmap.c
Original file line number Diff line number Diff line change
Expand Up @@ -255,7 +255,6 @@ static int fill_zeros_to_end_of_page(struct page *page, unsigned int to)
* @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)
*
Expand Down

0 comments on commit ee042cd

Please sign in to comment.