* [PATCH] staging: rtl8192e: Adjust the space around operators.
@ 2019-03-26 17:12 Sanjana Sanikommu
2019-03-27 14:33 ` Greg KH
0 siblings, 1 reply; 2+ messages in thread
From: Sanjana Sanikommu @ 2019-03-26 17:12 UTC (permalink / raw)
To: gregkh; +Cc: outreachy-kernel
CHECK: spaces preferred around that '<<' (ctx:VxV)
Issue found using checkpatch.pl
Signed-off-by: Sanjana Sanikommu <sanjana99reddy99@gmail.com>
---
drivers/staging/rtl8192e/rtl8192e/r8192E_phy.c | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/drivers/staging/rtl8192e/rtl8192e/r8192E_phy.c b/drivers/staging/rtl8192e/rtl8192e/r8192E_phy.c
index 3de07a79b3e0..db8553e7889c 100644
--- a/drivers/staging/rtl8192e/rtl8192e/r8192E_phy.c
+++ b/drivers/staging/rtl8192e/rtl8192e/r8192E_phy.c
@@ -571,8 +571,8 @@ static bool _rtl92e_bb_config_para_file(struct net_device *dev)
if (priv->IC_Cut > VERSION_8190_BD) {
if (priv->rf_type == RF_2T4R)
- dwRegValue = priv->AntennaTxPwDiff[2]<<8 |
- priv->AntennaTxPwDiff[1]<<4 |
+ dwRegValue = priv->AntennaTxPwDiff[2] << 8 |
+ priv->AntennaTxPwDiff[1] << 4 |
priv->AntennaTxPwDiff[0];
else
dwRegValue = 0x0;
--
2.17.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] staging: rtl8192e: Adjust the space around operators.
2019-03-26 17:12 [PATCH] staging: rtl8192e: Adjust the space around operators Sanjana Sanikommu
@ 2019-03-27 14:33 ` Greg KH
0 siblings, 0 replies; 2+ messages in thread
From: Greg KH @ 2019-03-27 14:33 UTC (permalink / raw)
To: Sanjana Sanikommu; +Cc: outreachy-kernel
On Tue, Mar 26, 2019 at 10:42:08PM +0530, Sanjana Sanikommu wrote:
> CHECK: spaces preferred around that '<<' (ctx:VxV)
> Issue found using checkpatch.pl
>
> Signed-off-by: Sanjana Sanikommu <sanjana99reddy99@gmail.com>
> ---
> drivers/staging/rtl8192e/rtl8192e/r8192E_phy.c | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
This patch does not apply to my tree at all :(
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2019-03-27 18:25 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2019-03-26 17:12 [PATCH] staging: rtl8192e: Adjust the space around operators Sanjana Sanikommu
2019-03-27 14:33 ` Greg KH
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.