Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1752400Ab0KARua (ORCPT ); Mon, 1 Nov 2010 13:50:30 -0400 Received: from cantor.suse.de ([195.135.220.2]:37211 "EHLO mx1.suse.de" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751442Ab0KARu2 (ORCPT ); Mon, 1 Nov 2010 13:50:28 -0400 Date: Mon, 1 Nov 2010 10:43:10 -0700 From: Greg KH To: Haiyang Zhang Cc: haiyangz@microsoft.com, hjanssen@microsoft.com, linux-kernel@vger.kernel.org, devel@linuxdriverproject.org, virtualization@lists.osdl.org Subject: Re: [PATCH 03/10] staging: hv: Convert camel cased struct fields in hv.h to lower cases Message-ID: <20101101174310.GA12632@suse.de> References: <1288630429-12330-1-git-send-email-haiyangz@linuxonhyperv.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: <1288630429-12330-1-git-send-email-haiyangz@linuxonhyperv.com> User-Agent: Mutt/1.5.17 (2007-11-01) Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 975 Lines: 30 On Mon, Nov 01, 2010 at 09:53:45AM -0700, Haiyang Zhang wrote: > From: Haiyang Zhang > > Convert camel cased struct fields in hv.h to lower cases > > Signed-off-by: Haiyang Zhang > Signed-off-by: Hank Janssen Why did I get two different copies of some of these patches? Are they different? > /* The one and only */ > -struct hv_context gHvContext = { > - .SynICInitialized = false, > - .HypercallPage = NULL, > - .SignalEventParam = NULL, > - .SignalEventBuffer = NULL, > +struct hv_context g_hv_context = { What is the "g_" for? Why are you keeping the unneeded, and unwanted hungarian notation around? Please don't do that. thanks, greg k-h -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/