Linux Documentation
 help / color / mirror / Atom feed
From: Lukasz Tymoszczuk <lukastymo@gmail.com>
To: Corey Minyard <corey@minyard.net>, Jonathan Corbet <corbet@lwn.net>
Cc: Shuah Khan <skhan@linuxfoundation.org>,
	openipmi-developer@lists.sourceforge.net,
	linux-doc@vger.kernel.org, linux-kernel@vger.kernel.org,
	Lukasz Tymoszczuk <lukastymo@gmail.com>
Subject: [PATCH] docs: ipmi: fix word order in create-user description
Date: Sat,  1 Aug 2026 12:18:04 +0100	[thread overview]
Message-ID: <20260801111804.3593320-1-lukastymo@gmail.com> (raw)

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


             reply	other threads:[~2026-08-01 11:18 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2026-08-01 11:18 Lukasz Tymoszczuk [this message]
2026-08-01 18:06 ` [PATCH] docs: ipmi: fix word order in create-user description Randy Dunlap

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=20260801111804.3593320-1-lukastymo@gmail.com \
    --to=lukastymo@gmail.com \
    --cc=corbet@lwn.net \
    --cc=corey@minyard.net \
    --cc=linux-doc@vger.kernel.org \
    --cc=linux-kernel@vger.kernel.org \
    --cc=openipmi-developer@lists.sourceforge.net \
    --cc=skhan@linuxfoundation.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox