Commit 8a943bd2 authored by Colin Ian King's avatar Colin Ian King Committed by Greg Kroah-Hartman

mei: fix spelling mistake: "botther" -> "bother"

Trivial fix to spelling mistake in dev_dbg debug message. Also
add in a missing comma.
Signed-off-by: default avatarColin Ian King <colin.king@canonical.com>
Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 76526f98
...@@ -549,7 +549,7 @@ int mei_cldev_disable(struct mei_cl_device *cldev) ...@@ -549,7 +549,7 @@ int mei_cldev_disable(struct mei_cl_device *cldev)
} }
if (bus->dev_state == MEI_DEV_POWER_DOWN) { 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; err = 0;
goto out; goto out;
} }
......
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