public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ipmi:ipmb: Fix double word in comments
@ 2022-09-04 16:02 Shaomin Deng
  2022-09-04 16:40 ` Corey Minyard
  0 siblings, 1 reply; 2+ messages in thread
From: Shaomin Deng @ 2022-09-04 16:02 UTC (permalink / raw)
  To: minyard, linux-kernel; +Cc: Shaomin Deng

Delete the rebundant word "response" in comments.

Signed-off-by: Shaomin Deng <dengshaomin@cdjrlc.com>
---
 drivers/char/ipmi/ipmi_ipmb.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/char/ipmi/ipmi_ipmb.c b/drivers/char/ipmi/ipmi_ipmb.c
index 25c010c9ec25..0966e95666ea 100644
--- a/drivers/char/ipmi/ipmi_ipmb.c
+++ b/drivers/char/ipmi/ipmi_ipmb.c
@@ -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 needto return a
-		 * response response.  Fake a send msg command
+		 * response.  Fake a send msg command
 		 * response with channel 0.  This will always be ipmb
 		 * direct.
 		 */
-- 
2.35.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] ipmi:ipmb: Fix double word in comments
  2022-09-04 16:02 [PATCH] ipmi:ipmb: Fix double word in comments Shaomin Deng
@ 2022-09-04 16:40 ` Corey Minyard
  0 siblings, 0 replies; 2+ messages in thread
From: Corey Minyard @ 2022-09-04 16:40 UTC (permalink / raw)
  To: Shaomin Deng; +Cc: linux-kernel

On Sun, Sep 04, 2022 at 12:02:20PM -0400, Shaomin Deng wrote:
> Delete the rebundant word "response" in comments.

That's not redundant.  That's a "response to a response".  It would be
easier to read as "response to the response".  I'll fix that and the
other obvious typo there.

-corey

> 
> Signed-off-by: Shaomin Deng <dengshaomin@cdjrlc.com>
> ---
>  drivers/char/ipmi/ipmi_ipmb.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/char/ipmi/ipmi_ipmb.c b/drivers/char/ipmi/ipmi_ipmb.c
> index 25c010c9ec25..0966e95666ea 100644
> --- a/drivers/char/ipmi/ipmi_ipmb.c
> +++ b/drivers/char/ipmi/ipmi_ipmb.c
> @@ -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 needto return a
> -		 * response response.  Fake a send msg command
> +		 * response.  Fake a send msg command
>  		 * response with channel 0.  This will always be ipmb
>  		 * direct.
>  		 */
> -- 
> 2.35.1
> 

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-09-04 16:40 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2022-09-04 16:02 [PATCH] ipmi:ipmb: Fix double word in comments Shaomin Deng
2022-09-04 16:40 ` Corey Minyard

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox