linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] ocfs2: fix a typo in a comment
@ 2023-10-11 16:32 Yuanheng Zhang
  2023-10-12  1:11 ` Joseph Qi
  0 siblings, 1 reply; 2+ messages in thread
From: Yuanheng Zhang @ 2023-10-11 16:32 UTC (permalink / raw)
  To: mark; +Cc: jlbec, joseph.qi, ocfs2-devel, linux-kernel, Yuanheng Zhang

Fix spelling typo in comment.

Signed-off-by: Yuanheng Zhang <yuanhengzhang1214@gmail.com>
---
 fs/ocfs2/buffer_head_io.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/ocfs2/buffer_head_io.c b/fs/ocfs2/buffer_head_io.c
index 196638a22b48..6cb919f60011 100644
--- a/fs/ocfs2/buffer_head_io.c
+++ b/fs/ocfs2/buffer_head_io.c
@@ -158,7 +158,7 @@ int ocfs2_read_blocks_sync(struct ocfs2_super *osb, u64 block,
 			if (new_bh && bh) {
 				/* If middle bh fails, let previous bh
 				 * finish its read and then put it to
-				 * aovoid bh leak
+				 * avoid bh leak
 				 */
 				if (!buffer_jbd(bh))
 					wait_on_buffer(bh);
-- 
2.34.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] ocfs2: fix a typo in a comment
  2023-10-11 16:32 [PATCH] ocfs2: fix a typo in a comment Yuanheng Zhang
@ 2023-10-12  1:11 ` Joseph Qi
  0 siblings, 0 replies; 2+ messages in thread
From: Joseph Qi @ 2023-10-12  1:11 UTC (permalink / raw)
  To: Yuanheng Zhang, mark, akpm; +Cc: jlbec, ocfs2-devel, linux-kernel



On 10/12/23 12:32 AM, Yuanheng Zhang wrote:
> Fix spelling typo in comment.
> 
> Signed-off-by: Yuanheng Zhang <yuanhengzhang1214@gmail.com>

Acked-by: Joseph Qi <joseph.qi@linux.alibaba.com>
> ---
>  fs/ocfs2/buffer_head_io.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/fs/ocfs2/buffer_head_io.c b/fs/ocfs2/buffer_head_io.c
> index 196638a22b48..6cb919f60011 100644
> --- a/fs/ocfs2/buffer_head_io.c
> +++ b/fs/ocfs2/buffer_head_io.c
> @@ -158,7 +158,7 @@ int ocfs2_read_blocks_sync(struct ocfs2_super *osb, u64 block,
>  			if (new_bh && bh) {
>  				/* If middle bh fails, let previous bh
>  				 * finish its read and then put it to
> -				 * aovoid bh leak
> +				 * avoid bh leak
>  				 */
>  				if (!buffer_jbd(bh))
>  					wait_on_buffer(bh);

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2023-10-12  1:11 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-10-11 16:32 [PATCH] ocfs2: fix a typo in a comment Yuanheng Zhang
2023-10-12  1:11 ` Joseph Qi

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).