Hi Rakhi, On Tue, Feb 2, 2016 at 11:28 AM, Rakhi Sharma <rakhish1994@xxxxxxxxx> wrote: > Fixed a braces style warning. > Warning: braces {} are not necessary for single statement blocks. > > Signed-off-by: Rakhi Sharma <rakhish1994@xxxxxxxxx> > --- > Changes in v2: > - remove a blank line. To make it readable. > --- > drivers/staging/rtl8723au/core/rtw_ieee80211.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/staging/rtl8723au/core/rtw_ieee80211.c b/drivers/staging/rtl8723au/core/rtw_ieee80211.c > index 365f780..55a5078 100644 > --- a/drivers/staging/rtl8723au/core/rtw_ieee80211.c > +++ b/drivers/staging/rtl8723au/core/rtw_ieee80211.c > @@ -177,8 +177,8 @@ u8 *rtw_get_ie23a(u8 *pbuf, int index, int *len, int limit) > u8 *p; > > if (limit < 1) > - > return NULL; > + This looks line an incremental patch on top of your original one. You need to resubmit the original patch with this change incorporated. Thanks, -- Julian Calaby Email: julian.calaby@xxxxxxxxx Profile: http://www.google.com/profiles/julian.calaby/ -- To unsubscribe from this list: send the line "unsubscribe linux-wireless" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html