char:ipmi:Fix spelling mistake "asychronously" -> "asynchronously"
authorzipeng zhang <zhangzipeng0@foxmail.com>
Thu, 16 Mar 2023 06:39:58 +0000 (14:39 +0800)
committerCorey Minyard <cminyard@mvista.com>
Thu, 16 Mar 2023 12:04:47 +0000 (07:04 -0500)
There is a spelling mistake in the comment information. Fix it.

Signed-off-by: zipeng zhang <zhangzipeng0@foxmail.com>
Message-Id: <tencent_F0BFF85BC7C1FC84E440A7B7D364D2ED4209@qq.com>
Signed-off-by: Corey Minyard <cminyard@mvista.com>
drivers/char/ipmi/ipmi_ssif.c

index a5ddebb1edea479b257e0f3b8bd41034a0c6ded8..1a85b400e929de62559a4756e176846e5fb0899f 100644 (file)
@@ -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);