All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] staging rtl8188eu: add a blank line after declarations
@ 2014-04-05  4:56 chihuanqi
  2014-04-05  5:18 ` Greg KH
  2014-04-05  5:53 ` huanqi chi
  0 siblings, 2 replies; 3+ messages in thread
From: chihuanqi @ 2014-04-05  4:56 UTC (permalink / raw)
  To: gregkh, Larry.Finger, standby24x7, oat.elena
  Cc: devel, linux-kernel, chihuanqi

fix a coding style issue: Missing a blank line after declarations

Signed-off-by: chihuanqi <chihuanqi@gmail.com>
---
 drivers/staging/rtl8188eu/core/rtw_br_ext.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/staging/rtl8188eu/core/rtw_br_ext.c b/drivers/staging/rtl8188eu/core/rtw_br_ext.c
index e843c6b..f97f05f 100644
--- a/drivers/staging/rtl8188eu/core/rtw_br_ext.c
+++ b/drivers/staging/rtl8188eu/core/rtw_br_ext.c
@@ -442,6 +442,7 @@ static void __nat25_db_print(struct adapter *priv)
 void nat25_db_cleanup(struct adapter *priv)
 {
 	int i;
+
 	spin_lock_bh(&priv->br_ext_lock);
 
 	for (i = 0; i < NAT25_HASH_SIZE; i++) {
-- 
1.7.0.4


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

* Re: [PATCH] staging rtl8188eu: add a blank line after declarations
  2014-04-05  4:56 [PATCH] staging rtl8188eu: add a blank line after declarations chihuanqi
@ 2014-04-05  5:18 ` Greg KH
  2014-04-05  5:53 ` huanqi chi
  1 sibling, 0 replies; 3+ messages in thread
From: Greg KH @ 2014-04-05  5:18 UTC (permalink / raw)
  To: chihuanqi; +Cc: Larry.Finger, standby24x7, oat.elena, devel, linux-kernel

On Sat, Apr 05, 2014 at 12:56:43PM +0800, chihuanqi wrote:
> fix a coding style issue: Missing a blank line after declarations
> 
> Signed-off-by: chihuanqi <chihuanqi@gmail.com>

I need a "real" name here.  Appologies if you only have one word for a
name, but most countries that is not the norm.

thanks,

greg k-h

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

* [PATCH] staging rtl8188eu: add a blank line after declarations
  2014-04-05  4:56 [PATCH] staging rtl8188eu: add a blank line after declarations chihuanqi
  2014-04-05  5:18 ` Greg KH
@ 2014-04-05  5:53 ` huanqi chi
  1 sibling, 0 replies; 3+ messages in thread
From: huanqi chi @ 2014-04-05  5:53 UTC (permalink / raw)
  To: gregkh, Larry.Finger, standby24x7, oat.elena
  Cc: devel, linux-kernel, huanqi chi

fix a coding style issue: Missing a blank line after declarations

Signed-off-by: huanqi chi <chihuanqi@gmail.com>
---
 drivers/staging/rtl8188eu/core/rtw_br_ext.c |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/drivers/staging/rtl8188eu/core/rtw_br_ext.c b/drivers/staging/rtl8188eu/core/rtw_br_ext.c
index e843c6b..f97f05f 100644
--- a/drivers/staging/rtl8188eu/core/rtw_br_ext.c
+++ b/drivers/staging/rtl8188eu/core/rtw_br_ext.c
@@ -442,6 +442,7 @@ static void __nat25_db_print(struct adapter *priv)
 void nat25_db_cleanup(struct adapter *priv)
 {
 	int i;
+
 	spin_lock_bh(&priv->br_ext_lock);
 
 	for (i = 0; i < NAT25_HASH_SIZE; i++) {
-- 
1.7.0.4


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

end of thread, other threads:[~2014-04-05  5:57 UTC | newest]

Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2014-04-05  4:56 [PATCH] staging rtl8188eu: add a blank line after declarations chihuanqi
2014-04-05  5:18 ` Greg KH
2014-04-05  5:53 ` huanqi chi

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.