Linux kernel staging patches
 help / color / mirror / Atom feed
* [PATCH] staging: rtl8192e: the alignment now matches the open parenthesis
@ 2024-08-22  0:29 Wallysson Oliveira
  2024-08-22  1:31 ` Gabriela Bittencourt
  0 siblings, 1 reply; 2+ messages in thread
From: Wallysson Oliveira @ 2024-08-22  0:29 UTC (permalink / raw)
  To: gregkh, linux-staging, linux-kernel,
	/home/sholum/Unicamp/LKCamp_Oficina/linux/~lkcamp/patches

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@gmail.com>
---
 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;
 		}
 	}
-- 
2.46.0


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

* Re: [PATCH] staging: rtl8192e: the alignment now matches the open parenthesis
  2024-08-22  0:29 [PATCH] staging: rtl8192e: the alignment now matches the open parenthesis Wallysson Oliveira
@ 2024-08-22  1:31 ` Gabriela Bittencourt
  0 siblings, 0 replies; 2+ messages in thread
From: Gabriela Bittencourt @ 2024-08-22  1:31 UTC (permalink / raw)
  To: Wallysson Oliveira, gregkh, linux-staging, linux-kernel,
	/home/sholum/Unicamp/LKCamp_Oficina/linux/~lkcamp/patches

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@gmail.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. :)

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

end of thread, other threads:[~2024-08-22  1:28 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-08-22  0:29 [PATCH] staging: rtl8192e: the alignment now matches the open parenthesis Wallysson Oliveira
2024-08-22  1:31 ` Gabriela Bittencourt

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox