On Sun, Dec 09, 2012 at 10:15:10AM +0000, Przemo Firszt wrote: > Replace leading spaces with tab > > Signed-off-by: Przemo Firszt <prz...@firszt.eu> > --- > drivers/staging/rtl8712/rtl871x_ioctl_linux.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-) > > diff --git a/drivers/staging/rtl8712/rtl871x_ioctl_linux.c > b/drivers/staging/rtl8712/rtl871x_ioctl_linux.c > index b131b61..b4629c3 100644 > --- a/drivers/staging/rtl8712/rtl871x_ioctl_linux.c > +++ b/drivers/staging/rtl8712/rtl871x_ioctl_linux.c > @@ -510,7 +510,7 @@ exit: > } > > static int r871x_set_wpa_ie(struct _adapter *padapter, char *pie, > - unsigned short ielen) > + unsigned short ielen)
The original version is better because it lines up correctly. Checkpatch doesn't complain for me so I'm not sure what the story is here. regards, dan carpenter -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majord...@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/