Commit 8419759f authored by Hu Haowen's avatar Hu Haowen Committed by Greg Kroah-Hartman

misc: mic: correct a typo

The word "Dont" is incorrect and should be replaced with "Don't".
Signed-off-by: default avatarHu Haowen <xianfengting221@163.com>
Link: https://lore.kernel.org/r/20200330094519.17299-1-xianfengting221@163.comSigned-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent c5685157
...@@ -660,7 +660,7 @@ int scif_nodeqp_send(struct scif_dev *scifdev, struct scifmsg *msg) ...@@ -660,7 +660,7 @@ int scif_nodeqp_send(struct scif_dev *scifdev, struct scifmsg *msg)
struct device *spdev = NULL; struct device *spdev = NULL;
if (msg->uop > SCIF_EXIT_ACK) { if (msg->uop > SCIF_EXIT_ACK) {
/* Dont send messages once the exit flow has begun */ /* Don't send messages once the exit flow has begun */
if (OP_IDLE != scifdev->exit) if (OP_IDLE != scifdev->exit)
return -ENODEV; return -ENODEV;
spdev = scif_get_peer_dev(scifdev); spdev = scif_get_peer_dev(scifdev);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment