mirror of
https://github.com/torvalds/linux.git
synced 2026-07-27 01:32:21 +02:00
netfs: Fix kdoc warning
Fix a kdoc warning due to a misnamed parameter in the description. Reported-by: Matthew Wilcox <willy@infradead.org> Signed-off-by: David Howells <dhowells@redhat.com> Link: https://patch.msgid.link/20260625140640.3116900-11-dhowells@redhat.com cc: Paulo Alcantara <pc@manguebit.org> cc: netfs@lists.linux.dev cc: linux-fsdevel@vger.kernel.org Signed-off-by: Christian Brauner (Amutable) <brauner@kernel.org>
This commit is contained in:
parent
2bcd3ab372
commit
fa746e23d1
|
|
@ -753,7 +753,7 @@ static inline void netfs_inode_init(struct netfs_inode *ctx,
|
|||
|
||||
/**
|
||||
* netfs_resize_file - Note that a file got resized
|
||||
* @ctx: The netfs inode being resized
|
||||
* @ictx: The netfs inode being resized
|
||||
* @new_i_size: The new file size
|
||||
* @changed_on_server: The change was applied to the server
|
||||
*
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user