[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <20220520041016.80354-1-jiapeng.chong@linux.alibaba.com>
Date: Fri, 20 May 2022 12:10:15 +0800
From: Jiapeng Chong <jiapeng.chong@...ux.alibaba.com>
To: hch@...radead.org
Cc: linux-kernel@...r.kernel.org,
Jiapeng Chong <jiapeng.chong@...ux.alibaba.com>,
Abaci Robot <abaci@...ux.alibaba.com>
Subject: [PATCH 1/2] freevxfs: fix kernel-doc warning in vxfs_super.c
Fix the following W=1 kernel warnings:
fs/freevxfs/vxfs_super.c:184: warning: expecting prototype for
vxfs_read_super(). Prototype was for vxfs_fill_super() instead.
Reported-by: Abaci Robot <abaci@...ux.alibaba.com>
Signed-off-by: Jiapeng Chong <jiapeng.chong@...ux.alibaba.com>
---
fs/freevxfs/vxfs_super.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/fs/freevxfs/vxfs_super.c b/fs/freevxfs/vxfs_super.c
index c3b82f716f9a..310d73e254df 100644
--- a/fs/freevxfs/vxfs_super.c
+++ b/fs/freevxfs/vxfs_super.c
@@ -165,7 +165,7 @@ static int vxfs_try_sb_magic(struct super_block *sbp, int silent,
}
/**
- * vxfs_read_super - read superblock into memory and initialize filesystem
+ * vxfs_fill_super - read superblock into memory and initialize filesystem
* @sbp: VFS superblock (to fill)
* @dp: fs private mount data
* @silent: do not complain loudly when sth is wrong
--
2.20.1.7.g153144c
Powered by blists - more mailing lists