Skip to content

Commit f3fb462

Browse files
Cute-Security-15kleikamp
authored andcommitted
fs: jfs: (trivial) Fix typo in dbInitTree function
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> Signed-off-by: Dave Kleikamp <dave.kleikamp@oracle.com>
1 parent 1150991 commit f3fb462

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

fs/jfs/jfs_dmap.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3857,7 +3857,7 @@ static int dbInitTree(struct dmaptree * dtp)
38573857
l2max = le32_to_cpu(dtp->l2nleafs) + dtp->budmin;
38583858

38593859
/*
3860-
* configure the leaf levevl into binary buddy system
3860+
* configure the leaf level into binary buddy system
38613861
*
38623862
* Try to combine buddies starting with a buddy size of 1
38633863
* (i.e. two leaves). At a buddy size of 1 two buddy leaves

0 commit comments

Comments
 (0)