All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH][next] mei: fix spelling mistake: "botther" -> "bother"
@ 2017-12-16 23:44 ` Colin King
  0 siblings, 0 replies; 4+ messages in thread
From: Colin King @ 2017-12-16 23:44 UTC (permalink / raw)
  To: Tomas Winkler, Arnd Bergmann, Greg Kroah-Hartman
  Cc: kernel-janitors, linux-kernel

From: Colin Ian King <colin.king@canonical.com>

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>
---
 drivers/misc/mei/bus.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/misc/mei/bus.c b/drivers/misc/mei/bus.c
index 2a5146bdecf1..3e5eabdae8d9 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;
 	}
-- 
2.14.1


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2017-12-17  8:27 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-12-16 23:44 [PATCH][next] mei: fix spelling mistake: "botther" -> "bother" Colin King
2017-12-16 23:44 ` Colin King
2017-12-17  8:27 ` Winkler, Tomas
2017-12-17  8:27   ` Winkler, Tomas

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.