mei: fix spelling mistake: "botther" -> "bother"
authorColin Ian King <colin.king@canonical.com>
Sat, 16 Dec 2017 23:44:24 +0000 (23:44 +0000)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Tue, 19 Dec 2017 09:07:04 +0000 (10:07 +0100)
Trivial fix to spelling mistake in dev_dbg debug message. Also
add in a missing comma.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/misc/mei/bus.c

index 2a5146b..3e5eabd 100644 (file)
@@ -549,7 +549,7 @@ int mei_cldev_disable(struct mei_cl_device *cldev)
        }
 
        if (bus->dev_state == MEI_DEV_POWER_DOWN) {
-               dev_dbg(bus->dev, "Device is powering down don't botther with disconnection\n");
+               dev_dbg(bus->dev, "Device is powering down, don't bother with disconnection\n");
                err = 0;
                goto out;
        }