From mboxrd@z Thu Jan 1 00:00:00 1970 Received: from eggs.gnu.org ([208.118.235.92]:53238) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T7q58-000510-12 for qemu-devel@nongnu.org; Sat, 01 Sep 2012 11:57:58 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1T7q56-0001hO-Ub for qemu-devel@nongnu.org; Sat, 01 Sep 2012 11:57:57 -0400 Received: from hub021-nj-8.exch021.serverdata.net ([206.225.164.233]:64990) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1T7q56-0001gm-Rc for qemu-devel@nongnu.org; Sat, 01 Sep 2012 11:57:56 -0400 From: Don Slutz Date: Sat, 1 Sep 2012 11:57:41 -0400 Message-ID: <1346515062-13067-1-git-send-email-Don@CloudSwitch.com> MIME-Version: 1.0 Content-Type: text/plain Subject: [Qemu-devel] [PATCH] CHECKPATCH List-Id: List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , To: qemu-devel@nongnu.org, blauwirbel@gmail.comqemu-devel@nongnu.orgblauwirbel@gmail.com Cc: Don Slutz I took my best guess as to how to handle tabs and long lines in checkpatch.pl itself. So I get: ... total: 0 errors, 7 warnings, 131 lines checked I also did not figure out how to run a more complete test of the change. Any pointers as to how would be helpful. Don Slutz (1): CHECKPATCH: Add warning for single else statement. scripts/checkpatch.pl | 72 ++++++++++++++++++++++++++++++++---------------- 1 files changed, 48 insertions(+), 24 deletions(-)