From: Christian Brauner Date: Tue, 28 May 2024 12:33:20 +0000 (+0200) Subject: netfs: fix kernel doc for nets_wait_for_outstanding_io() X-Git-Tag: v6.10-rc4~32^2~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=db003a28e03f95f2bcb63f037a2078b8870b1ecd;p=thirdparty%2Fkernel%2Flinux.git netfs: fix kernel doc for nets_wait_for_outstanding_io() The @inode parameter wasn't documented leading to new doc build warnings. Fixes: f89ea63f1c65 ("netfs, 9p: Fix race between umount and async request completion") Link: https://lore.kernel.org/r/20240528133050.7e09d78e@canb.auug.org.au Signed-off-by: Christian Brauner --- diff --git a/include/linux/netfs.h b/include/linux/netfs.h index 3ca3906bb8da6..5d0288938cc2d 100644 --- a/include/linux/netfs.h +++ b/include/linux/netfs.h @@ -521,7 +521,7 @@ static inline struct fscache_cookie *netfs_i_cookie(struct netfs_inode *ctx) /** * netfs_wait_for_outstanding_io - Wait for outstanding I/O to complete - * @ctx: The netfs inode to wait on + * @inode: The netfs inode to wait on * * Wait for outstanding I/O requests of any type to complete. This is intended * to be called from inode eviction routines. This makes sure that any