char:ipmi:Fix spelling mistake "asychronously" -> "asynchronously"

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>
This commit is contained in:
zipeng zhang 2023-03-16 14:39:58 +08:00 committed by Corey Minyard
parent d352cb47df
commit 957c822a9c

View 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);