From mboxrd@z Thu Jan 1 00:00:00 1970 From: Sasha Levin Subject: Re: coding standards for kvm tools? Date: Tue, 09 Aug 2011 08:50:09 +0300 Message-ID: <1312869009.4229.29.camel@lappy> References: <20110808235924.GC14071@dancer.ca.sandia.gov> Mime-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Cc: kvm@vger.kernel.org To: David Evensky Return-path: Received: from mail-ww0-f44.google.com ([74.125.82.44]:63001 "EHLO mail-ww0-f44.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1751396Ab1HIFvH (ORCPT ); Tue, 9 Aug 2011 01:51:07 -0400 Received: by wwf5 with SMTP id 5so2286612wwf.1 for ; Mon, 08 Aug 2011 22:51:05 -0700 (PDT) In-Reply-To: <20110808235924.GC14071@dancer.ca.sandia.gov> Sender: kvm-owner@vger.kernel.org List-ID: On Mon, 2011-08-08 at 16:59 -0700, David Evensky wrote: > > Is that a pointer to the coding standards used for the kvm tools? > Thanks, > \dae kvm tools basically follows the kernel coding style. Documentation for it can be found in /Documentation/CodingStyle under your kernel tree (or here: https://www.kernel.org/doc/Documentation/CodingStyle). -- Sasha.