Skip to content

Commit 71fdfcd

Browse files
Panky-codesbrauner
authored andcommitted
Documentation: iomap: fix a typo
Change voidw -> void. Signed-off-by: Pankaj Raghav <p.raghav@samsung.com> Link: https://lore.kernel.org/r/20240820161329.1293718-1-kernel@pankajraghav.com Reviewed-by: Darrick J. Wong <djwong@kernel.org> Signed-off-by: Christian Brauner <brauner@kernel.org>
1 parent 4bceb9b commit 71fdfcd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Documentation/filesystems/iomap/design.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -165,7 +165,7 @@ structure below:
165165
u16 flags;
166166
struct block_device *bdev;
167167
struct dax_device *dax_dev;
168-
voidw *inline_data;
168+
void *inline_data;
169169
void *private;
170170
const struct iomap_folio_ops *folio_ops;
171171
u64 validity_cookie;

0 commit comments

Comments
 (0)