[PATCH V2 2/2] staging: rtl8188eu: core: Use tabs for indentation

Guillaume Bienkowski guitreize at gmail.com
Mon Jul 20 06:52:36 UTC 2015


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 at gmail.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


More information about the devel mailing list