Linux Documentation
 help / color / mirror / Atom feed
* [PATCH] docs: driver-api: pin-control: fix spelling of below
@ 2026-07-05  7:02 Yuhong Cheng
  2026-07-10 18:45 ` Linus Walleij
  0 siblings, 1 reply; 7+ messages in thread
From: Yuhong Cheng @ 2026-07-05  7:02 UTC (permalink / raw)
  To: linus.walleij, corbet; +Cc: linux-gpio, linux-doc, Yuhong Cheng

Fix the spelling of 'bellow' to 'below' in the PM API section.

Signed-off-by: Yuhong Cheng <ceohunk@gmail.com>
---
 Documentation/driver-api/pin-control.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/driver-api/pin-control.rst b/Documentation/driver-api/pin-control.rst
index 1f585ecca..80106e44a 100644
--- a/Documentation/driver-api/pin-control.rst
+++ b/Documentation/driver-api/pin-control.rst
@@ -1175,7 +1175,7 @@ Possible standard state names are: "default", "init", "sleep" and "idle".
   selected after the driver probe.
 
 - the ``sleep`` and ``idle`` states are for power management and can only
-  be selected with the PM API bellow.
+  be selected with the PM API below.
 
 PM interfaces
 =================
-- 
2.46.0.windows.1


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

* [PATCH] docs: driver-api: pin-control: fix spelling of below
@ 2026-07-05  7:04 Yuhong Cheng
  2026-07-05 18:19 ` Randy Dunlap
  2026-07-10 19:18 ` Jonathan Corbet
  0 siblings, 2 replies; 7+ messages in thread
From: Yuhong Cheng @ 2026-07-05  7:04 UTC (permalink / raw)
  To: linusw, corbet; +Cc: linux-gpio, linux-doc, Yuhong Cheng

Fix the spelling of 'bellow' to 'below' in the PM API section.

Signed-off-by: Yuhong Cheng <ceohunk@gmail.com>
---
 Documentation/driver-api/pin-control.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/driver-api/pin-control.rst b/Documentation/driver-api/pin-control.rst
index 1f585ecca..80106e44a 100644
--- a/Documentation/driver-api/pin-control.rst
+++ b/Documentation/driver-api/pin-control.rst
@@ -1175,7 +1175,7 @@ Possible standard state names are: "default", "init", "sleep" and "idle".
   selected after the driver probe.
 
 - the ``sleep`` and ``idle`` states are for power management and can only
-  be selected with the PM API bellow.
+  be selected with the PM API below.
 
 PM interfaces
 =================
-- 
2.46.0.windows.1


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

* Re: [PATCH] docs: driver-api: pin-control: fix spelling of below
  2026-07-05  7:04 [PATCH] docs: driver-api: pin-control: fix spelling of below Yuhong Cheng
@ 2026-07-05 18:19 ` Randy Dunlap
  2026-07-10 19:18 ` Jonathan Corbet
  1 sibling, 0 replies; 7+ messages in thread
From: Randy Dunlap @ 2026-07-05 18:19 UTC (permalink / raw)
  To: Yuhong Cheng, linusw, corbet; +Cc: linux-gpio, linux-doc

On July 5, 2026 12:04:22 AM PDT, Yuhong Cheng <ceohunk@gmail.com> wrote:
>Fix the spelling of 'bellow' to 'below' in the PM API section.
>
>Signed-off-by: Yuhong Cheng <ceohunk@gmail.com>

Acked-by: Randy Dunlap <rdunlap@infradead.org>
Thanks.

>---
> Documentation/driver-api/pin-control.rst | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
>diff --git a/Documentation/driver-api/pin-control.rst b/Documentation/driver-api/pin-control.rst
>index 1f585ecca..80106e44a 100644
>--- a/Documentation/driver-api/pin-control.rst
>+++ b/Documentation/driver-api/pin-control.rst
>@@ -1175,7 +1175,7 @@ Possible standard state names are: "default", "init", "sleep" and "idle".
>   selected after the driver probe.
> 
> - the ``sleep`` and ``idle`` states are for power management and can only
>-  be selected with the PM API bellow.
>+  be selected with the PM API below.
> 
> PM interfaces
> =================


~Randy

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

* Re: [PATCH] docs: driver-api: pin-control: fix spelling of below
  2026-07-05  7:02 Yuhong Cheng
@ 2026-07-10 18:45 ` Linus Walleij
  0 siblings, 0 replies; 7+ messages in thread
From: Linus Walleij @ 2026-07-10 18:45 UTC (permalink / raw)
  To: Yuhong Cheng; +Cc: linus.walleij, corbet, linux-gpio, linux-doc

On Sun, Jul 5, 2026 at 9:02 AM Yuhong Cheng <ceohunk@gmail.com> wrote:

> Fix the spelling of 'bellow' to 'below' in the PM API section.
>
> Signed-off-by: Yuhong Cheng <ceohunk@gmail.com>

Patch applied.

Yours,
Linus Walleij

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

* Re: [PATCH] docs: driver-api: pin-control: fix spelling of below
  2026-07-05  7:04 [PATCH] docs: driver-api: pin-control: fix spelling of below Yuhong Cheng
  2026-07-05 18:19 ` Randy Dunlap
@ 2026-07-10 19:18 ` Jonathan Corbet
  2026-07-10 20:16   ` Linus Walleij
  1 sibling, 1 reply; 7+ messages in thread
From: Jonathan Corbet @ 2026-07-10 19:18 UTC (permalink / raw)
  To: Yuhong Cheng, linusw; +Cc: linux-gpio, linux-doc, Yuhong Cheng

Yuhong Cheng <ceohunk@gmail.com> writes:

> Fix the spelling of 'bellow' to 'below' in the PM API section.
>
> Signed-off-by: Yuhong Cheng <ceohunk@gmail.com>
> ---
>  Documentation/driver-api/pin-control.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/driver-api/pin-control.rst b/Documentation/driver-api/pin-control.rst
> index 1f585ecca..80106e44a 100644
> --- a/Documentation/driver-api/pin-control.rst
> +++ b/Documentation/driver-api/pin-control.rst
> @@ -1175,7 +1175,7 @@ Possible standard state names are: "default", "init", "sleep" and "idle".
>    selected after the driver probe.
>  
>  - the ``sleep`` and ``idle`` states are for power management and can only
> -  be selected with the PM API bellow.
> +  be selected with the PM API below.
>  

Applied, thanks.

jon

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

* Re: [PATCH] docs: driver-api: pin-control: fix spelling of below
  2026-07-10 19:18 ` Jonathan Corbet
@ 2026-07-10 20:16   ` Linus Walleij
  2026-07-10 20:43     ` Jonathan Corbet
  0 siblings, 1 reply; 7+ messages in thread
From: Linus Walleij @ 2026-07-10 20:16 UTC (permalink / raw)
  To: Jonathan Corbet; +Cc: Yuhong Cheng, linux-gpio, linux-doc

On Fri, Jul 10, 2026 at 9:18 PM Jonathan Corbet <corbet@lwn.net> wrote:

> Yuhong Cheng <ceohunk@gmail.com> writes:
>
> > Fix the spelling of 'bellow' to 'below' in the PM API section.
> >
> > Signed-off-by: Yuhong Cheng <ceohunk@gmail.com>
> > ---
> >  Documentation/driver-api/pin-control.rst | 2 +-
> >  1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/Documentation/driver-api/pin-control.rst b/Documentation/driver-api/pin-control.rst
> > index 1f585ecca..80106e44a 100644
> > --- a/Documentation/driver-api/pin-control.rst
> > +++ b/Documentation/driver-api/pin-control.rst
> > @@ -1175,7 +1175,7 @@ Possible standard state names are: "default", "init", "sleep" and "idle".
> >    selected after the driver probe.
> >
> >  - the ``sleep`` and ``idle`` states are for power management and can only
> > -  be selected with the PM API bellow.
> > +  be selected with the PM API below.
> >
>
> Applied, thanks.

Do you especially want it? I queued some stuff on top after merging it,
so would be great to keep it in the pinctrl tree...

Yours,
Linus Walleij

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

* Re: [PATCH] docs: driver-api: pin-control: fix spelling of below
  2026-07-10 20:16   ` Linus Walleij
@ 2026-07-10 20:43     ` Jonathan Corbet
  0 siblings, 0 replies; 7+ messages in thread
From: Jonathan Corbet @ 2026-07-10 20:43 UTC (permalink / raw)
  To: Linus Walleij; +Cc: Yuhong Cheng, linux-gpio, linux-doc

Linus Walleij <linusw@kernel.org> writes:

> On Fri, Jul 10, 2026 at 9:18 PM Jonathan Corbet <corbet@lwn.net> wrote:
>
>> Yuhong Cheng <ceohunk@gmail.com> writes:
>>
>> > Fix the spelling of 'bellow' to 'below' in the PM API section.
>> >
>> > Signed-off-by: Yuhong Cheng <ceohunk@gmail.com>
>> > ---
>> >  Documentation/driver-api/pin-control.rst | 2 +-
>> >  1 file changed, 1 insertion(+), 1 deletion(-)
>> >
>> > diff --git a/Documentation/driver-api/pin-control.rst b/Documentation/driver-api/pin-control.rst
>> > index 1f585ecca..80106e44a 100644
>> > --- a/Documentation/driver-api/pin-control.rst
>> > +++ b/Documentation/driver-api/pin-control.rst
>> > @@ -1175,7 +1175,7 @@ Possible standard state names are: "default", "init", "sleep" and "idle".
>> >    selected after the driver probe.
>> >
>> >  - the ``sleep`` and ``idle`` states are for power management and can only
>> > -  be selected with the PM API bellow.
>> > +  be selected with the PM API below.
>> >
>>
>> Applied, thanks.
>
> Do you especially want it? I queued some stuff on top after merging it,
> so would be great to keep it in the pinctrl tree...

Ah, I hadn't realized you'd grabbed it.  I can drop it, no worries.

jon

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

end of thread, other threads:[~2026-07-10 20:43 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-07-05  7:04 [PATCH] docs: driver-api: pin-control: fix spelling of below Yuhong Cheng
2026-07-05 18:19 ` Randy Dunlap
2026-07-10 19:18 ` Jonathan Corbet
2026-07-10 20:16   ` Linus Walleij
2026-07-10 20:43     ` Jonathan Corbet
  -- strict thread matches above, loose matches on Subject: below --
2026-07-05  7:02 Yuhong Cheng
2026-07-10 18:45 ` Linus Walleij

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