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]
Message-ID: <781f552c-3f8e-4b70-b73e-3a23da8b329b@lkcamp.dev>
Date: Wed, 21 Aug 2024 22:31:31 -0300
From: Gabriela Bittencourt <gbittencourt@...amp.dev>
To: Wallysson Oliveira <wallyssonryu@...il.com>, gregkh@...uxfoundation.org,
 linux-staging@...ts.linux.dev, linux-kernel@...r.kernel.org,
 /home/sholum/Unicamp/LKCamp_Oficina/linux/~lkcamp/patches@...ts.sr.ht
Subject: Re: [PATCH] staging: rtl8192e: the alignment now matches the open
 parenthesis

Hi Wallysson,

On 8/21/24 9:29 PM, Wallysson Oliveira wrote:
> The line 994 in the file drivers/staging/rtl8192e/rtl8192e/r8192E_phy.c
> was not alingned with the open parenthesis.
> 
> Signed-off-by: Wallysson Oliveira <wallyssonryu@...il.com>

There's a small typo in your commit message, in "aligned".

> ---
>   drivers/staging/rtl8192e/rtl8192e/r8192E_phy.c | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/staging/rtl8192e/rtl8192e/r8192E_phy.c b/drivers/staging/rtl8192e/rtl8192e/r8192E_phy.c
> index 18b948d4d86d..c7ee71c60a84 100644
> --- a/drivers/staging/rtl8192e/rtl8192e/r8192E_phy.c
> +++ b/drivers/staging/rtl8192e/rtl8192e/r8192E_phy.c
> @@ -956,7 +956,7 @@ void rtl92e_init_gain(struct net_device *dev, u8 Operation)
>   					 (u32)priv->initgain_backup.cca);
>   
>   			rtl92e_set_tx_power(dev,
> -					 priv->rtllib->current_network.channel);
> +					    priv->rtllib->current_network.channel);
>   			break;
>   		}
>   	}

Thanks. :)

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ