[PATCH] fs/ocfs2: Fix spelling typo in comment

Jiangshan Yi posted 1 patch 3 years, 9 months ago
fs/ocfs2/quota_global.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] fs/ocfs2: Fix spelling typo in comment
Posted by Jiangshan Yi 3 years, 9 months ago
From: Jiangshan Yi <yijiangshan@kylinos.cn>

Fix spelling typo in comment.

Reported-by: k2ci <kernel-bot@kylinos.cn>
Signed-off-by: Jiangshan Yi <yijiangshan@kylinos.cn>
---
 fs/ocfs2/quota_global.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/ocfs2/quota_global.c b/fs/ocfs2/quota_global.c
index 0b6f551a342a..dc9f76ab7e13 100644
--- a/fs/ocfs2/quota_global.c
+++ b/fs/ocfs2/quota_global.c
@@ -412,7 +412,7 @@ int ocfs2_global_read_info(struct super_block *sb, int type)
 	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)
 {
-- 
2.25.1
Re: [PATCH] fs/ocfs2: Fix spelling typo in comment
Posted by Joseph Qi 3 years, 9 months ago

On 7/15/22 2:00 PM, Jiangshan Yi wrote:
> From: Jiangshan Yi <yijiangshan@kylinos.cn>
> 
> Fix spelling typo in comment.
> 
> Reported-by: k2ci <kernel-bot@kylinos.cn>
> Signed-off-by: Jiangshan Yi <yijiangshan@kylinos.cn>

Acked-by: Joseph Qi <joseph.qi@linux.alibaba.com>
> ---
>  fs/ocfs2/quota_global.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/fs/ocfs2/quota_global.c b/fs/ocfs2/quota_global.c
> index 0b6f551a342a..dc9f76ab7e13 100644
> --- a/fs/ocfs2/quota_global.c
> +++ b/fs/ocfs2/quota_global.c
> @@ -412,7 +412,7 @@ int ocfs2_global_read_info(struct super_block *sb, int type)
>  	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)
>  {