diff options
author | Pankaj Raghav <[email protected]> | 2024-08-20 18:13:29 +0200 |
---|---|---|
committer | Christian Brauner <[email protected]> | 2024-09-12 14:07:17 +0200 |
commit | 71fdfcdd0dc8344ce6a7887b4675c7700efeffa6 (patch) | |
tree | fcc52480614a4a57f63663b1ec5c191a2fdf269f | |
parent | 4bceb9ba05aca23652567fb5f899cc7fcb12c8d0 (diff) |
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]>
-rw-r--r-- | Documentation/filesystems/iomap/design.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/filesystems/iomap/design.rst b/Documentation/filesystems/iomap/design.rst index e2d34085dd0e..df18a757604a 100644 --- a/Documentation/filesystems/iomap/design.rst +++ b/Documentation/filesystems/iomap/design.rst @@ -165,7 +165,7 @@ structure below: u16 flags; struct block_device *bdev; struct dax_device *dax_dev; - voidw *inline_data; + void *inline_data; void *private; const struct iomap_folio_ops *folio_ops; u64 validity_cookie; |