Re: [Outreachy kernel] [PATCH v2 2/3] staging: rtl8192u: Fixed 'tabstop' coding style warning

2017-02-16 Thread Julia Lawall
On Fri, 17 Feb 2017, simran singhal wrote: > Replace a mix of tabs and spaces indentation by tabs only. > > Fixed checkpatch warning "Statements should start on a tabstop" in > rtl8192u module. > > Signed-off-by: simran singhal Acked-by: Julia Lawall > --- > > v2: >-Modified "warnings"

[PATCH v2 2/3] staging: rtl8192u: Fixed 'tabstop' coding style warning

2017-02-16 Thread simran singhal
Replace a mix of tabs and spaces indentation by tabs only. Fixed checkpatch warning "Statements should start on a tabstop" in rtl8192u module. Signed-off-by: simran singhal --- v2: -Modified "warnings" to "warning" in the patch Subject. drivers/staging/rtl8192u/ieee80211/ieee80211_wx.c |