Skip to content

Commit 71fdfcd

Browse files
Panky-codesbrauner
authored andcommitted
Documentation: iomap: fix a typo
Change voidw -> void. Signed-off-by: Pankaj Raghav <[email protected]> Link: https://lore.kernel.org/r/[email protected] Reviewed-by: Darrick J. Wong <[email protected]> Signed-off-by: Christian Brauner <[email protected]>
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)