All of lore.kernel.org
 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; 4+ 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] 4+ messages in thread

* [PATCH] staging: rtl8188eu: checkpatch fixes: removed not necessary braces {}
  2017-01-28  8:34 [PATCH] staging: rtl8188eu: checkpatch fixes: removed not necessary braces Martin Karamihov
@ 2017-01-28  8:34 ` 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
  1 sibling, 1 reply; 4+ messages in thread
From: Martin Karamihov @ 2017-01-28  8:34 UTC (permalink / raw)
  To: gregkh; +Cc: Larry.Finger, devel, linux-kernel

Signed-off-by: Martin Karamihov <martinowar@gmail.com>
---
 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] 4+ messages in thread

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

On Sat, Jan 28, 2017 at 10:34:36AM +0200, Martin Karamihov wrote:
> Signed-off-by: Martin Karamihov <martinowar@gmail.com>
> ---
>  drivers/staging/rtl8188eu/hal/bb_cfg.c | 3 +--
>  1 file changed, 1 insertion(+), 2 deletions(-)

I can't take a patch with no changelog text :(

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

* Re: [PATCH] staging: rtl8188eu: checkpatch fixes: removed not necessary braces
  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
  1 sibling, 0 replies; 4+ messages in thread
From: Greg KH @ 2017-01-28  8:41 UTC (permalink / raw)
  To: Martin Karamihov; +Cc: devel, linux-kernel, Larry.Finger

On Sat, Jan 28, 2017 at 10:34:35AM +0200, Martin Karamihov wrote:
> checkpatch fixes: removes not necessary braces 
> _______________________________________________
> devel mailing list
> devel@linuxdriverproject.org
> http://driverdev.linuxdriverproject.org/mailman/listinfo/driverdev-devel


I don't see any patch here, why is this email being sent?  You don't
need a "cover letter" for just a single patch.

thanks,

greg k-h

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

end of thread, other threads:[~2017-01-28  8:50 UTC | newest]

Thread overview: 4+ 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

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.