projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
1298f83
)
fs/ocfs2: Fix spelling typo in comment
author
Jiangshan Yi
<yijiangshan@kylinos.cn>
Fri, 15 Jul 2022 06:00:35 +0000
(14:00 +0800)
committer
akpm
<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
patch
|
blob
|
history
diff --git
a/fs/ocfs2/quota_global.c
b/fs/ocfs2/quota_global.c
index 0b6f551a342a176e8f3ad79aa1f11061a4946655..dc9f76ab7e13c316c3625031158f5d677d05680e 100644
(file)
--- a/
fs/ocfs2/quota_global.c
+++ b/
fs/ocfs2/quota_global.c
@@
-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 ex
c
lusive lock on quota
* file inode and quota info */
static int __ocfs2_global_write_info(struct super_block *sb, int type)
{