From: Aurelien Aptel Date: Fri, 17 May 2024 16:10:28 +0000 (+0000) Subject: fuse: use correct name fuse_conn_list in docstring X-Git-Tag: v6.12-rc1~57^2~22 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=506b21c945b9716a1e092189c260d9400c52fa14;p=thirdparty%2Fkernel%2Fstable.git fuse: use correct name fuse_conn_list in docstring fuse_mount_list doesn't exist, use fuse_conn_list. Signed-off-by: Aurelien Aptel Reviewed-by: Bernd Schubert Signed-off-by: Miklos Szeredi --- diff --git a/fs/fuse/fuse_i.h b/fs/fuse/fuse_i.h index 33b21255817eb..bdbf9a8f3fc56 100644 --- a/fs/fuse/fuse_i.h +++ b/fs/fuse/fuse_i.h @@ -866,7 +866,7 @@ struct fuse_conn { /** Negotiated minor version */ unsigned minor; - /** Entry on the fuse_mount_list */ + /** Entry on the fuse_conn_list */ struct list_head entry; /** Device ID from the root super block */