lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:   Wed, 17 Apr 2019 18:02:58 +0530
From:   Mukesh Ojha <mojha@...eaurora.org>
To:     Colin King <colin.king@...onical.com>,
        Greg Kroah-Hartman <gregkh@...uxfoundation.org>,
        devel@...verdev.osuosl.org
Cc:     kernel-janitors@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: Re: [PATCH] staging: rtlwifi: fix spelling mistake "notity" ->
 "notify"


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

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ