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

ipmi:ipmb: Fix a vague comment and a typo

Sending an IPMI response message gets a reponse to the response, but the
comment saying that just said "response response", which is hard to
understand. Also fix an obvious typo.

Reported-by: Shaomin Deng <dengshaomin@cdjrlc.com>
Signed-off-by: Corey Minyard <cminyard@mvista.com>

+2 -2
+2 -2
drivers/char/ipmi/ipmi_ipmb.c
··· 218 218 { 219 219 if ((msg->data[0] >> 2) & 1) { 220 220 /* 221 - * It's a response being sent, we needto return a 222 - * response response. Fake a send msg command 221 + * It's a response being sent, we need to return a 222 + * response to the response. Fake a send msg command 223 223 * response with channel 0. This will always be ipmb 224 224 * direct. 225 225 */