OSDN Git Service

fs/ocfs2: Fix spelling typo in comment
authorJiangshan Yi <yijiangshan@kylinos.cn>
Fri, 15 Jul 2022 06:00:35 +0000 (14:00 +0800)
committerakpm <akpm@linux-foundation.org>
Mon, 18 Jul 2022 00:31:43 +0000 (17:31 -0700)
Fix spelling typo in comment.

Link: https://lkml.kernel.org/r/20220715060035.632903-1-13667453960@163.com
Signed-off-by: Jiangshan Yi <yijiangshan@kylinos.cn>
Reported-by: k2ci <kernel-bot@kylinos.cn>
Acked-by: Joseph Qi <joseph.qi@linux.alibaba.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
fs/ocfs2/quota_global.c

index 0b6f551..dc9f76a 100644 (file)
@@ -412,7 +412,7 @@ out_unlock:
        goto out_err;
 }
 
-/* Write information to global quota file. Expects exlusive lock on quota
+/* Write information to global quota file. Expects exclusive lock on quota
  * file inode and quota info */
 static int __ocfs2_global_write_info(struct super_block *sb, int type)
 {