linux-kernel-mentees.lists.linuxfoundation.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v2] fs: jfs: (trivial) Fix typo in dbInitTree function
@ 2023-05-05 14:05 Wonguk Lee
  2023-06-20 20:00 ` Dave Kleikamp
  0 siblings, 1 reply; 2+ messages in thread
From: Wonguk Lee @ 2023-05-05 14:05 UTC (permalink / raw)
  To: shaggy; +Cc: jfs-discussion, linux-kernel-mentees, linux-kernel

While trying to fix the jfs UBSAN problem reported in syzkaller,
(https://syzkaller.appspot.com/bug?id=01abadbd6ae6a08b1f1987aa61554c6b3ac19ff2)

I found the typo in the comment of dbInitTree function and fix it.

Signed-off-by: Wonguk Lee <wonguk.lee1023@gmail.com>
---
Changes in v2:
  - Add the patch description and change the name in the Signed-off-by

 fs/jfs/jfs_dmap.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/fs/jfs/jfs_dmap.c b/fs/jfs/jfs_dmap.c
index a3eb1e826947..d8a03d3026cc 100644
--- a/fs/jfs/jfs_dmap.c
+++ b/fs/jfs/jfs_dmap.c
@@ -3851,7 +3851,7 @@ static int dbInitTree(struct dmaptree * dtp)
 	l2max = le32_to_cpu(dtp->l2nleafs) + dtp->budmin;
 
 	/*
-	 * configure the leaf levevl into binary buddy system
+	 * configure the leaf level into binary buddy system
 	 *
 	 * Try to combine buddies starting with a buddy size of 1
 	 * (i.e. two leaves). At a buddy size of 1 two buddy leaves
-- 
2.34.1

_______________________________________________
Linux-kernel-mentees mailing list
Linux-kernel-mentees@lists.linuxfoundation.org
https://lists.linuxfoundation.org/mailman/listinfo/linux-kernel-mentees

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

* Re: [PATCH v2] fs: jfs: (trivial) Fix typo in dbInitTree function
  2023-05-05 14:05 [PATCH v2] fs: jfs: (trivial) Fix typo in dbInitTree function Wonguk Lee
@ 2023-06-20 20:00 ` Dave Kleikamp
  0 siblings, 0 replies; 2+ messages in thread
From: Dave Kleikamp @ 2023-06-20 20:00 UTC (permalink / raw)
  To: Wonguk Lee, shaggy; +Cc: jfs-discussion, linux-kernel-mentees, linux-kernel

On 5/5/23 9:05AM, Wonguk Lee wrote:
> While trying to fix the jfs UBSAN problem reported in syzkaller,
> (https://syzkaller.appspot.com/bug?id=01abadbd6ae6a08b1f1987aa61554c6b3ac19ff2)
> 
> I found the typo in the comment of dbInitTree function and fix it.

Thanks. Applied to jfs-next.

> 
> Signed-off-by: Wonguk Lee <wonguk.lee1023@gmail.com>
> ---
> Changes in v2:
>    - Add the patch description and change the name in the Signed-off-by
> 
>   fs/jfs/jfs_dmap.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/fs/jfs/jfs_dmap.c b/fs/jfs/jfs_dmap.c
> index a3eb1e826947..d8a03d3026cc 100644
> --- a/fs/jfs/jfs_dmap.c
> +++ b/fs/jfs/jfs_dmap.c
> @@ -3851,7 +3851,7 @@ static int dbInitTree(struct dmaptree * dtp)
>   	l2max = le32_to_cpu(dtp->l2nleafs) + dtp->budmin;
>   
>   	/*
> -	 * configure the leaf levevl into binary buddy system
> +	 * configure the leaf level into binary buddy system
>   	 *
>   	 * Try to combine buddies starting with a buddy size of 1
>   	 * (i.e. two leaves). At a buddy size of 1 two buddy leaves
_______________________________________________
Linux-kernel-mentees mailing list
Linux-kernel-mentees@lists.linuxfoundation.org
https://lists.linuxfoundation.org/mailman/listinfo/linux-kernel-mentees

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

end of thread, other threads:[~2023-06-20 20:00 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2023-05-05 14:05 [PATCH v2] fs: jfs: (trivial) Fix typo in dbInitTree function Wonguk Lee
2023-06-20 20:00 ` Dave Kleikamp

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).