diff options
author | Corey Minyard <cminyard@mvista.com> | 2021-09-24 07:13:54 -0500 |
---|---|---|
committer | Corey Minyard <cminyard@mvista.com> | 2021-10-05 06:54:16 -0500 |
commit | d154abdda6dcac92c63141035e477ac18077ffd8 (patch) | |
tree | 2a7738b418d5e5e2b289fb6163fa684008bfa91b | |
parent | fac56b7ddec949a957b5d8a9c37a6db3881e4cba (diff) |
ipmi: Fix a typo
Spell "RESPONSE" correctly in a comment.
Signed-off-by: Corey Minyard <cminyard@mvista.com>
-rw-r--r-- | include/uapi/linux/ipmi.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/uapi/linux/ipmi.h b/include/uapi/linux/ipmi.h index 32d148309b16..007e65f9243b 100644 --- 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_RESPNOSE_TYPE" is a little strange sounding, but + * The "IPMI_RESPONSE_RESPONSE_TYPE" is a little strange sounding, but * it allows you to get the message results when you send a response * message. */ |