projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
fac56b7
)
ipmi: Fix a typo
author
Corey Minyard
<cminyard@mvista.com>
Fri, 24 Sep 2021 12:13:54 +0000
(07:13 -0500)
committer
Corey Minyard
<cminyard@mvista.com>
Tue, 5 Oct 2021 11:54:16 +0000
(06:54 -0500)
Spell "RESPONSE" correctly in a comment.
Signed-off-by: Corey Minyard <cminyard@mvista.com>
include/uapi/linux/ipmi.h
patch
|
blob
|
history
diff --git
a/include/uapi/linux/ipmi.h
b/include/uapi/linux/ipmi.h
index 32d148309b1626b66c8bd6279d0fca12874b5266..007e65f9243bef70e704d86683558fb42053dc5a 100644
(file)
--- a/
include/uapi/linux/ipmi.h
+++ b/
include/uapi/linux/ipmi.h
@@
-158,7
+158,7
@@
struct kernel_ipmi_msg {
* is used for the receive in-kernel interface and in the receive
* IOCTL.
*
- * The "IPMI_RESPONSE_RESP
NO
SE_TYPE" is a little strange sounding, but
+ * The "IPMI_RESPONSE_RESP
ON
SE_TYPE" is a little strange sounding, but
* it allows you to get the message results when you send a response
* message.
*/