From: Jason Wang Date: Fri, 15 Jul 2022 05:41:56 +0000 (+0800) Subject: ipmi: Fix comment typo X-Git-Tag: v6.1-rc1~57^2~6 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=79c87b8f8ba7e5706aa5cb2601635b468820e911;p=thirdparty%2Flinux.git ipmi: Fix comment typo The double `the' is duplicated in line 4360, remove one. Signed-off-by: Jason Wang Message-Id: <20220715054156.6342-1-wangborong@cdjrlc.com> Signed-off-by: Corey Minyard --- diff --git a/drivers/char/ipmi/ipmi_msghandler.c b/drivers/char/ipmi/ipmi_msghandler.c index 703433493c852..c8a3b208f923e 100644 --- a/drivers/char/ipmi/ipmi_msghandler.c +++ b/drivers/char/ipmi/ipmi_msghandler.c @@ -4357,7 +4357,7 @@ static int handle_oem_get_msg_cmd(struct ipmi_smi *intf, /* * The message starts at byte 4 which follows the - * the Channel Byte in the "GET MESSAGE" command + * Channel Byte in the "GET MESSAGE" command */ recv_msg->msg.data_len = msg->rsp_size - 4; memcpy(recv_msg->msg_data, &msg->rsp[4],