]> git.ipfire.org Git - thirdparty/kernel/linux.git/commitdiff
Documentation: iomap: fix a typo
authorPankaj Raghav <p.raghav@samsung.com>
Tue, 20 Aug 2024 16:13:29 +0000 (18:13 +0200)
committerChristian Brauner <brauner@kernel.org>
Thu, 12 Sep 2024 12:07:17 +0000 (14:07 +0200)
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>
Documentation/filesystems/iomap/design.rst

index e2d34085dd0e69076ccd520341467160f4cb06a3..df18a757604a877e912fed6d19095dd1c5358618 100644 (file)
@@ -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;