From: Colin Ian King Date: Sat, 16 Dec 2017 23:44:24 +0000 (+0000) Subject: mei: fix spelling mistake: "botther" -> "bother" X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=8a943bd283ecbaaab26b184717bd2395af1da1e4;p=linux.git 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: Colin Ian King Signed-off-by: Greg Kroah-Hartman --- diff --git a/drivers/misc/mei/bus.c b/drivers/misc/mei/bus.c index 2a5146bdecf18..3e5eabdae8d96 100644 --- a/drivers/misc/mei/bus.c +++ b/drivers/misc/mei/bus.c @@ -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; }