[PATCH] Staging: bcm: Checkpatch fixes

Kevin McKinney klmckinney1 at gmail.com
Wed Oct 24 01:01:26 UTC 2012


On Tue, Oct 23, 2012 at 01:51:56PM +0100, Ceri James wrote:
> This fixes the following checkpatch issues:
> 
> WARNING: line over 80 characters
> +	BCM_DEBUG_PRINT(Adapter,DBG_TYPE_TX, TOKEN_COUNTS, DBG_LVL_ALL, "=====>\n");
> 
> ERROR: space required after that ',' (ctx:VxV)
> +	BCM_DEBUG_PRINT(Adapter,DBG_TYPE_TX, TOKEN_COUNTS, DBG_LVL_ALL, "=====>\n");
>  	                       ^
> WARNING: line over 80 characters
> +		BCM_DEBUG_PRINT(Adapter,DBG_TYPE_TX, TOKEN_COUNTS, DBG_LVL_ALL, "Adapter found NULL!\n");
> 
> ERROR: space required after that ',' (ctx:VxV)
> +		BCM_DEBUG_PRINT(Adapter,DBG_TYPE_TX, TOKEN_COUNTS, DBG_LVL_ALL, "Adapter found NULL!\n");
>  		                       ^

Same here, submit one patch per warning / error.

Thanks,
Kevin



More information about the devel mailing list