kernel-janitors.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [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 related	[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@canonical.com, gregkh@linuxfoundation.org,
	arnd@arndb.de
  Cc: linux-kernel@vger.kernel.org, kernel-janitors@vger.kernel.org

T24gU2F0LCAyMDE3LTEyLTE2IGF0IDIzOjQ0ICswMDAwLCBDb2xpbiBLaW5nIHdyb3RlOg0KPiBG
cm9tOiBDb2xpbiBJYW4gS2luZyA8Y29saW4ua2luZ0BjYW5vbmljYWwuY29tPg0KPiANCj4gVHJp
dmlhbCBmaXggdG8gc3BlbGxpbmcgbWlzdGFrZSBpbiBkZXZfZGJnIGRlYnVnIG1lc3NhZ2UuIEFs
c28NCj4gYWRkIGluIGEgbWlzc2luZyBjb21tYS4NCj4gDQo+IFNpZ25lZC1vZmYtYnk6IENvbGlu
IElhbiBLaW5nIDxjb2xpbi5raW5nQGNhbm9uaWNhbC5jb20+DQpBY2sNClRoYW5rcw0KVG9tYXMN
Cg=

^ 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;
as well as URLs for NNTP newsgroup(s).