| Submitter | Nitin A Kamble |
|---|---|
| Date | Dec. 5, 2012, 11:47 p.m. |
| Message ID | <cover.1354751008.git.nitin.a.kamble@intel.com> |
| Download | mbox |
| Permalink | /patch/40539/ |
| State | New |
| Headers | show
Delivered-To: oepatches@gmail.com Received: from pop.gmail.com by opal with POP3 (fetchmail-6.3.9-rc2) for <fetchmail@localhost> (single-drop); Wed, 05 Dec 2012 23:51:06 +0000 (UTC) Received: by 10.49.62.104 with SMTP id x8csp375429qer; Wed, 5 Dec 2012 15:48:24 -0800 (PST) Received: by 10.152.135.139 with SMTP id ps11mr18416947lab.29.1354751304419; Wed, 05 Dec 2012 15:48:24 -0800 (PST) Return-Path: <openembedded-core-bounces@lists.openembedded.org> Received: from linuxtogo.org (linuxtogo.org. [188.40.83.200]) by mx.google.com with ESMTPS id il9si4330202lab.68.2012.12.05.15.48.19 (version=TLSv1/SSLv3 cipher=OTHER); Wed, 05 Dec 2012 15:48:24 -0800 (PST) Received-SPF: neutral (google.com: 188.40.83.200 is neither permitted nor denied by best guess record for domain of openembedded-core-bounces@lists.openembedded.org) client-ip=188.40.83.200; Authentication-Results: mx.google.com; spf=neutral (google.com: 188.40.83.200 is neither permitted nor denied by best guess record for domain of openembedded-core-bounces@lists.openembedded.org) smtp.mail=openembedded-core-bounces@lists.openembedded.org Received: from localhost ([127.0.0.1]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from <openembedded-core-bounces@lists.openembedded.org>) id 1TgOv5-000205-36; Thu, 06 Dec 2012 01:02:27 +0100 Received: from mga14.intel.com ([143.182.124.37]) by linuxtogo.org with esmtp (Exim 4.72) (envelope-from <nitin.a.kamble@intel.com>) id 1TgOv1-0001zm-NG for Openembedded-core@lists.openembedded.org; Thu, 06 Dec 2012 01:02:25 +0100 Received: from azsmga002.ch.intel.com ([10.2.17.35]) by azsmga102.ch.intel.com with ESMTP; 05 Dec 2012 15:47:58 -0800 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="4.84,224,1355126400"; d="scan'208";a="176705545" Received: from yocto-hm1.jf.intel.com ([10.23.232.32]) by AZSMGA002.ch.intel.com with ESMTP; 05 Dec 2012 15:47:57 -0800 From: nitin.a.kamble@intel.com To: Openembedded-core@lists.openembedded.org, yocto@yoctoproject.org Date: Wed, 5 Dec 2012 15:47:11 -0800 Message-Id: <cover.1354751008.git.nitin.a.kamble@intel.com> X-Mailer: git-send-email 1.7.3.4 Subject: [OE-core] [Patch v2 0/1] Misc: check trailing white space in the patches X-BeenThere: openembedded-core@lists.openembedded.org X-Mailman-Version: 2.1.11 Precedence: list List-Id: Patches and discussions about the oe-core layer <openembedded-core.lists.openembedded.org> List-Unsubscribe: <http://lists.linuxtogo.org/cgi-bin/mailman/options/openembedded-core>, <mailto:openembedded-core-request@lists.openembedded.org?subject=unsubscribe> List-Archive: <http://lists.linuxtogo.org/pipermail/openembedded-core> List-Post: <mailto:openembedded-core@lists.openembedded.org> List-Help: <mailto:openembedded-core-request@lists.openembedded.org?subject=help> List-Subscribe: <http://lists.linuxtogo.org/cgi-bin/mailman/listinfo/openembedded-core>, <mailto:openembedded-core-request@lists.openembedded.org?subject=subscribe> MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit Sender: openembedded-core-bounces@lists.openembedded.org Errors-To: openembedded-core-bounces@lists.openembedded.org |
From: Nitin A Kamble <nitin.a.kamble@intel.com> The earlier (v1) patch was checking trailing white space only for added empty lines. This v2 patch checks for all the lines added by patches. Thanks, Nitin The following changes since commit 381c4b69c7e8b452f4d3de2f8214e6e5f6a9abe7: sstate.bbclass: fix detection of owners matching sstate files (2012-12-05 15:34:07 +0000) are available in the git repository at: git://git.pokylinux.org/poky-contrib nitin/misc http://git.pokylinux.org/cgit.cgi/poky-contrib/log/?h=nitin/misc Nitin A Kamble (1): create-pull-request: detect trailing white space scripts/create-pull-request | 13 ++++++++++++- 1 files changed, 12 insertions(+), 1 deletions(-)