From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:43721) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SASh5-0001oX-BM for qemu-devel@nongnu.org; Wed, 21 Mar 2012 17:03:44 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SASh2-00060Z-Fv for qemu-devel@nongnu.org; Wed, 21 Mar 2012 17:03:42 -0400 From: Peter Portante Date: Wed, 21 Mar 2012 17:02:43 -0400 Message-Id: <1332363767-21327-1-git-send-email-peter.portante@redhat.com> Subject: [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-devel@nongnu.org Cc: qemu-trivial@nongnu.org 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 also figure this might benefit others working on the code base a bit. Thanks, -peter