Re: [PATCH 5/5] Staging: rtl8712: ieee80211: fixed camelcase coding style issue

2017-05-25 Thread Greg KH
On Sat, May 20, 2017 at 11:26:17PM +0530, Jaya Durga wrote: > Fixed coding style issue > > Renamed cap_ShortPremble to cap_short_premble > > Signed-off-by: Jaya Durga Where are patches 1-4 of this patch series? Please fix up and resend. thanks, greg k-h

[PATCH 5/5] Staging: rtl8712: ieee80211: fixed camelcase coding style issue

2017-05-20 Thread Jaya Durga
Fixed coding style issue Renamed cap_ShortPremble to cap_short_premble Signed-off-by: Jaya Durga --- drivers/staging/rtl8712/ieee80211.c | 2 +- drivers/staging/rtl8712/wifi.h | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/drivers/staging/rtl8712/ieee80211.c b/driv