From: David Howells Date: Thu, 25 Jun 2026 14:06:28 +0000 (+0100) Subject: netfs: Fix kdoc warning X-Git-Tag: v7.2-rc2~14^2~3^2~5 X-Git-Url: http://git.ipfire.org/gitweb/?a=commitdiff_plain;h=fa746e23d1094f9a68afe5973746b0e32078fd8b;p=thirdparty%2Flinux.git netfs: Fix kdoc warning Fix a kdoc warning due to a misnamed parameter in the description. Reported-by: Matthew Wilcox Signed-off-by: David Howells Link: https://patch.msgid.link/20260625140640.3116900-11-dhowells@redhat.com cc: Paulo Alcantara cc: netfs@lists.linux.dev cc: linux-fsdevel@vger.kernel.org Signed-off-by: Christian Brauner (Amutable) --- diff --git a/include/linux/netfs.h b/include/linux/netfs.h index 243c0f737938..bdc270e84b30 100644 --- a/include/linux/netfs.h +++ b/include/linux/netfs.h @@ -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 *