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] [thread-next>] [day] [month] [year] [list]
Date:	Thu, 23 Sep 2010 15:38:06 -0700
From:	Joe Perches <joe@...ches.com>
To:	Haiyang Zhang <haiyangz@...rosoft.com>
Cc:	"'linux-kernel@...r.kernel.org'" <linux-kernel@...r.kernel.org>,
	"'devel@...verdev.osuosl.org'" <devel@...verdev.osuosl.org>,
	"'virtualization@...ts.osdl.org'" <virtualization@...ts.osdl.org>,
	"'gregkh@...e.de'" <gregkh@...e.de>
Subject: Re: [PATCH 1/1] Rename camel case variables in channel.c  (updated)

On Thu, 2010-09-23 at 22:04 +0000, Haiyang Zhang wrote:
> From: Haiyang Zhang <haiyangz@...rosoft.com>
> 
> Rename camel case variables in channel.c
[]
> -static int VmbusChannelCreateGpadlHeader(void *Kbuffer, u32 Size,
> -					 struct vmbus_channel_msginfo **MsgInfo,
> -					 u32 *MessageCount)
> +static int VmbusChannelCreateGpadlHeader(void *kbuffer, u32 size,
> +					 struct vmbus_channel_msginfo **msginfo,
> +					 u32 *messagecount)
>  {
>  	int i;
> -	int pageCount;
> +	int pagecount;
>  	unsigned long long pfn;
> -	struct vmbus_channel_gpadl_header *gpaHeader;
> -	struct vmbus_channel_gpadl_body *gpadlBody;
> -	struct vmbus_channel_msginfo *msgHeader;
> -	struct vmbus_channel_msginfo *msgBody = NULL;
> -	u32 msgSize;
> +	struct vmbus_channel_gpadl_header *gpal_header;
> +	struct vmbus_channel_gpadl_body *gpadl_body;
> +	struct vmbus_channel_msginfo *msgheader;
> +	struct vmbus_channel_msginfo *msgbody = NULL;
> +	u32 msgsize;

Why gpal_header and not gpadl_header?

I didn't read farther.

--
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