Commit 79c87b8f authored by Jason Wang's avatar Jason Wang Committed by Corey Minyard

ipmi: Fix comment typo

The double `the' is duplicated in line 4360, remove one.
Signed-off-by: default avatarJason Wang <wangborong@cdjrlc.com>
Message-Id: <20220715054156.6342-1-wangborong@cdjrlc.com>
Signed-off-by: default avatarCorey Minyard <cminyard@mvista.com>
parent dfef1acc
...@@ -4357,7 +4357,7 @@ static int handle_oem_get_msg_cmd(struct ipmi_smi *intf, ...@@ -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 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; recv_msg->msg.data_len = msg->rsp_size - 4;
memcpy(recv_msg->msg_data, &msg->rsp[4], memcpy(recv_msg->msg_data, &msg->rsp[4],
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment