From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:37271) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SAVXI-0008Ae-DU for qemu-devel@nongnu.org; Wed, 21 Mar 2012 20:05:49 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SAVXG-0005Xz-Mx for qemu-devel@nongnu.org; Wed, 21 Mar 2012 20:05:47 -0400 Sender: Paolo Bonzini Message-ID: <4F6A6CCE.4000904@redhat.com> Date: Thu, 22 Mar 2012 01:05:34 +0100 From: Paolo Bonzini MIME-Version: 1.0 References: <1332363767-21327-1-git-send-email-peter.portante@redhat.com> In-Reply-To: <1332363767-21327-1-git-send-email-peter.portante@redhat.com> Content-Type: text/plain; charset=ISO-8859-15 Content-Transfer-Encoding: 7bit Subject: Re: [Qemu-devel] [PATCH 0/4] More whitespace and coding style clean ups ahead of future changes List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-trivial , qemu-devel , peter.portante@redhat.com Il 21/03/2012 22:02, Peter Portante ha scritto: > Hi Folks, > > Please forgive me if you find these changes are annoying, as I am trying to > learn the ropes of patch submission with git ahead of making a real patch. > > While working on the code, I found that scripts/checkpatch.pl will flag lines > that I am changing as not adhereing to the codeing standard due to > pre-existing coding violations. So I figured I could learn a bit about how to > submit patches by fixing these files I will be touching before submitting the > code changes. I think slirp is a mess and it's not worth doing this kind of sweeping change. Just ignore checkpatch output for slirp. For the others, the changes are pretty small so they could be doable. If you want to change them then please also add braces around if statements. In any case, your patch submission workflow seems to be fine. :P Paolo