mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-08-31 14:04:27 -04:00
docs: ipmi: fix word order in create-user description
Correct "allows to you" to "allows you to". Signed-off-by: Lukasz Tymoszczuk <lukastymo@gmail.com> Acked-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Jonathan Corbet <corbet@lwn.net> Message-ID: <20260801111804.3593320-1-lukastymo@gmail.com>
This commit is contained in:
committed by
Jonathan Corbet
parent
a88263995b
commit
adda90179b
@@ -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.
|
||||
|
||||
Reference in New Issue
Block a user