Skip to content

Commit 79c87b8

Browse files
Jason Wangcminyard
authored andcommitted
ipmi: Fix comment typo
The double `the' is duplicated in line 4360, remove one. Signed-off-by: Jason Wang <wangborong@cdjrlc.com> Message-Id: <20220715054156.6342-1-wangborong@cdjrlc.com> Signed-off-by: Corey Minyard <cminyard@mvista.com>
1 parent dfef1ac commit 79c87b8

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/char/ipmi/ipmi_msghandler.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4357,7 +4357,7 @@ static int handle_oem_get_msg_cmd(struct ipmi_smi *intf,
43574357

43584358
/*
43594359
* The message starts at byte 4 which follows the
4360-
* the Channel Byte in the "GET MESSAGE" command
4360+
* Channel Byte in the "GET MESSAGE" command
43614361
*/
43624362
recv_msg->msg.data_len = msg->rsp_size - 4;
43634363
memcpy(recv_msg->msg_data, &msg->rsp[4],

0 commit comments

Comments
 (0)