Commit ba5829c6 authored by Corey Minyard's avatar Corey Minyard
Browse files

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: default avatarShaomin Deng <dengshaomin@cdjrlc.com>
Signed-off-by: default avatarCorey Minyard <cminyard@mvista.com>
parent 4aebcc90
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -219,7 +219,7 @@ static void ipmi_ipmb_send_response(struct ipmi_ipmb_dev *iidev,
	if ((msg->data[0] >> 2) & 1) {
		/*
		 * It's a response being sent, we need to return a
		 * response response.  Fake a send msg command
		 * response to the response.  Fake a send msg command
		 * response with channel 0.  This will always be ipmb
		 * direct.
		 */