From mboxrd@z Thu Jan 1 00:00:00 1970 From: Ingo Molnar Subject: Re: [PATCH] kvm tools: Get rid of the double underscore name convension Date: Sun, 10 Apr 2011 19:40:41 +0200 Message-ID: <20110410174041.GA28958@elte.hu> References: <1302447926-12686-1-git-send-email-asias.hejun@gmail.com> Mime-Version: 1.0 Content-Type: text/plain; charset=us-ascii Cc: Pekka Enberg , Cyrill Gorcunov , kvm@vger.kernel.org To: Asias He Return-path: Received: from mx2.mail.elte.hu ([157.181.151.9]:58841 "EHLO mx2.mail.elte.hu" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1753740Ab1DJRks (ORCPT ); Sun, 10 Apr 2011 13:40:48 -0400 Content-Disposition: inline In-Reply-To: <1302447926-12686-1-git-send-email-asias.hejun@gmail.com> Sender: kvm-owner@vger.kernel.org List-ID: * Asias He wrote: > This patch converts double underscore name convension to > single underscore name convension project wide. I think the double underscore came from tools/perf/, and there we use it instead of class::method() - so it's a class__method kind of differentiator done in C. So it can make sense in that respect, if it's done consistently. Thanks, Ingo