Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Jason Wang and committed by
Corey Minyard
79c87b8f dfef1acc

+1 -1
+1 -1
drivers/char/ipmi/ipmi_msghandler.c
··· 4357 4357 4358 4358 /* 4359 4359 * 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 4361 4361 */ 4362 4362 recv_msg->msg.data_len = msg->rsp_size - 4; 4363 4363 memcpy(recv_msg->msg_data, &msg->rsp[4],