Message ID | 20240820161329.1293718-1-kernel@pankajraghav.com (mailing list archive) |
---|---|
State | New |
Headers | show |
Series | Documentation: iomap: fix a typo | expand |
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 > >
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
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")
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 >
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
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
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;