diff options
| author | Andreas Gruenbacher <agruenba@redhat.com> | 2026-06-15 17:22:42 +0100 |
|---|---|---|
| committer | Andrew Morton <akpm@linux-foundation.org> | 2026-07-02 23:26:56 -0700 |
| commit | 444ead34278b49205016571963e2dcff59fdf5b0 (patch) | |
| tree | 2315afba0d0f2970822e75a3ee27427810bc6cc5 /include | |
| parent | d8a92d8854917b74bc4dd2991fca2555d8619fb8 (diff) | |
| download | linux-next-444ead34278b49205016571963e2dcff59fdf5b0.tar.gz linux-next-444ead34278b49205016571963e2dcff59fdf5b0.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.h | 2 |
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 * |
