[merged mm-stable] fix-a-typo-in-the-wbc_init_bio-description.patch removed from -mm tree

Andrew Morton <[email protected]> Tue, 28 Jul 2026 21:14:09 -0700
Newsgroups org.kernel.vger.mm-commits
Message-ID <[email protected]>
The quilt patch titled
     Subject: writeback.h: fix a typo in the wbc_init_bio() description
has been removed from the -mm tree.  Its filename was
     fix-a-typo-in-the-wbc_init_bio-description.patch

This patch was dropped because it was merged into the mm-stable branch
of git://git.kernel.org/pub/scm/linux/kernel/git/akpm/mm

------------------------------------------------------
From: Andreas Gruenbacher <[email protected]>
Subject: writeback.h: fix a typo in the wbc_init_bio() description
Date: Mon, 15 Jun 2026 17:22:42 +0100

initializtion -> initialization (missing "a")

Link: https://lore.kernel.org/[email protected]
Signed-off-by: Andreas Gruenbacher <[email protected]>
Signed-off-by: Matthew Wilcox (Oracle) <[email protected]>
Signed-off-by: Andrew Morton <[email protected]>
---

 include/linux/writeback.h |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--- a/include/linux/writeback.h~fix-a-typo-in-the-wbc_init_bio-description
+++ a/include/linux/writeback.h
@@ -244,7 +244,7 @@ void wbc_attach_fdatawrite_inode(struct
 		struct inode *inode);
 
 /**
- * wbc_init_bio - writeback specific initializtion of bio
+ * wbc_init_bio - writeback specific initialization of bio
  * @wbc: writeback_control for the writeback in progress
  * @bio: bio to be initialized
  *
_

Patches currently in -mm which might be from [email protected] are