[PATCH] Staging: wlan-ng: hfa384x: Added a new line to fix coding style issue

Greg KH gregkh at linuxfoundation.org
Tue Feb 24 17:56:39 UTC 2015


On Tue, Feb 24, 2015 at 05:53:55PM +0000, Daniel Lockyer wrote:
> Fixed a coding style issue.
> 
> Signed-off-by: Daniel Lockyer <thisisdaniellockyer at gmail.com>
> ---
>  drivers/staging/wlan-ng/hfa384x.h | 1 +
>  1 file changed, 1 insertion(+)
> 
> diff --git a/drivers/staging/wlan-ng/hfa384x.h b/drivers/staging/wlan-ng/hfa384x.h
> index 8f20910..3bb8c1b 100644
> --- a/drivers/staging/wlan-ng/hfa384x.h
> +++ b/drivers/staging/wlan-ng/hfa384x.h
> @@ -1166,6 +1166,7 @@ typedef struct hfa384x_usbctlx {
>  	CTLX_STATE state;	/* Tracks running state */
>  
>  	struct completion done;
> +
>  	volatile int reapable;	/* Food for the reaper task */
>  
>  	ctlx_cmdcb_t cmdcb;	/* Async command callback */

What coding style issue does this fix?  It looks wrong to me.

thanks,

greg k-h


More information about the devel mailing list