All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] ipmi: Fix comment typo
@ 2022-07-15  5:41 Jason Wang
  2022-07-19  0:26 ` Corey Minyard
  0 siblings, 1 reply; 2+ messages in thread
From: Jason Wang @ 2022-07-15  5:41 UTC (permalink / raw)
  To: openipmi-developer; +Cc: minyard, linux-kernel, Jason Wang

The double `the' is duplicated in line 4360, remove one.

Signed-off-by: Jason Wang <wangborong@cdjrlc.com>
---
 drivers/char/ipmi/ipmi_msghandler.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/char/ipmi/ipmi_msghandler.c b/drivers/char/ipmi/ipmi_msghandler.c
index 703433493c85..c8a3b208f923 100644
--- a/drivers/char/ipmi/ipmi_msghandler.c
+++ b/drivers/char/ipmi/ipmi_msghandler.c
@@ -4357,7 +4357,7 @@ static int handle_oem_get_msg_cmd(struct ipmi_smi *intf,
 
 			/*
 			 * The message starts at byte 4 which follows the
-			 * the Channel Byte in the "GET MESSAGE" command
+			 * Channel Byte in the "GET MESSAGE" command
 			 */
 			recv_msg->msg.data_len = msg->rsp_size - 4;
 			memcpy(recv_msg->msg_data, &msg->rsp[4],
-- 
2.35.1


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

* Re: [PATCH] ipmi: Fix comment typo
  2022-07-15  5:41 [PATCH] ipmi: Fix comment typo Jason Wang
@ 2022-07-19  0:26 ` Corey Minyard
  0 siblings, 0 replies; 2+ messages in thread
From: Corey Minyard @ 2022-07-19  0:26 UTC (permalink / raw)
  To: Jason Wang; +Cc: openipmi-developer, linux-kernel

On Fri, Jul 15, 2022 at 01:41:56PM +0800, Jason Wang wrote:
> The double `the' is duplicated in line 4360, remove one.

Applied, thanks.

-corey

> 
> Signed-off-by: Jason Wang <wangborong@cdjrlc.com>
> ---
>  drivers/char/ipmi/ipmi_msghandler.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/char/ipmi/ipmi_msghandler.c b/drivers/char/ipmi/ipmi_msghandler.c
> index 703433493c85..c8a3b208f923 100644
> --- a/drivers/char/ipmi/ipmi_msghandler.c
> +++ b/drivers/char/ipmi/ipmi_msghandler.c
> @@ -4357,7 +4357,7 @@ static int handle_oem_get_msg_cmd(struct ipmi_smi *intf,
>  
>  			/*
>  			 * The message starts at byte 4 which follows the
> -			 * the Channel Byte in the "GET MESSAGE" command
> +			 * Channel Byte in the "GET MESSAGE" command
>  			 */
>  			recv_msg->msg.data_len = msg->rsp_size - 4;
>  			memcpy(recv_msg->msg_data, &msg->rsp[4],
> -- 
> 2.35.1
> 

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

end of thread, other threads:[~2022-07-19  0:26 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2022-07-15  5:41 [PATCH] ipmi: Fix comment typo Jason Wang
2022-07-19  0:26 ` Corey Minyard

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.