linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH v3] Staging:rtl8188eu:Fixed a space coding style issue.
@ 2014-12-20 14:47 Gangadhar Vukkesala
  2014-12-20 15:44 ` Jeremiah Mahler
  0 siblings, 1 reply; 2+ messages in thread
From: Gangadhar Vukkesala @ 2014-12-20 14:47 UTC (permalink / raw)
  To: gregkh, devel
  Cc: Larry.Finger, navin.patidar, ebru.akagunduz, paulmck,
	heenasirwani, cengelma, standby24x7, linux-kernel,
	Gangadhar Vukkesala

Fixed a Space Coding style issue which was found when running checkpatch.pl
script on rtw_ap.c.

Signed-off-by: Gangadhar Vukkesala <gangs.freelancer@gmail.com>
---
 drivers/staging/rtl8188eu/core/rtw_ap.c |    2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/staging/rtl8188eu/core/rtw_ap.c b/drivers/staging/rtl8188eu/core/rtw_ap.c
index d61842e..da19145 100644
--- a/drivers/staging/rtl8188eu/core/rtw_ap.c
+++ b/drivers/staging/rtl8188eu/core/rtw_ap.c
@@ -509,7 +509,7 @@ void add_RATid(struct adapter *padapter, struct sta_info *psta, u8 rssi_level)
 		tx_ra_bitmap |= ((raid<<28)&0xf0000000);
 
 		DBG_88E("%s => mac_id:%d , raid:%d , bitmap = 0x%x, arg = 0x%x\n",
-			__func__ , psta->mac_id, raid , tx_ra_bitmap, arg);
+			__func__, psta->mac_id, raid, tx_ra_bitmap, arg);
 
 		/* bitmap[0:27] = tx_rate_bitmap */
 		/* bitmap[28:31]= Rate Adaptive id */
-- 
Gangadhar V


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

* Re: [PATCH v3] Staging:rtl8188eu:Fixed a space coding style issue.
  2014-12-20 14:47 [PATCH v3] Staging:rtl8188eu:Fixed a space coding style issue Gangadhar Vukkesala
@ 2014-12-20 15:44 ` Jeremiah Mahler
  0 siblings, 0 replies; 2+ messages in thread
From: Jeremiah Mahler @ 2014-12-20 15:44 UTC (permalink / raw)
  To: Gangadhar Vukkesala
  Cc: gregkh, devel, Larry.Finger, navin.patidar, ebru.akagunduz,
	paulmck, heenasirwani, cengelma, standby24x7, linux-kernel

Gangadhar,

It is looking much better.  Just a few more nit picks though :)

In the subject line, tags usually have ':' next to the tag with a
space between.  Also, I usually keep them lowercase.

  staging: rtl8188eu: (then your description)

On Sat, Dec 20, 2014 at 08:17:02PM +0530, Gangadhar Vukkesala wrote:
> Fixed a Space Coding style issue which was found when running checkpatch.pl

"Space Coding" is not a noun so it does not need to be capitalized.

> script on rtw_ap.c.
> 
> Signed-off-by: Gangadhar Vukkesala <gangs.freelancer@gmail.com>
Name looks good.

> ---
>  drivers/staging/rtl8188eu/core/rtw_ap.c |    2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/drivers/staging/rtl8188eu/core/rtw_ap.c b/drivers/staging/rtl8188eu/core/rtw_ap.c
> index d61842e..da19145 100644
> --- a/drivers/staging/rtl8188eu/core/rtw_ap.c
> +++ b/drivers/staging/rtl8188eu/core/rtw_ap.c
> @@ -509,7 +509,7 @@ void add_RATid(struct adapter *padapter, struct sta_info *psta, u8 rssi_level)
>  		tx_ra_bitmap |= ((raid<<28)&0xf0000000);
>  
>  		DBG_88E("%s => mac_id:%d , raid:%d , bitmap = 0x%x, arg = 0x%x\n",
> -			__func__ , psta->mac_id, raid , tx_ra_bitmap, arg);
> +			__func__, psta->mac_id, raid, tx_ra_bitmap, arg);
>  
>  		/* bitmap[0:27] = tx_rate_bitmap */
>  		/* bitmap[28:31]= Rate Adaptive id */
> -- 
> Gangadhar V
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html
> Please read the FAQ at  http://www.tux.org/lkml/

If you fix those few things there is nothing else that I would have a
complaint about.

-- 
- Jeremiah Mahler

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

end of thread, other threads:[~2014-12-20 15:44 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-12-20 14:47 [PATCH v3] Staging:rtl8188eu:Fixed a space coding style issue Gangadhar Vukkesala
2014-12-20 15:44 ` Jeremiah Mahler

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