lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [<thread-prev] [day] [month] [year] [list]
Date:	Wed, 13 Mar 2013 23:37:18 +0300
From:	Dan Carpenter <dan.carpenter@...cle.com>
To:	Jacob Garber <ajtgarber@...il.com>
Cc:	greg@...ah.com, devel@...verdev.osuosl.org,
	fmhess@...rs.sourceforge.net, abbotti@....co.uk,
	linux-kernel@...r.kernel.org
Subject: Re: [PATCH] Staging: comedi: Fixed camel case style issue in usbdux.c

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@...il.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@...cle.com>

regards,
dan carpenter

--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at  http://vger.kernel.org/majordomo-info.html
Please read the FAQ at  http://www.tux.org/lkml/

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ