[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Message-ID: <20150720065236.GB8425@ubuntu>
Date: Mon, 20 Jul 2015 08:52:36 +0200
From: Guillaume Bienkowski <guitreize@...il.com>
To: Sudip Mukherjee <sudipm.mukherjee@...il.com>
Cc: gregkh@...uxfoundation.org, devel@...verdev.osuosl.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH V2 2/2] staging: rtl8188eu: core: Use tabs for indentation
On Mon, Jul 20, 2015 at 11:18:10AM +0530, Sudip Mukherjee wrote:
> On Sat, Jul 18, 2015 at 11:59:34AM +0200, Guillaume Bienkowski wrote:
> > Signed-off-by: Guillaume Bienkowski <guitreize@...il.com>
> > ---
> > drivers/staging/rtl8188eu/core/rtw_mlme_ext.c | 2 +-
> > 1 file changed, 1 insertion(+), 1 deletion(-)
> >
> > diff --git a/drivers/staging/rtl8188eu/core/rtw_mlme_ext.c b/drivers/staging/rtl8188eu/core/rtw_mlme_ext.c
> > index 1a00d1b0..23bc1bf 100644
> > --- a/drivers/staging/rtl8188eu/core/rtw_mlme_ext.c
> > +++ b/drivers/staging/rtl8188eu/core/rtw_mlme_ext.c
> > @@ -4709,7 +4709,7 @@ void _linked_rx_signal_strehgth_display(struct adapter *padapter);
> > void _linked_rx_signal_strehgth_display(struct adapter *padapter)
> > {
> > struct mlme_ext_priv *pmlmeext = &padapter->mlmeextpriv;
> > - struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info);
> > + struct mlme_ext_info *pmlmeinfo = &(pmlmeext->mlmext_info);
> > u8 mac_id;
> > int UndecoratedSmoothedPWDB;
> > if ((pmlmeinfo->state&0x03) == WIFI_FW_STATION_STATE)
> This patch is not applying as this same change you have done in your
> previous patch (1/2).
>
> regards
> sudip
Hi Sudip, you are right. So much for me for splitting the patches.
I'll rework that, thank you.
Guillaume
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists