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

From: Greg KH
Date: Mon Nov 11 2019 - 10:34:20 EST


On Mon, Nov 11, 2019 at 01:30:54PM +0000, 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 *frame = (struct ieee80211_hdr *)skb->data;

Please only do "one type of change per patch".

thanks,

greg k-h