Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1605562 > unrolled thread

[PATCH] btmrvl: fix spelling mistake: "unregester" -> "unregister"

Started byColin King <colin.king@canonical.com>
First post2017-03-21 13:30 +0100
Last post2017-03-27 16:10 +0200
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH] btmrvl: fix spelling mistake: "unregester" -> "unregister" Colin King <colin.king@canonical.com> - 2017-03-21 13:30 +0100
    Re: [PATCH] btmrvl: fix spelling mistake: "unregester" ->  "unregister" Marcel Holtmann <marcel@holtmann.org> - 2017-03-27 16:10 +0200

#1605562 — [PATCH] btmrvl: fix spelling mistake: "unregester" -> "unregister"

FromColin King <colin.king@canonical.com>
Date2017-03-21 13:30 +0100
Subject[PATCH] btmrvl: fix spelling mistake: "unregester" -> "unregister"
Message-ID<tnr5f-3gd-11@gated-at.bofh.it>
From: Colin Ian King <colin.king@canonical.com>

trivial fix to spelling mistake in debug message

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 drivers/bluetooth/btmrvl_sdio.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/bluetooth/btmrvl_sdio.c b/drivers/bluetooth/btmrvl_sdio.c
index 08e01f002bad..7d052ce2052b 100644
--- a/drivers/bluetooth/btmrvl_sdio.c
+++ b/drivers/bluetooth/btmrvl_sdio.c
@@ -1574,7 +1574,7 @@ static void btmrvl_sdio_remove(struct sdio_func *func)
 							MODULE_SHUTDOWN_REQ);
 				btmrvl_sdio_disable_host_int(card);
 			}
-			BT_DBG("unregester dev");
+			BT_DBG("unregister dev");
 			card->priv->surprise_removed = true;
 			btmrvl_sdio_unregister_dev(card);
 			btmrvl_remove_card(card->priv);
-- 
2.11.0

[toc] | [next] | [standalone]


#1609867 — Re: [PATCH] btmrvl: fix spelling mistake: "unregester" -> "unregister"

FromMarcel Holtmann <marcel@holtmann.org>
Date2017-03-27 16:10 +0200
SubjectRe: [PATCH] btmrvl: fix spelling mistake: "unregester" -> "unregister"
Message-ID<tpDvk-Li-27@gated-at.bofh.it>
In reply to#1605562
Hi Colin,

> trivial fix to spelling mistake in debug message
> 
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
> ---
> drivers/bluetooth/btmrvl_sdio.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)

patch has been applied to bluetooth-next tree.

Regards

Marcel

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web