Re: [PATCH v2 2/3] staging: wfx: wrap characters

2019-11-11 Thread Greg KH
On Mon, Nov 11, 2019 at 01:30:54PM +, Jules Irenge wrote: > Wrap characters to fix line of over 80 characters. > Issue detected by Checkpatch tool You did other things in here as well: > { > - struct ieee80211_hdr *frame = (struct ieee80211_hdr *) skb->data; > + struct ieee80211_hdr

[PATCH v2 2/3] staging: wfx: wrap characters

2019-11-11 Thread Jules Irenge
Wrap characters to fix line of over 80 characters. Issue detected by Checkpatch tool Signed-off-by: Jules Irenge --- v2 includes more of this type of errors drivers/staging/wfx/bus_sdio.c | 4 +- drivers/staging/wfx/data_rx.c| 6 +- drivers/staging/wfx/data_rx.h| 3 +-