linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] staging: rtlwifi: fix spelling mistake "notity" -> "notify"
@ 2019-04-17 12:08 Colin King
  2019-04-17 12:32 ` Mukesh Ojha
  0 siblings, 1 reply; 2+ messages in thread
From: Colin King @ 2019-04-17 12:08 UTC (permalink / raw)
  To: Greg Kroah-Hartman, devel; +Cc: kernel-janitors, linux-kernel

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

There are two spelling mistake in RT_TRACE messages. Fix them.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 drivers/staging/rtlwifi/btcoexist/halbtc8822b1ant.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/drivers/staging/rtlwifi/btcoexist/halbtc8822b1ant.c b/drivers/staging/rtlwifi/btcoexist/halbtc8822b1ant.c
index ade271cb4aab..32c797430512 100644
--- a/drivers/staging/rtlwifi/btcoexist/halbtc8822b1ant.c
+++ b/drivers/staging/rtlwifi/btcoexist/halbtc8822b1ant.c
@@ -4730,7 +4730,7 @@ void ex_btc8822b1ant_media_status_notify(struct btc_coexist *btcoexist, u8 type)
 		if (wifi_under_b_mode) {
 			RT_TRACE(
 				rtlpriv, COMP_BT_COEXIST, DBG_LOUD,
-				"[BTCoex], ********** (media status notity under b mode) **********\n");
+				"[BTCoex], ********** (media status notify under b mode) **********\n");
 			btcoexist->btc_write_1byte(btcoexist, 0x6cd,
 						   0x00); /* CCK Tx */
 			btcoexist->btc_write_1byte(btcoexist, 0x6cf,
@@ -4738,7 +4738,7 @@ void ex_btc8822b1ant_media_status_notify(struct btc_coexist *btcoexist, u8 type)
 		} else {
 			RT_TRACE(
 				rtlpriv, COMP_BT_COEXIST, DBG_LOUD,
-				"[BTCoex], ********** (media status notity not under b mode) **********\n");
+				"[BTCoex], ********** (media status notify not under b mode) **********\n");
 			btcoexist->btc_write_1byte(btcoexist, 0x6cd,
 						   0x00); /* CCK Tx */
 			btcoexist->btc_write_1byte(btcoexist, 0x6cf,
-- 
2.20.1


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

* Re: [PATCH] staging: rtlwifi: fix spelling mistake "notity" -> "notify"
  2019-04-17 12:08 [PATCH] staging: rtlwifi: fix spelling mistake "notity" -> "notify" Colin King
@ 2019-04-17 12:32 ` Mukesh Ojha
  0 siblings, 0 replies; 2+ messages in thread
From: Mukesh Ojha @ 2019-04-17 12:32 UTC (permalink / raw)
  To: Colin King, Greg Kroah-Hartman, devel; +Cc: kernel-janitors, linux-kernel


On 4/17/2019 5:38 PM, Colin King wrote:
> From: Colin Ian King <colin.king@canonical.com>
>
> There are two spelling mistake in RT_TRACE messages. Fix them.
>
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
Reviewed-by: Mukesh Ojha <mojha@codeaurora.org>

Cheers,
-Mukesh
> ---
>   drivers/staging/rtlwifi/btcoexist/halbtc8822b1ant.c | 4 ++--
>   1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/drivers/staging/rtlwifi/btcoexist/halbtc8822b1ant.c b/drivers/staging/rtlwifi/btcoexist/halbtc8822b1ant.c
> index ade271cb4aab..32c797430512 100644
> --- a/drivers/staging/rtlwifi/btcoexist/halbtc8822b1ant.c
> +++ b/drivers/staging/rtlwifi/btcoexist/halbtc8822b1ant.c
> @@ -4730,7 +4730,7 @@ void ex_btc8822b1ant_media_status_notify(struct btc_coexist *btcoexist, u8 type)
>   		if (wifi_under_b_mode) {
>   			RT_TRACE(
>   				rtlpriv, COMP_BT_COEXIST, DBG_LOUD,
> -				"[BTCoex], ********** (media status notity under b mode) **********\n");
> +				"[BTCoex], ********** (media status notify under b mode) **********\n");
>   			btcoexist->btc_write_1byte(btcoexist, 0x6cd,
>   						   0x00); /* CCK Tx */
>   			btcoexist->btc_write_1byte(btcoexist, 0x6cf,
> @@ -4738,7 +4738,7 @@ void ex_btc8822b1ant_media_status_notify(struct btc_coexist *btcoexist, u8 type)
>   		} else {
>   			RT_TRACE(
>   				rtlpriv, COMP_BT_COEXIST, DBG_LOUD,
> -				"[BTCoex], ********** (media status notity not under b mode) **********\n");
> +				"[BTCoex], ********** (media status notify not under b mode) **********\n");
>   			btcoexist->btc_write_1byte(btcoexist, 0x6cd,
>   						   0x00); /* CCK Tx */
>   			btcoexist->btc_write_1byte(btcoexist, 0x6cf,

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

end of thread, other threads:[~2019-04-17 12:33 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-04-17 12:08 [PATCH] staging: rtlwifi: fix spelling mistake "notity" -> "notify" Colin King
2019-04-17 12:32 ` Mukesh Ojha

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).