Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753247AbaLTQYz (ORCPT ); Sat, 20 Dec 2014 11:24:55 -0500 Received: from mail-pa0-f49.google.com ([209.85.220.49]:49095 "EHLO mail-pa0-f49.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752903AbaLTQYx (ORCPT ); Sat, 20 Dec 2014 11:24:53 -0500 Date: Sat, 20 Dec 2014 08:24:50 -0800 From: Jeremiah Mahler To: Gangadhar Vukkesala Cc: gregkh@linuxfoundation.org, devel@driverdev.osuosl.org, 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 Subject: Re: [PATCH v4] staging: rtl8188eu: Fixed a space coding style issue. Message-ID: <20141220162450.GA32755@hudson.localdomain> Mail-Followup-To: Jeremiah Mahler , Gangadhar Vukkesala , gregkh@linuxfoundation.org, devel@driverdev.osuosl.org, 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 References: <1419091187-2775-1-git-send-email-gangs.freelancer@gmail.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1419091187-2775-1-git-send-email-gangs.freelancer@gmail.com> User-Agent: Mutt/1.5.23 (2014-03-12) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org On Sat, Dec 20, 2014 at 09:29:47PM +0530, Gangadhar Vukkesala wrote: > Fixed a space coding style issue which was found when running checkpatch.pl > script on rtw_ap.c. > > Signed-off-by: Gangadhar Vukkesala > --- > 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 > Looks good to me. Reviewed-by: Jeremiah Mahler -- - Jeremiah Mahler -- 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/