[PATCH] Staging: comedi: Fixed camel case style issue in usbdux.c

Dan Carpenter dan.carpenter at oracle.com
Wed Mar 13 20:37:18 UTC 2013


On Wed, Mar 13, 2013 at 12:19:20PM -0400, Jacob Garber wrote:
> This is a patch to usbdux.c that fixes the camel case warnings found
> by the checkpatch.pl tool
> 
> Signed-off-by: Jacob Garber <ajtgarber at gmail.com>
> ---
> -static int usbduxsub_submit_InURBs(struct usbduxsub *usbduxsub)
> +static int usbduxsub_submit_inurbs(struct usbduxsub *usbduxsub)
>  {
> -	int i, errFlag;
> +	int i, err_flag;
>  

This is really just a regular error code, not a flag.  But that was
there in the original so no worries.

Looks good.

Reviewed-by: Dan Carpenter <dan.carpenter at oracle.com>

regards,
dan carpenter




More information about the devel mailing list