public inbox for linux-fsdevel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Documentation: iomap: fix a typo
@ 2024-08-20 16:13 Pankaj Raghav (Samsung)
  2024-08-20 16:15 ` Darrick J. Wong
                   ` (3 more replies)
  0 siblings, 4 replies; 7+ messages in thread
From: Pankaj Raghav (Samsung) @ 2024-08-20 16:13 UTC (permalink / raw)
  To: Jonathan Corbet, Darrick J . Wong, Christian Brauner
  Cc: linux-kernel, linux-fsdevel, linux-doc, linux-xfs, kernel,
	Pankaj Raghav

From: Pankaj Raghav <p.raghav@samsung.com>

Change voidw -> void.

Signed-off-by: Pankaj Raghav <p.raghav@samsung.com>
---
 Documentation/filesystems/iomap/design.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/filesystems/iomap/design.rst b/Documentation/filesystems/iomap/design.rst
index 37594e1c5914..7261b1b2c379 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;
-- 
2.44.1


^ permalink raw reply related	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2024-09-17 16:19 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-20 16:13 [PATCH] Documentation: iomap: fix a typo Pankaj Raghav (Samsung)
2024-08-20 16:15 ` Darrick J. Wong
2024-08-21  0:05 ` David Sterba
2024-08-21  7:15   ` Pankaj Raghav (Samsung)
2024-09-12 11:52 ` Pankaj Raghav (Samsung)
2024-09-12 12:07 ` Christian Brauner
2024-09-17 16:19   ` Darrick J. Wong

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox