Return-Path: Received: (majordomo@vger.kernel.org) by vger.kernel.org via listexpand id S1753590Ab2HaNS0 (ORCPT ); Fri, 31 Aug 2012 09:18:26 -0400 Received: from mail-pb0-f46.google.com ([209.85.160.46]:62059 "EHLO mail-pb0-f46.google.com" rhost-flags-OK-OK-OK-OK) by vger.kernel.org with ESMTP id S1752841Ab2HaNSY (ORCPT ); Fri, 31 Aug 2012 09:18:24 -0400 From: Cruz Julian Bishop To: mcgrof@gmail.com Cc: linux-kernel@vger.kernel.org, Cruz Julian Bishop Subject: [PATCH 0/4] scripts/checkpatch.pl: A small step for Linux... Date: Fri, 31 Aug 2012 23:18:06 +1000 Message-Id: <1346419090-3808-1-git-send-email-cruzjbishop@gmail.com> X-Mailer: git-send-email 1.7.9.5 Sender: linux-kernel-owner@vger.kernel.org List-ID: X-Mailing-List: linux-kernel@vger.kernel.org Content-Length: 1368 Lines: 42 ...and a big step for learning more Perl. Hi! This patch set started off as an experiment, but as I continued, I realised that I should submit this and see if it's suitable for merging into Linux. To start off with, here's some patches for checkincludes.pl This set was created for the following purposes: 1: Making it slightly easier to read 2: Making it easier to extend and add new arguments 3: Changing the usage output to look more "correct" 4: Introducing a 'quiet' mode like checkpatch.pl, and printing messages for files without duplicated includes by default Sorry if I did anything wrong - It's my first time really experimenting with Perl. Thanks in advance. ~Cruz Cruz Julian Bishop (4): scripts/checkincludes.pl: Print usage with heredoc scripts/checkincludes.pl: Simplify and shorten argument logic scripts/checkincludes.pl: Fix a bug introduced in the last commit scripts/checkincludes.pl: Introduce 'quiet' mode scripts/checkincludes.pl | 113 ++++++++++++++++++++++++++-------------------- 1 file changed, 65 insertions(+), 48 deletions(-) -- 1.7.9.5 -- To unsubscribe from this list: send the line "unsubscribe linux-kernel" in the body of a message to majordomo@vger.kernel.org More majordomo info at http://vger.kernel.org/majordomo-info.html Please read the FAQ at http://www.tux.org/lkml/