* [PATCH][next] mei: fix spelling mistake: "botther" -> "bother"
@ 2017-12-16 23:44 Colin King
2017-12-17 8:27 ` Winkler, Tomas
0 siblings, 1 reply; 2+ 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 [flat|nested] 2+ messages in thread
* Re: [PATCH][next] mei: fix spelling mistake: "botther" -> "bother"
2017-12-16 23:44 [PATCH][next] mei: fix spelling mistake: "botther" -> "bother" Colin King
@ 2017-12-17 8:27 ` Winkler, Tomas
0 siblings, 0 replies; 2+ messages in thread
From: Winkler, Tomas @ 2017-12-17 8:27 UTC (permalink / raw)
To: colin.king, gregkh, arnd; +Cc: linux-kernel, kernel-janitors
On Sat, 2017-12-16 at 23:44 +0000, Colin King wrote:
> 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>
Ack
Thanks
Tomas
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-12-17 8:27 UTC | newest]
Thread overview: 2+ 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-17 8:27 ` Winkler, Tomas
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
Powered by JetHome