From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([140.186.70.92]:34446) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qj6iZ-0007tw-UP for qemu-devel@nongnu.org; Tue, 19 Jul 2011 05:35:59 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Qj6iV-0005Z6-G7 for qemu-devel@nongnu.org; Tue, 19 Jul 2011 05:35:55 -0400 Received: from mail-yi0-f45.google.com ([209.85.218.45]:47367) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Qj6iU-0005Yr-U1 for qemu-devel@nongnu.org; Tue, 19 Jul 2011 05:35:51 -0400 Received: by yia25 with SMTP id 25so1922872yia.4 for ; Tue, 19 Jul 2011 02:35:49 -0700 (PDT) MIME-Version: 1.0 Date: Tue, 19 Jul 2011 10:35:48 +0100 Message-ID: From: Stefan Hajnoczi Content-Type: text/plain; charset=ISO-8859-1 Subject: [Qemu-devel] Using checkpatch.pl to check coding style added to wiki List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel I just updated SubmitAPatch to mention running scripts/checkpatch.pl before submitting patches: http://wiki.qemu.org/Contribute/SubmitAPatch "Follow the coding style and run scripts/checkpatch.pl before submitting" Checkpatch.pl makes it easy to follow the coding style and eliminates the "please add a curly brace and resend the patch" hassle :). Stefan