The Linux Kernel Mailing List
 help / color / mirror / Atom feed
* [PATCH] docs: ipmi: fix word order in create-user description
@ 2026-08-01 11:18 Lukasz Tymoszczuk
  2026-08-01 18:06 ` Randy Dunlap
  2026-08-03 18:06 ` Jonathan Corbet
  0 siblings, 2 replies; 3+ messages in thread
From: Lukasz Tymoszczuk @ 2026-08-01 11:18 UTC (permalink / raw)
  To: Corey Minyard, Jonathan Corbet
  Cc: Shuah Khan, openipmi-developer, linux-doc, linux-kernel,
	Lukasz Tymoszczuk

Correct "allows to you" to "allows you to".

Signed-off-by: Lukasz Tymoszczuk <lukastymo@gmail.com>
---
 Documentation/driver-api/ipmi.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/driver-api/ipmi.rst b/Documentation/driver-api/ipmi.rst
index d08cee98e34a..062c38d93fbb 100644
--- a/Documentation/driver-api/ipmi.rst
+++ b/Documentation/driver-api/ipmi.rst
@@ -280,7 +280,7 @@ Creating the User
 To use the message handler, you must first create a user using
 ipmi_create_user.  The interface number specifies which SMI you want
 to connect to, and you must supply callback functions to be called
-when data comes in.  This also allows to you pass in a piece of data,
+when data comes in.  This also allows you to pass in a piece of data,
 the handler_data, that will be passed back to you on all calls.
 
 Once you are done, call ipmi_destroy_user() to get rid of the user.
-- 
2.54.0


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

* Re: [PATCH] docs: ipmi: fix word order in create-user description
  2026-08-01 11:18 [PATCH] docs: ipmi: fix word order in create-user description Lukasz Tymoszczuk
@ 2026-08-01 18:06 ` Randy Dunlap
  2026-08-03 18:06 ` Jonathan Corbet
  1 sibling, 0 replies; 3+ messages in thread
From: Randy Dunlap @ 2026-08-01 18:06 UTC (permalink / raw)
  To: Lukasz Tymoszczuk, Corey Minyard, Jonathan Corbet
  Cc: Shuah Khan, openipmi-developer, linux-doc, linux-kernel



On 8/1/26 4:18 AM, Lukasz Tymoszczuk wrote:
> Correct "allows to you" to "allows you to".
> 
> Signed-off-by: Lukasz Tymoszczuk <lukastymo@gmail.com>

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

> ---
>  Documentation/driver-api/ipmi.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/Documentation/driver-api/ipmi.rst b/Documentation/driver-api/ipmi.rst
> index d08cee98e34a..062c38d93fbb 100644
> --- a/Documentation/driver-api/ipmi.rst
> +++ b/Documentation/driver-api/ipmi.rst
> @@ -280,7 +280,7 @@ Creating the User
>  To use the message handler, you must first create a user using
>  ipmi_create_user.  The interface number specifies which SMI you want
>  to connect to, and you must supply callback functions to be called
> -when data comes in.  This also allows to you pass in a piece of data,
> +when data comes in.  This also allows you to pass in a piece of data,
>  the handler_data, that will be passed back to you on all calls.
>  
>  Once you are done, call ipmi_destroy_user() to get rid of the user.

-- 
~Randy

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

* Re: [PATCH] docs: ipmi: fix word order in create-user description
  2026-08-01 11:18 [PATCH] docs: ipmi: fix word order in create-user description Lukasz Tymoszczuk
  2026-08-01 18:06 ` Randy Dunlap
@ 2026-08-03 18:06 ` Jonathan Corbet
  1 sibling, 0 replies; 3+ messages in thread
From: Jonathan Corbet @ 2026-08-03 18:06 UTC (permalink / raw)
  To: Lukasz Tymoszczuk, Corey Minyard
  Cc: Shuah Khan, openipmi-developer, linux-doc, linux-kernel,
	Lukasz Tymoszczuk

Lukasz Tymoszczuk <lukastymo@gmail.com> writes:

> Correct "allows to you" to "allows you to".
>
> Signed-off-by: Lukasz Tymoszczuk <lukastymo@gmail.com>
> ---
>  Documentation/driver-api/ipmi.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/Documentation/driver-api/ipmi.rst b/Documentation/driver-api/ipmi.rst
> index d08cee98e34a..062c38d93fbb 100644
> --- a/Documentation/driver-api/ipmi.rst
> +++ b/Documentation/driver-api/ipmi.rst
> @@ -280,7 +280,7 @@ Creating the User
>  To use the message handler, you must first create a user using
>  ipmi_create_user.  The interface number specifies which SMI you want
>  to connect to, and you must supply callback functions to be called
> -when data comes in.  This also allows to you pass in a piece of data,
> +when data comes in.  This also allows you to pass in a piece of data,
>  the handler_data, that will be passed back to you on all calls.

Applied, thanks.

jon

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

end of thread, other threads:[~2026-08-03 18:06 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2026-08-01 11:18 [PATCH] docs: ipmi: fix word order in create-user description Lukasz Tymoszczuk
2026-08-01 18:06 ` Randy Dunlap
2026-08-03 18:06 ` Jonathan Corbet

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