From: Hu Haowen Date: Mon, 30 Mar 2020 09:45:19 +0000 (+0800) Subject: misc: mic: correct a typo X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=8419759f98adb5a538a40efaf66ebe9d136bc3d4;p=linux.git misc: mic: correct a typo The word "Dont" is incorrect and should be replaced with "Don't". Signed-off-by: Hu Haowen Link: https://lore.kernel.org/r/20200330094519.17299-1-xianfengting221@163.com Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/misc/mic/scif/scif_nodeqp.c b/drivers/misc/mic/scif/scif_nodeqp.c index fcd999f50d143..ea084626fe116 100644 --- a/drivers/misc/mic/scif/scif_nodeqp.c +++ b/drivers/misc/mic/scif/scif_nodeqp.c @@ -660,7 +660,7 @@ int scif_nodeqp_send(struct scif_dev *scifdev, struct scifmsg *msg) struct device *spdev = NULL; 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) return -ENODEV; spdev = scif_get_peer_dev(scifdev);