* [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
* Re: [PATCH] Documentation: iomap: fix a typo
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
` (2 subsequent siblings)
3 siblings, 0 replies; 7+ messages in thread
From: Darrick J. Wong @ 2024-08-20 16:15 UTC (permalink / raw)
To: Pankaj Raghav (Samsung)
Cc: Jonathan Corbet, Christian Brauner, linux-kernel, linux-fsdevel,
linux-doc, linux-xfs, Pankaj Raghav
On Tue, Aug 20, 2024 at 06:13:29PM +0200, Pankaj Raghav (Samsung) wrote:
> From: Pankaj Raghav <p.raghav@samsung.com>
>
> Change voidw -> void.
>
> Signed-off-by: Pankaj Raghav <p.raghav@samsung.com>
Heh, whoopsw.
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
--D
> ---
> 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 [flat|nested] 7+ messages in thread
* Re: [PATCH] Documentation: iomap: fix a typo
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
3 siblings, 1 reply; 7+ messages in thread
From: David Sterba @ 2024-08-21 0:05 UTC (permalink / raw)
To: Pankaj Raghav (Samsung)
Cc: Jonathan Corbet, Darrick J . Wong, Christian Brauner,
linux-kernel, linux-fsdevel, linux-doc, linux-xfs, Pankaj Raghav
On Tue, Aug 20, 2024 at 06:13:29PM +0200, Pankaj Raghav (Samsung) wrote:
> From: Pankaj Raghav <p.raghav@samsung.com>
>
> Change voidw -> void.
Tips for more typo fixes in the same file: fileystem, constaints,
specifc
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH] Documentation: iomap: fix a typo
2024-08-21 0:05 ` David Sterba
@ 2024-08-21 7:15 ` Pankaj Raghav (Samsung)
0 siblings, 0 replies; 7+ messages in thread
From: Pankaj Raghav (Samsung) @ 2024-08-21 7:15 UTC (permalink / raw)
To: David Sterba
Cc: Jonathan Corbet, Darrick J . Wong, Christian Brauner,
linux-kernel, linux-fsdevel, linux-doc, linux-xfs, Pankaj Raghav
On Wed, Aug 21, 2024 at 02:05:25AM +0200, David Sterba wrote:
> On Tue, Aug 20, 2024 at 06:13:29PM +0200, Pankaj Raghav (Samsung) wrote:
> > From: Pankaj Raghav <p.raghav@samsung.com>
> >
> > Change voidw -> void.
>
> Tips for more typo fixes in the same file: fileystem, constaints,
> specifc
These are already fixed in fs-next:
9ba1824cc875 ("Fix spelling and gramatical errors")
--
Pankaj Raghav
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH] Documentation: iomap: fix a typo
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-09-12 11:52 ` Pankaj Raghav (Samsung)
2024-09-12 12:07 ` Christian Brauner
3 siblings, 0 replies; 7+ messages in thread
From: Pankaj Raghav (Samsung) @ 2024-09-12 11:52 UTC (permalink / raw)
To: Jonathan Corbet, Darrick J . Wong, Christian Brauner
Cc: linux-kernel, linux-fsdevel, linux-doc, linux-xfs, Pankaj Raghav
ping @Christian.
On Tue, Aug 20, 2024 at 06:13:29PM +0200, Pankaj Raghav (Samsung) wrote:
> 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
>
--
Pankaj Raghav
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH] Documentation: iomap: fix a typo
2024-08-20 16:13 [PATCH] Documentation: iomap: fix a typo Pankaj Raghav (Samsung)
` (2 preceding siblings ...)
2024-09-12 11:52 ` Pankaj Raghav (Samsung)
@ 2024-09-12 12:07 ` Christian Brauner
2024-09-17 16:19 ` Darrick J. Wong
3 siblings, 1 reply; 7+ messages in thread
From: Christian Brauner @ 2024-09-12 12:07 UTC (permalink / raw)
To: Pankaj Raghav (Samsung)
Cc: Christian Brauner, linux-kernel, linux-fsdevel, linux-doc,
linux-xfs, Pankaj Raghav, Jonathan Corbet, Darrick J . Wong
On Tue, 20 Aug 2024 18:13:29 +0200, Pankaj Raghav (Samsung) wrote:
> Change voidw -> void.
>
>
Applied to the vfs.blocksize branch of the vfs/vfs.git tree.
Patches in the vfs.blocksize branch should appear in linux-next soon.
Please report any outstanding bugs that were missed during review in a
new review to the original patch series allowing us to drop it.
It's encouraged to provide Acked-bys and Reviewed-bys even though the
patch has now been applied. If possible patch trailers will be updated.
Note that commit hashes shown below are subject to change due to rebase,
trailer updates or similar. If in doubt, please check the listed branch.
tree: https://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs.git
branch: vfs.blocksize
[1/1] Documentation: iomap: fix a typo
https://git.kernel.org/vfs/vfs/c/71fdfcdd0dc8
^ permalink raw reply [flat|nested] 7+ messages in thread
* Re: [PATCH] Documentation: iomap: fix a typo
2024-09-12 12:07 ` Christian Brauner
@ 2024-09-17 16:19 ` Darrick J. Wong
0 siblings, 0 replies; 7+ messages in thread
From: Darrick J. Wong @ 2024-09-17 16:19 UTC (permalink / raw)
To: Christian Brauner
Cc: Pankaj Raghav (Samsung), linux-kernel, linux-fsdevel, linux-doc,
linux-xfs, Pankaj Raghav, Jonathan Corbet
On Thu, Sep 12, 2024 at 02:07:39PM +0200, Christian Brauner wrote:
> On Tue, 20 Aug 2024 18:13:29 +0200, Pankaj Raghav (Samsung) wrote:
> > Change voidw -> void.
> >
> >
>
> Applied to the vfs.blocksize branch of the vfs/vfs.git tree.
> Patches in the vfs.blocksize branch should appear in linux-next soon.
Looks correct to me,
Reviewed-by: Darrick J. Wong <djwong@kernel.org>
--D
>
> Please report any outstanding bugs that were missed during review in a
> new review to the original patch series allowing us to drop it.
>
> It's encouraged to provide Acked-bys and Reviewed-bys even though the
> patch has now been applied. If possible patch trailers will be updated.
>
> Note that commit hashes shown below are subject to change due to rebase,
> trailer updates or similar. If in doubt, please check the listed branch.
>
> tree: https://git.kernel.org/pub/scm/linux/kernel/git/vfs/vfs.git
> branch: vfs.blocksize
>
> [1/1] Documentation: iomap: fix a typo
> https://git.kernel.org/vfs/vfs/c/71fdfcdd0dc8
^ permalink raw reply [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