Skip to content

Commit ba5829c

Browse files
committed
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>
1 parent 4aebcc9 commit ba5829c

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

drivers/char/ipmi/ipmi_ipmb.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -218,8 +218,8 @@ static void ipmi_ipmb_send_response(struct ipmi_ipmb_dev *iidev,
218218
{
219219
if ((msg->data[0] >> 2) & 1) {
220220
/*
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
223223
* response with channel 0. This will always be ipmb
224224
* direct.
225225
*/

0 commit comments

Comments
 (0)