2024-04-26 23:19:04

by Bird, Tim

[permalink] [raw]
Subject: [PATCH] docs: stable-kernel-rules: fix typo sent->send


Change 'sent' to 'send'

Signed-off-by: Tim Bird <[email protected]>
---
Documentation/process/stable-kernel-rules.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/process/stable-kernel-rules.rst b/Documentation/process/stable-kernel-rules.rst
index 1704f1c686d0..3178bef6fca3 100644
--- a/Documentation/process/stable-kernel-rules.rst
+++ b/Documentation/process/stable-kernel-rules.rst
@@ -78,7 +78,7 @@ in the sign-off area. Once the patch is mainlined it will be applied to the
stable tree without anything else needing to be done by the author or
subsystem maintainer.

-To sent additional instructions to the stable team, use a shell-style inline
+To send additional instructions to the stable team, use a shell-style inline
comment:

* To specify any additional patch prerequisites for cherry picking use the
--
2.25.1



2024-04-27 10:10:10

by Greg Kroah-Hartman

[permalink] [raw]
Subject: Re: [PATCH] docs: stable-kernel-rules: fix typo sent->send

On Fri, Apr 26, 2024 at 11:18:14PM +0000, Bird, Tim wrote:
>
> Change 'sent' to 'send'
>
> Signed-off-by: Tim Bird <[email protected]>
> ---
> Documentation/process/stable-kernel-rules.rst | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/process/stable-kernel-rules.rst b/Documentation/process/stable-kernel-rules.rst
> index 1704f1c686d0..3178bef6fca3 100644
> --- a/Documentation/process/stable-kernel-rules.rst
> +++ b/Documentation/process/stable-kernel-rules.rst
> @@ -78,7 +78,7 @@ in the sign-off area. Once the patch is mainlined it will be applied to the
> stable tree without anything else needing to be done by the author or
> subsystem maintainer.
>
> -To sent additional instructions to the stable team, use a shell-style inline
> +To send additional instructions to the stable team, use a shell-style inline
> comment:
>
> * To specify any additional patch prerequisites for cherry picking use the
> --
> 2.25.1
>
>

Thanks for this. If Jon wants to pick this up:

Reviewed-by: Greg Kroah-Hartman <[email protected]>

is fine from me, or I can take it through my tree as well.

thanks,

greg k-h

2024-04-27 10:25:24

by Bagas Sanjaya

[permalink] [raw]
Subject: Re: [PATCH] docs: stable-kernel-rules: fix typo sent->send

On Fri, Apr 26, 2024 at 11:18:14PM +0000, Bird, Tim wrote:
> -To sent additional instructions to the stable team, use a shell-style inline
> +To send additional instructions to the stable team, use a shell-style inline
> comment:
>
> * To specify any additional patch prerequisites for cherry picking use the

LGTM, thanks!

Reviewed-by: Bagas Sanjaya <[email protected]>

--
An old man doll... just what I always wanted! - Clara


Attachments:
(No filename) (452.00 B)
signature.asc (235.00 B)
Download all attachments

2024-04-30 18:12:55

by Bird, Tim

[permalink] [raw]
Subject: RE: [PATCH] docs: stable-kernel-rules: fix typo sent->send

Thanks. I realize I should not have copied [email protected] on this.
typo fixes are out-of-policy for stable. Sorry for the noise.
-- Tim

> -----Original Message-----
> From: Greg KroahHartman <[email protected]>
> Sent: Saturday, April 27, 2024 4:10 AM
> To: Bird, Tim <[email protected]>
> Cc: Sasha Levin <[email protected]>; [email protected]; [email protected]; [email protected]; [email protected];
> [email protected]
> Subject: Re: [PATCH] docs: stable-kernel-rules: fix typo sent->send
>
> On Fri, Apr 26, 2024 at 11: 18: 14PM +0000, Bird, Tim wrote: > > Change 'sent' to 'send' > > Signed-off-by: Tim Bird <tim. bird@ sony. com> > ---
> > Documentation/process/stable-kernel-rules. rst | 2 +- > 1 file changed,
>
> On Fri, Apr 26, 2024 at 11:18:14PM +0000, Bird, Tim wrote:
> >
> > Change 'sent' to 'send'
> >
> > Signed-off-by: Tim Bird <[email protected]>
> > ---
> > Documentation/process/stable-kernel-rules.rst | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/Documentation/process/stable-kernel-rules.rst b/Documentation/process/stable-kernel-rules.rst
> > index 1704f1c686d0..3178bef6fca3 100644
> > --- a/Documentation/process/stable-kernel-rules.rst
> > +++ b/Documentation/process/stable-kernel-rules.rst
> > @@ -78,7 +78,7 @@ in the sign-off area. Once the patch is mainlined it will be applied to the
> > stable tree without anything else needing to be done by the author or
> > subsystem maintainer.
> >
> > -To sent additional instructions to the stable team, use a shell-style inline
> > +To send additional instructions to the stable team, use a shell-style inline
> > comment:
> >
> > * To specify any additional patch prerequisites for cherry picking use the
> > --
> > 2.25.1
> >
> >
>
> Thanks for this. If Jon wants to pick this up:
>
> Reviewed-by: Greg Kroah-Hartman <[email protected]>
>
> is fine from me, or I can take it through my tree as well.
>
> thanks,
>
> greg k-h

2024-05-02 16:28:53

by Jonathan Corbet

[permalink] [raw]
Subject: Re: [PATCH] docs: stable-kernel-rules: fix typo sent->send

"Bird, Tim" <[email protected]> writes:

> Change 'sent' to 'send'
>
> Signed-off-by: Tim Bird <[email protected]>
> ---
> Documentation/process/stable-kernel-rules.rst | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/process/stable-kernel-rules.rst b/Documentation/process/stable-kernel-rules.rst
> index 1704f1c686d0..3178bef6fca3 100644
> --- a/Documentation/process/stable-kernel-rules.rst
> +++ b/Documentation/process/stable-kernel-rules.rst
> @@ -78,7 +78,7 @@ in the sign-off area. Once the patch is mainlined it will be applied to the
> stable tree without anything else needing to be done by the author or
> subsystem maintainer.
>
> -To sent additional instructions to the stable team, use a shell-style inline
> +To send additional instructions to the stable team, use a shell-style inline
> comment:

Applied, thanks.

jon