diff options
author | Hu Haowen <xianfengting221@163.com> | 2020-03-30 12:45:19 +0300 |
---|---|---|
committer | Greg Kroah-Hartman <gregkh@linuxfoundation.org> | 2020-04-23 17:32:51 +0300 |
commit | 8419759f98adb5a538a40efaf66ebe9d136bc3d4 (patch) | |
tree | f394014fba8da82e7e115fe6df386102519fcfa1 | |
parent | c56851576b1809f6523e48c1e5da6e3becfd57cb (diff) | |
download | linux-8419759f98adb5a538a40efaf66ebe9d136bc3d4.tar.xz |
misc: mic: correct a typo
The word "Dont" is incorrect and should be replaced with "Don't".
Signed-off-by: Hu Haowen <xianfengting221@163.com>
Link: https://lore.kernel.org/r/20200330094519.17299-1-xianfengting221@163.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r-- | drivers/misc/mic/scif/scif_nodeqp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/misc/mic/scif/scif_nodeqp.c b/drivers/misc/mic/scif/scif_nodeqp.c index fcd999f50d14..ea084626fe11 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); |