[PATCH] char:ipmi:Fix spelling mistake "asychronously" -> "asynchronously"

zipeng zhang posted 1 patch 2 years, 11 months ago
drivers/char/ipmi/ipmi_ssif.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH] char:ipmi:Fix spelling mistake "asychronously" -> "asynchronously"
Posted by zipeng zhang 2 years, 11 months ago
There is a spelling mistake in the comment information. Fix it.

Signed-off-by: zipeng zhang <zhangzipeng0@foxmail.com>
---
 drivers/char/ipmi/ipmi_ssif.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/char/ipmi/ipmi_ssif.c b/drivers/char/ipmi/ipmi_ssif.c
index a5ddebb1edea..1a85b400e929 100644
--- a/drivers/char/ipmi/ipmi_ssif.c
+++ b/drivers/char/ipmi/ipmi_ssif.c
@@ -1283,7 +1283,7 @@ static void ssif_remove(struct i2c_client *client)
 		return;
 
 	/*
-	 * After this point, we won't deliver anything asychronously
+	 * After this point, we won't deliver anything asynchronously
 	 * to the message handler.  We can unregister ourself.
 	 */
 	ipmi_unregister_smi(ssif_info->intf);
-- 
2.39.2
Re: [PATCH] char:ipmi:Fix spelling mistake "asychronously" -> "asynchronously"
Posted by Corey Minyard 2 years, 11 months ago
On Thu, Mar 16, 2023 at 02:39:58PM +0800, zipeng zhang wrote:
> There is a spelling mistake in the comment information. Fix it.

It's in my queue.  Thanks.

-corey

> 
> Signed-off-by: zipeng zhang <zhangzipeng0@foxmail.com>
> ---
>  drivers/char/ipmi/ipmi_ssif.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/char/ipmi/ipmi_ssif.c b/drivers/char/ipmi/ipmi_ssif.c
> index a5ddebb1edea..1a85b400e929 100644
> --- a/drivers/char/ipmi/ipmi_ssif.c
> +++ b/drivers/char/ipmi/ipmi_ssif.c
> @@ -1283,7 +1283,7 @@ static void ssif_remove(struct i2c_client *client)
>  		return;
>  
>  	/*
> -	 * After this point, we won't deliver anything asychronously
> +	 * After this point, we won't deliver anything asynchronously
>  	 * to the message handler.  We can unregister ourself.
>  	 */
>  	ipmi_unregister_smi(ssif_info->intf);
> -- 
> 2.39.2
> 
>