VisionFive2 Linux kernel

StarFive Tech Linux Kernel for VisionFive (JH7110) boards (mirror)

More than 9999 Commits   32 Branches   54 Tags
author: Lee Jones <lee.jones@linaro.org> 2021-03-30 17:44:29 +0100 committer: Andreas Gruenbacher <agruenba@redhat.com> 2021-04-09 22:14:13 +0200 commit: c551f66c5dfefd00687f7567183fec6889ba46a3 parent: a4122a95ce6a6058a75266a3603f0e27721e5dd3
Commit Summary:
gfs2: Fix a number of kernel-doc warnings
Diffstat:
1 file changed, 1 insertion, 1 deletion
diff --git a/fs/gfs2/quota.c b/fs/gfs2/quota.c
index 9b1aca7e1264..94637c307cc8 100644
--- a/fs/gfs2/quota.c
+++ b/fs/gfs2/quota.c
@@ -1534,7 +1534,7 @@ void gfs2_wake_up_statfs(struct gfs2_sbd *sdp) {
 
 /**
  * gfs2_quotad - Write cached quota changes into the quota file
- * @sdp: Pointer to GFS2 superblock
+ * @data: Pointer to GFS2 superblock
  *
  */