From: Corey Minyard Date: Fri, 24 Sep 2021 12:13:54 +0000 (-0500) Subject: ipmi: Fix a typo X-Git-Tag: io_uring-5.16-2021-11-09~16^2~13 X-Git-Url: https://git.kernel.dk/?a=commitdiff_plain;h=d154abdda6dcac92c63141035e477ac18077ffd8;p=linux-block.git ipmi: Fix a typo Spell "RESPONSE" correctly in a comment. Signed-off-by: Corey Minyard --- 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. */