From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:41546) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TkFRG-0008Bk-1X for qemu-devel@nongnu.org; Sun, 16 Dec 2012 09:43:36 -0500 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1TkFRD-0002SJ-Hm for qemu-devel@nongnu.org; Sun, 16 Dec 2012 09:43:33 -0500 Received: from mx1.redhat.com ([209.132.183.28]:1588) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1TkFRD-0002SF-AC for qemu-devel@nongnu.org; Sun, 16 Dec 2012 09:43:31 -0500 Date: Sun, 16 Dec 2012 16:46:39 +0200 From: "Michael S. Tsirkin" Message-ID: <20121216144639.GB9993@redhat.com> References: <20121213072606.GA833@redhat.com> MIME-Version: 1.0 Content-Type: text/plain; charset=us-ascii Content-Disposition: inline In-Reply-To: Subject: Re: [Qemu-devel] [PULL] pci,net,misc infrastructure List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: Blue Swirl Cc: yamahata@valinux.co.jp, jbaron@redhat.com, qemu-devel@nongnu.org, Anthony Liguori On Fri, Dec 14, 2012 at 09:37:17PM +0000, Blue Swirl wrote: > Perhaps the use of '-' vs. '_' in file names could be unified while > renaming. I think most new files use dash. I can do this in a follow up patch but first let's put this rule in coding style file. As it is more files use _ than -. And I'm not sure what's the point of using dash, as opposed to underscore: underscore seems more consistent. -- MST