linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] staging: rtl8188eu: checkpatch fixes: removed not necessary braces
@ 2017-01-28  8:34 Martin Karamihov
  2017-01-28  8:34 ` [PATCH] staging: rtl8188eu: checkpatch fixes: removed not necessary braces {} Martin Karamihov
  2017-01-28  8:41 ` [PATCH] staging: rtl8188eu: checkpatch fixes: removed not necessary braces Greg KH
  0 siblings, 2 replies; 9+ messages in thread
From: Martin Karamihov @ 2017-01-28  8:34 UTC (permalink / raw)
  To: gregkh; +Cc: Larry.Finger, devel, linux-kernel

checkpatch fixes: removes not necessary braces 

^ permalink raw reply	[flat|nested] 9+ messages in thread
* [PATCH] staging: rtl8188eu: checkpatch fixes: removed not necessary braces {}
@ 2017-01-28  8:49 Martin Karamihov
  2017-01-28  9:11 ` Greg KH
  0 siblings, 1 reply; 9+ messages in thread
From: Martin Karamihov @ 2017-01-28  8:49 UTC (permalink / raw)
  To: gregkh; +Cc: Larry.Finger, devel, linux-kernel

Signed-off-by: Martin Karamihov <martinowar@gmail.com>
---
checkpatch fixes: remove not necessary braces

 drivers/staging/rtl8188eu/hal/bb_cfg.c | 3 +--
 1 file changed, 1 insertion(+), 2 deletions(-)

diff --git a/drivers/staging/rtl8188eu/hal/bb_cfg.c b/drivers/staging/rtl8188eu/hal/bb_cfg.c
index 134fa6c595a8..26e0ef224299 100644
--- a/drivers/staging/rtl8188eu/hal/bb_cfg.c
+++ b/drivers/staging/rtl8188eu/hal/bb_cfg.c
@@ -534,9 +534,8 @@ static void store_pwrindex_offset(struct adapter *adapter,
 		power_level_offset[11] = data;
 	if (regaddr == rTxAGC_B_Mcs11_Mcs08)
 		power_level_offset[12] = data;
-	if (regaddr == rTxAGC_B_Mcs15_Mcs12) {
+	if (regaddr == rTxAGC_B_Mcs15_Mcs12)
 		power_level_offset[13] = data;
-	}
 }
 
 static void rtl_addr_delay(struct adapter *adapt,
-- 
2.11.0

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

end of thread, other threads:[~2017-02-02 22:54 UTC | newest]

Thread overview: 9+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2017-01-28  8:34 [PATCH] staging: rtl8188eu: checkpatch fixes: removed not necessary braces Martin Karamihov
2017-01-28  8:34 ` [PATCH] staging: rtl8188eu: checkpatch fixes: removed not necessary braces {} Martin Karamihov
2017-01-28  8:41   ` Greg KH
2017-01-28  8:41 ` [PATCH] staging: rtl8188eu: checkpatch fixes: removed not necessary braces Greg KH
2017-01-28  8:49 [PATCH] staging: rtl8188eu: checkpatch fixes: removed not necessary braces {} Martin Karamihov
2017-01-28  9:11 ` Greg KH
2017-01-29 16:43   ` Bjørn Mork
2017-01-29 18:57     ` martinowar
2017-02-02 22:53     ` Joe Perches

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