From: Corey Minyard Date: Fri, 24 Sep 2021 12:13:54 +0000 (-0500) Subject: ipmi: Fix a typo X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=d154abdda6dcac92c63141035e477ac18077ffd8;p=linux.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 32d148309b162..007e65f9243be 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. */