linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Gangadhar Vukkesala <gangs.freelancer@gmail.com>
To: gregkh@linuxfoundation.org, devel@driverdev.osuosl.org
Cc: Larry.Finger@lwfinger.net, navin.patidar@gmail.com,
	ebru.akagunduz@gmail.com, paulmck@linux.vnet.ibm.com,
	heenasirwani@gmail.com, cengelma@gmx.at, standby24x7@gmail.com,
	linux-kernel@vger.kernel.org,
	Gangadhar Vukkesala <gangs.freelancer@gmail.com>
Subject: [PATCH v3] Staging:rtl8188eu:Fixed a space coding style issue.
Date: Sat, 20 Dec 2014 20:17:02 +0530	[thread overview]
Message-ID: <1419086822-3045-1-git-send-email-gangs.freelancer@gmail.com> (raw)

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


             reply	other threads:[~2014-12-20 14:47 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2014-12-20 14:47 Gangadhar Vukkesala [this message]
2014-12-20 15:44 ` [PATCH v3] Staging:rtl8188eu:Fixed a space coding style issue Jeremiah Mahler

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=1419086822-3045-1-git-send-email-gangs.freelancer@gmail.com \
    --to=gangs.freelancer@gmail.com \
    --cc=Larry.Finger@lwfinger.net \
    --cc=cengelma@gmx.at \
    --cc=devel@driverdev.osuosl.org \
    --cc=ebru.akagunduz@gmail.com \
    --cc=gregkh@linuxfoundation.org \
    --cc=heenasirwani@gmail.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=navin.patidar@gmail.com \
    --cc=paulmck@linux.vnet.ibm.com \
    --cc=standby24x7@gmail.com \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
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).