From: Pankaj Raghav Date: Tue, 20 Aug 2024 16:13:29 +0000 (+0200) Subject: Documentation: iomap: fix a typo X-Git-Tag: v6.12-rc1~118^2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=71fdfcdd0dc8344ce6a7887b4675c7700efeffa6;p=thirdparty%2Flinux.git Documentation: iomap: fix a typo Change voidw -> void. Signed-off-by: Pankaj Raghav Link: https://lore.kernel.org/r/20240820161329.1293718-1-kernel@pankajraghav.com Reviewed-by: Darrick J. Wong Signed-off-by: Christian Brauner --- diff --git a/Documentation/filesystems/iomap/design.rst b/Documentation/filesystems/iomap/design.rst index e2d34085dd0e6..df18a757604a8 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;