summaryrefslogtreecommitdiff
path: root/Documentation/filesystems
diff options
context:
space:
mode:
authorPankaj Raghav <p.raghav@samsung.com>2024-08-20 18:13:29 +0200
committerChristian Brauner <brauner@kernel.org>2024-09-12 14:07:17 +0200
commit71fdfcdd0dc8344ce6a7887b4675c7700efeffa6 (patch)
treefcc52480614a4a57f63663b1ec5c191a2fdf269f /Documentation/filesystems
parent4bceb9ba05aca23652567fb5f899cc7fcb12c8d0 (diff)
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>
Diffstat (limited to 'Documentation/filesystems')
-rw-r--r--Documentation/filesystems/iomap/design.rst2
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;