All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Staging: rtl8723au: fix space coding style issue in os_intfs.c
@ 2015-01-17 14:52 Peter Poklop
  2015-01-17 14:58 ` Greg KH
  2015-01-19 17:26 ` [PATCH v2] " Peter Poklop
  0 siblings, 2 replies; 3+ messages in thread
From: Peter Poklop @ 2015-01-17 14:52 UTC (permalink / raw)
  To: gregkh, Larry.Finger, Jes.Sorensen
  Cc: linux-wireless, devel, linux-kernel, Peter

From: Peter <peter.poklop@gmail.com>

This patch fixes the checkpatch.pl warning:

WARNING: space prohibited before semicolon

Signed-off-by: Peter Poklop <peter.poklop@gmail.com>
---
 drivers/staging/rtl8723au/os_dep/os_intfs.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/rtl8723au/os_dep/os_intfs.c b/drivers/staging/rtl8723au/os_dep/os_intfs.c
index 9966d16..1b23eb1 100644
--- a/drivers/staging/rtl8723au/os_dep/os_intfs.c
+++ b/drivers/staging/rtl8723au/os_dep/os_intfs.c
@@ -91,7 +91,7 @@ static int rtw_bt_iso = 2;/*  0:Low, 1:High, 2:From Efuse */
 /*  0:Idle, 1:None-SCO, 2:SCO, 3:From Counter, 4.Busy, 5.OtherBusy */
 static int rtw_bt_sco = 3;
 /*  0:Disable BT control A-MPDU, 1:Enable BT control A-MPDU. */
-static int rtw_bt_ampdu = 1 ;
+static int rtw_bt_ampdu = 1;
 #endif
 
 /*  0:Reject AP's Add BA req, 1:Accept AP's Add BA req. */
-- 
2.1.0


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

* Re: [PATCH] Staging: rtl8723au: fix space coding style issue in os_intfs.c
  2015-01-17 14:52 [PATCH] Staging: rtl8723au: fix space coding style issue in os_intfs.c Peter Poklop
@ 2015-01-17 14:58 ` Greg KH
  2015-01-19 17:26 ` [PATCH v2] " Peter Poklop
  1 sibling, 0 replies; 3+ messages in thread
From: Greg KH @ 2015-01-17 14:58 UTC (permalink / raw)
  To: Peter Poklop
  Cc: Larry.Finger, Jes.Sorensen, linux-wireless, devel, linux-kernel

On Sat, Jan 17, 2015 at 03:52:45PM +0100, Peter Poklop wrote:
> From: Peter <peter.poklop@gmail.com>

This name doesn't match up with:

> 
> This patch fixes the checkpatch.pl warning:
> 
> WARNING: space prohibited before semicolon
> 
> Signed-off-by: Peter Poklop <peter.poklop@gmail.com>

this name, why?

Please fix up and resend.

Or better yet, don't even include the first "From:" line, as it's not
needed in this case, right?

thanks,

greg k-h

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

* [PATCH v2] Staging: rtl8723au: fix space coding style issue in os_intfs.c
  2015-01-17 14:52 [PATCH] Staging: rtl8723au: fix space coding style issue in os_intfs.c Peter Poklop
  2015-01-17 14:58 ` Greg KH
@ 2015-01-19 17:26 ` Peter Poklop
  1 sibling, 0 replies; 3+ messages in thread
From: Peter Poklop @ 2015-01-19 17:26 UTC (permalink / raw)
  To: gregkh, Larry.Finger, Jes.Sorensen
  Cc: linux-wireless, devel, linux-kernel, Peter Poklop

This patch fixes the checkpatch.pl warning:

WARNING: space prohibited before semicolon

Signed-off-by: Peter Poklop <peter.poklop@gmail.com>
---
v2: Commit message cleanup

 drivers/staging/rtl8723au/os_dep/os_intfs.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/rtl8723au/os_dep/os_intfs.c b/drivers/staging/rtl8723au/os_dep/os_intfs.c
index 9966d16..1b23eb1 100644
--- a/drivers/staging/rtl8723au/os_dep/os_intfs.c
+++ b/drivers/staging/rtl8723au/os_dep/os_intfs.c
@@ -91,7 +91,7 @@ static int rtw_bt_iso = 2;/*  0:Low, 1:High, 2:From Efuse */
 /*  0:Idle, 1:None-SCO, 2:SCO, 3:From Counter, 4.Busy, 5.OtherBusy */
 static int rtw_bt_sco = 3;
 /*  0:Disable BT control A-MPDU, 1:Enable BT control A-MPDU. */
-static int rtw_bt_ampdu = 1 ;
+static int rtw_bt_ampdu = 1;
 #endif
 
 /*  0:Reject AP's Add BA req, 1:Accept AP's Add BA req. */
-- 
2.1.0


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

end of thread, other threads:[~2015-01-19 17:27 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2015-01-17 14:52 [PATCH] Staging: rtl8723au: fix space coding style issue in os_intfs.c Peter Poklop
2015-01-17 14:58 ` Greg KH
2015-01-19 17:26 ` [PATCH v2] " Peter Poklop

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.