summaryrefslogtreecommitdiff
path: root/include
diff options
context:
space:
mode:
authorAndreas Gruenbacher <agruenba@redhat.com>2026-06-15 17:22:42 +0100
committerAndrew Morton <akpm@linux-foundation.org>2026-07-22 21:11:25 -0700
commit35bcb6eba3d09de831bd93b64663c53bdfc4199b (patch)
tree9279b8686b09efc74d2fb94814430f9bdcf22bd7 /include
parent9cfffcca6f53ded2eef7a7a6006d80ea74b1e91e (diff)
downloadlinux-next-35bcb6eba3d09de831bd93b64663c53bdfc4199b.tar.gz
linux-next-35bcb6eba3d09de831bd93b64663c53bdfc4199b.zip
writeback.h: fix a typo in the wbc_init_bio() description
initializtion -> initialization (missing "a") Link: https://lore.kernel.org/20260615162244.2170866-2-willy@infradead.org Signed-off-by: Andreas Gruenbacher <agruenba@redhat.com> Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org> Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to 'include')
-rw-r--r--include/linux/writeback.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/writeback.h b/include/linux/writeback.h
index 62552a2ce5b9..b749a9a5a5ee 100644
--- a/include/linux/writeback.h
+++ b/include/linux/writeback.h
@@ -244,7 +244,7 @@ void wbc_attach_fdatawrite_inode(struct writeback_control *wbc,
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
*