misc: mic: correct a typo
authorHu Haowen <xianfengting221@163.com>
Mon, 30 Mar 2020 09:45:19 +0000 (17:45 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Thu, 23 Apr 2020 14:32:51 +0000 (16:32 +0200)
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>
drivers/misc/mic/scif/scif_nodeqp.c

index fcd999f..ea08462 100644 (file)
@@ -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);