diff options
author | Corey Minyard <cminyard@mvista.com> | 2022-09-04 18:43:14 +0200 |
---|---|---|
committer | Corey Minyard <cminyard@mvista.com> | 2022-09-04 18:43:14 +0200 |
commit | ba5829c6543fbcf0b31854cc6970b9012ff71279 (patch) | |
tree | 6d0d1a3b9bceba8de34c47daadf09a4222433b8c /drivers/char | |
parent | dt-binding: ipmi: add fallback to npcm845 compatible (diff) | |
download | linux-ba5829c6543fbcf0b31854cc6970b9012ff71279.tar.xz linux-ba5829c6543fbcf0b31854cc6970b9012ff71279.zip |
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>
Diffstat (limited to 'drivers/char')
-rw-r--r-- | drivers/char/ipmi/ipmi_ipmb.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/char/ipmi/ipmi_ipmb.c b/drivers/char/ipmi/ipmi_ipmb.c index ab19b4b3317e..1019946abe4e 100644 --- a/drivers/char/ipmi/ipmi_ipmb.c +++ b/drivers/char/ipmi/ipmi_ipmb.c @@ -218,8 +218,8 @@ static void ipmi_ipmb_send_response(struct ipmi_ipmb_dev *iidev, { if ((msg->data[0] >> 2) & 1) { /* - * It's a response being sent, we needto return a - * response response. Fake a send msg command + * It's a response being sent, we need to return a + * response to the response. Fake a send msg command * response with channel 0. This will always be ipmb * direct. */ |