* [PATCH] Documentation: Fix spelling mistakes
@ 2025-09-02 19:38 Ranganath V N
2025-09-02 19:47 ` Randy Dunlap
` (3 more replies)
0 siblings, 4 replies; 8+ messages in thread
From: Ranganath V N @ 2025-09-02 19:38 UTC (permalink / raw)
To: linux-doc, linux-kernel
Cc: robh, krzk+dt, conor+dt, brauner, djwong, corbet, pbonzini,
laurent.pinchart, vnranganath.20, devicetree, linux-xfs,
linux-fsdevel, kvm
Corrected a few spelling mistakes to improve the readability.
Signed-off-by: Ranganath V N <vnranganath.20@gmail.com>
---
Documentation/devicetree/bindings/submitting-patches.rst | 2 +-
Documentation/filesystems/iomap/operations.rst | 2 +-
Documentation/virt/kvm/review-checklist.rst | 2 +-
3 files changed, 3 insertions(+), 3 deletions(-)
diff --git a/Documentation/devicetree/bindings/submitting-patches.rst b/Documentation/devicetree/bindings/submitting-patches.rst
index 46d0b036c97e..191085b0d5e8 100644
--- a/Documentation/devicetree/bindings/submitting-patches.rst
+++ b/Documentation/devicetree/bindings/submitting-patches.rst
@@ -66,7 +66,7 @@ I. For patch submitters
any DTS patches, regardless whether using existing or new bindings, should
be placed at the end of patchset to indicate no dependency of drivers on
the DTS. DTS will be anyway applied through separate tree or branch, so
- different order would indicate the serie is non-bisectable.
+ different order would indicate the series is non-bisectable.
If a driver subsystem maintainer prefers to apply entire set, instead of
their relevant portion of patchset, please split the DTS patches into
diff --git a/Documentation/filesystems/iomap/operations.rst b/Documentation/filesystems/iomap/operations.rst
index 067ed8e14ef3..387fd9cc72ca 100644
--- a/Documentation/filesystems/iomap/operations.rst
+++ b/Documentation/filesystems/iomap/operations.rst
@@ -321,7 +321,7 @@ The fields are as follows:
- ``writeback_submit``: Submit the previous built writeback context.
Block based file systems should use the iomap_ioend_writeback_submit
helper, other file system can implement their own.
- File systems can optionall to hook into writeback bio submission.
+ File systems can optionally hook into writeback bio submission.
This might include pre-write space accounting updates, or installing
a custom ``->bi_end_io`` function for internal purposes, such as
deferring the ioend completion to a workqueue to run metadata update
diff --git a/Documentation/virt/kvm/review-checklist.rst b/Documentation/virt/kvm/review-checklist.rst
index debac54e14e7..053f00c50d66 100644
--- a/Documentation/virt/kvm/review-checklist.rst
+++ b/Documentation/virt/kvm/review-checklist.rst
@@ -98,7 +98,7 @@ New APIs
It is important to demonstrate your use case. This can be as simple as
explaining that the feature is already in use on bare metal, or it can be
a proof-of-concept implementation in userspace. The latter need not be
- open source, though that is of course preferrable for easier testing.
+ open source, though that is of course preferable for easier testing.
Selftests should test corner cases of the APIs, and should also cover
basic host and guest operation if no open source VMM uses the feature.
--
2.43.0
^ permalink raw reply related [flat|nested] 8+ messages in thread
* Re: [PATCH] Documentation: Fix spelling mistakes
2025-09-02 19:38 [PATCH] Documentation: Fix spelling mistakes Ranganath V N
@ 2025-09-02 19:47 ` Randy Dunlap
2025-09-02 19:59 ` Krzysztof Kozlowski
` (2 subsequent siblings)
3 siblings, 0 replies; 8+ messages in thread
From: Randy Dunlap @ 2025-09-02 19:47 UTC (permalink / raw)
To: Ranganath V N, linux-doc, linux-kernel
Cc: robh, krzk+dt, conor+dt, brauner, djwong, corbet, pbonzini,
laurent.pinchart, devicetree, linux-xfs, linux-fsdevel, kvm
On 9/2/25 12:38 PM, Ranganath V N wrote:
> Corrected a few spelling mistakes to improve the readability.
>
> Signed-off-by: Ranganath V N <vnranganath.20@gmail.com>
Reviewed-by: Randy Dunlap <rdunlap@infradead.org>
Thanks.
> ---
> Documentation/devicetree/bindings/submitting-patches.rst | 2 +-
> Documentation/filesystems/iomap/operations.rst | 2 +-
> Documentation/virt/kvm/review-checklist.rst | 2 +-
> 3 files changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/Documentation/devicetree/bindings/submitting-patches.rst b/Documentation/devicetree/bindings/submitting-patches.rst
> index 46d0b036c97e..191085b0d5e8 100644
> --- a/Documentation/devicetree/bindings/submitting-patches.rst
> +++ b/Documentation/devicetree/bindings/submitting-patches.rst
> @@ -66,7 +66,7 @@ I. For patch submitters
> any DTS patches, regardless whether using existing or new bindings, should
> be placed at the end of patchset to indicate no dependency of drivers on
> the DTS. DTS will be anyway applied through separate tree or branch, so
> - different order would indicate the serie is non-bisectable.
> + different order would indicate the series is non-bisectable.
>
> If a driver subsystem maintainer prefers to apply entire set, instead of
> their relevant portion of patchset, please split the DTS patches into
> diff --git a/Documentation/filesystems/iomap/operations.rst b/Documentation/filesystems/iomap/operations.rst
> index 067ed8e14ef3..387fd9cc72ca 100644
> --- a/Documentation/filesystems/iomap/operations.rst
> +++ b/Documentation/filesystems/iomap/operations.rst
> @@ -321,7 +321,7 @@ The fields are as follows:
> - ``writeback_submit``: Submit the previous built writeback context.
> Block based file systems should use the iomap_ioend_writeback_submit
> helper, other file system can implement their own.
> - File systems can optionall to hook into writeback bio submission.
> + File systems can optionally hook into writeback bio submission.
> This might include pre-write space accounting updates, or installing
> a custom ``->bi_end_io`` function for internal purposes, such as
> deferring the ioend completion to a workqueue to run metadata update
> diff --git a/Documentation/virt/kvm/review-checklist.rst b/Documentation/virt/kvm/review-checklist.rst
> index debac54e14e7..053f00c50d66 100644
> --- a/Documentation/virt/kvm/review-checklist.rst
> +++ b/Documentation/virt/kvm/review-checklist.rst
> @@ -98,7 +98,7 @@ New APIs
> It is important to demonstrate your use case. This can be as simple as
> explaining that the feature is already in use on bare metal, or it can be
> a proof-of-concept implementation in userspace. The latter need not be
> - open source, though that is of course preferrable for easier testing.
> + open source, though that is of course preferable for easier testing.
> Selftests should test corner cases of the APIs, and should also cover
> basic host and guest operation if no open source VMM uses the feature.
>
--
~Randy
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH] Documentation: Fix spelling mistakes
2025-09-02 19:38 [PATCH] Documentation: Fix spelling mistakes Ranganath V N
2025-09-02 19:47 ` Randy Dunlap
@ 2025-09-02 19:59 ` Krzysztof Kozlowski
2025-09-02 20:05 ` Randy Dunlap
2025-09-03 16:46 ` Rob Herring (Arm)
2025-09-03 21:36 ` Jonathan Corbet
3 siblings, 1 reply; 8+ messages in thread
From: Krzysztof Kozlowski @ 2025-09-02 19:59 UTC (permalink / raw)
To: Ranganath V N, linux-doc, linux-kernel
Cc: robh, krzk+dt, conor+dt, brauner, djwong, corbet, pbonzini,
laurent.pinchart, devicetree, linux-xfs, linux-fsdevel, kvm
On 02/09/2025 21:38, Ranganath V N wrote:
> Corrected a few spelling mistakes to improve the readability.
>
> Signed-off-by: Ranganath V N <vnranganath.20@gmail.com>
> ---
> Documentation/devicetree/bindings/submitting-patches.rst | 2 +-
> Documentation/filesystems/iomap/operations.rst | 2 +-
> Documentation/virt/kvm/review-checklist.rst | 2 +-
> 3 files changed, 3 insertions(+), 3 deletions(-)
>
> diff --git a/Documentation/devicetree/bindings/submitting-patches.rst b/Documentation/devicetree/bindings/submitting-patches.rst
> index 46d0b036c97e..191085b0d5e8 100644
> --- a/Documentation/devicetree/bindings/submitting-patches.rst
> +++ b/Documentation/devicetree/bindings/submitting-patches.rst
> @@ -66,7 +66,7 @@ I. For patch submitters
> any DTS patches, regardless whether using existing or new bindings, should
> be placed at the end of patchset to indicate no dependency of drivers on
> the DTS. DTS will be anyway applied through separate tree or branch, so
> - different order would indicate the serie is non-bisectable.
> + different order would indicate the series is non-bisectable.
That's not entirely a spelling mistake
https://en.wiktionary.org/wiki/serie#English
Best regards,
Krzysztof
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH] Documentation: Fix spelling mistakes
2025-09-02 19:59 ` Krzysztof Kozlowski
@ 2025-09-02 20:05 ` Randy Dunlap
2025-09-03 4:00 ` Ranganath V N
0 siblings, 1 reply; 8+ messages in thread
From: Randy Dunlap @ 2025-09-02 20:05 UTC (permalink / raw)
To: Krzysztof Kozlowski, Ranganath V N, linux-doc, linux-kernel
Cc: robh, krzk+dt, conor+dt, brauner, djwong, corbet, pbonzini,
laurent.pinchart, devicetree, linux-xfs, linux-fsdevel, kvm
On September 2, 2025 12:59:05 PM PDT, Krzysztof Kozlowski <krzk@kernel.org> wrote:
>On 02/09/2025 21:38, Ranganath V N wrote:
>> Corrected a few spelling mistakes to improve the readability.
>>
>> Signed-off-by: Ranganath V N <vnranganath.20@gmail.com>
>> ---
>> Documentation/devicetree/bindings/submitting-patches.rst | 2 +-
>> Documentation/filesystems/iomap/operations.rst | 2 +-
>> Documentation/virt/kvm/review-checklist.rst | 2 +-
>> 3 files changed, 3 insertions(+), 3 deletions(-)
>>
>> diff --git a/Documentation/devicetree/bindings/submitting-patches.rst b/Documentation/devicetree/bindings/submitting-patches.rst
>> index 46d0b036c97e..191085b0d5e8 100644
>> --- a/Documentation/devicetree/bindings/submitting-patches.rst
>> +++ b/Documentation/devicetree/bindings/submitting-patches.rst
>> @@ -66,7 +66,7 @@ I. For patch submitters
>> any DTS patches, regardless whether using existing or new bindings, should
>> be placed at the end of patchset to indicate no dependency of drivers on
>> the DTS. DTS will be anyway applied through separate tree or branch, so
>> - different order would indicate the serie is non-bisectable.
>> + different order would indicate the series is non-bisectable.
>That's not entirely a spelling mistake
>https://en.wiktionary.org/wiki/serie#English
>
>Best regards,
>Krzysztof
>
Obsolete. Close enough for me.
~Randy
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH] Documentation: Fix spelling mistakes
2025-09-02 20:05 ` Randy Dunlap
@ 2025-09-03 4:00 ` Ranganath V N
2025-09-03 4:46 ` Matthew Wilcox
0 siblings, 1 reply; 8+ messages in thread
From: Ranganath V N @ 2025-09-03 4:00 UTC (permalink / raw)
To: rdunlap
Cc: brauner, conor+dt, corbet, devicetree, djwong, krzk+dt, krzk, kvm,
laurent.pinchart, linux-doc, linux-fsdevel, linux-kernel,
linux-xfs, pbonzini, robh, vnranganath.20
>On September 2, 2025 12:59:05 PM PDT, Krzysztof Kozlowski <krzk@kernel.org> wrote:
>>On 02/09/2025 21:38, Ranganath V N wrote:
>>> Corrected a few spelling mistakes to improve the readability.
>>>
>>> Signed-off-by: Ranganath V N <vnranganath.20@gmail.com>
>>> ---
>>> Documentation/devicetree/bindings/submitting-patches.rst | 2 +-
>>> Documentation/filesystems/iomap/operations.rst | 2 +-
>>> Documentation/virt/kvm/review-checklist.rst | 2 +-
>>> 3 files changed, 3 insertions(+), 3 deletions(-)
>>>
>>> diff --git a/Documentation/devicetree/bindings/submitting-patches.rst b/Documentation/devicetree/bindings/submitting-patches.rst
>>> index 46d0b036c97e..191085b0d5e8 100644
>>> --- a/Documentation/devicetree/bindings/submitting-patches.rst
>>> +++ b/Documentation/devicetree/bindings/submitting-patches.rst
>>> @@ -66,7 +66,7 @@ I. For patch submitters
>>> any DTS patches, regardless whether using existing or new bindings, should
>>> be placed at the end of patchset to indicate no dependency of drivers on
>>> the DTS. DTS will be anyway applied through separate tree or branch, so
>>> - different order would indicate the serie is non-bisectable.
>>> + different order would indicate the series is non-bisectable.
>>That's not entirely a spelling mistake
>>https://en.wiktionary.org/wiki/serie#English
>>
>>Best regards,
>>Krzysztof
>Obsolete. Close enough for me.
Hi,
Thanks for the response. Do you want me to resend the patch by ignoring this?
particular "serie".
Ranganath
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH] Documentation: Fix spelling mistakes
2025-09-03 4:00 ` Ranganath V N
@ 2025-09-03 4:46 ` Matthew Wilcox
0 siblings, 0 replies; 8+ messages in thread
From: Matthew Wilcox @ 2025-09-03 4:46 UTC (permalink / raw)
To: Ranganath V N
Cc: rdunlap, brauner, conor+dt, corbet, devicetree, djwong, krzk+dt,
krzk, kvm, laurent.pinchart, linux-doc, linux-fsdevel,
linux-kernel, linux-xfs, pbonzini, robh
On Wed, Sep 03, 2025 at 09:30:43AM +0530, Ranganath V N wrote:
> Thanks for the response. Do you want me to resend the patch by ignoring this?
> particular "serie".
No. "serie" is obsolete and was clearly a typo.
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH] Documentation: Fix spelling mistakes
2025-09-02 19:38 [PATCH] Documentation: Fix spelling mistakes Ranganath V N
2025-09-02 19:47 ` Randy Dunlap
2025-09-02 19:59 ` Krzysztof Kozlowski
@ 2025-09-03 16:46 ` Rob Herring (Arm)
2025-09-03 21:36 ` Jonathan Corbet
3 siblings, 0 replies; 8+ messages in thread
From: Rob Herring (Arm) @ 2025-09-03 16:46 UTC (permalink / raw)
To: Ranganath V N
Cc: linux-doc, devicetree, pbonzini, laurent.pinchart, brauner,
conor+dt, linux-xfs, kvm, linux-fsdevel, linux-kernel, krzk+dt,
djwong, corbet
On Wed, 03 Sep 2025 01:08:22 +0530, Ranganath V N wrote:
> Corrected a few spelling mistakes to improve the readability.
>
> Signed-off-by: Ranganath V N <vnranganath.20@gmail.com>
> ---
> Documentation/devicetree/bindings/submitting-patches.rst | 2 +-
> Documentation/filesystems/iomap/operations.rst | 2 +-
> Documentation/virt/kvm/review-checklist.rst | 2 +-
> 3 files changed, 3 insertions(+), 3 deletions(-)
>
Acked-by: Rob Herring (Arm) <robh@kernel.org>
^ permalink raw reply [flat|nested] 8+ messages in thread
* Re: [PATCH] Documentation: Fix spelling mistakes
2025-09-02 19:38 [PATCH] Documentation: Fix spelling mistakes Ranganath V N
` (2 preceding siblings ...)
2025-09-03 16:46 ` Rob Herring (Arm)
@ 2025-09-03 21:36 ` Jonathan Corbet
3 siblings, 0 replies; 8+ messages in thread
From: Jonathan Corbet @ 2025-09-03 21:36 UTC (permalink / raw)
To: Ranganath V N, linux-doc, linux-kernel
Cc: robh, krzk+dt, conor+dt, brauner, djwong, pbonzini,
laurent.pinchart, vnranganath.20, devicetree, linux-xfs,
linux-fsdevel, kvm
Ranganath V N <vnranganath.20@gmail.com> writes:
> Corrected a few spelling mistakes to improve the readability.
>
> Signed-off-by: Ranganath V N <vnranganath.20@gmail.com>
> ---
> Documentation/devicetree/bindings/submitting-patches.rst | 2 +-
> Documentation/filesystems/iomap/operations.rst | 2 +-
> Documentation/virt/kvm/review-checklist.rst | 2 +-
> 3 files changed, 3 insertions(+), 3 deletions(-)
Applied, thanks.
jon
^ permalink raw reply [flat|nested] 8+ messages in thread
end of thread, other threads:[~2025-09-03 21:36 UTC | newest]
Thread overview: 8+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-09-02 19:38 [PATCH] Documentation: Fix spelling mistakes Ranganath V N
2025-09-02 19:47 ` Randy Dunlap
2025-09-02 19:59 ` Krzysztof Kozlowski
2025-09-02 20:05 ` Randy Dunlap
2025-09-03 4:00 ` Ranganath V N
2025-09-03 4:46 ` Matthew Wilcox
2025-09-03 16:46 ` Rob Herring (Arm)
2025-09-03 21:36 ` Jonathan Corbet
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).