From patchwork Tue Sep 20 08:53:03 2016 Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: 7bit X-Patchwork-Submitter: Ferruh Yigit X-Patchwork-Id: 15939 X-Patchwork-Delegate: thomas@monjalon.net Return-Path: X-Original-To: patchwork@dpdk.org Delivered-To: patchwork@dpdk.org Received: from [92.243.14.124] (localhost [IPv6:::1]) by dpdk.org (Postfix) with ESMTP id 07AA75588; Tue, 20 Sep 2016 10:53:12 +0200 (CEST) Received: from mga03.intel.com (mga03.intel.com [134.134.136.65]) by dpdk.org (Postfix) with ESMTP id 601515320 for ; Tue, 20 Sep 2016 10:53:10 +0200 (CEST) Received: from fmsmga006.fm.intel.com ([10.253.24.20]) by orsmga103.jf.intel.com with ESMTP; 20 Sep 2016 01:53:09 -0700 X-ExtLoop1: 1 X-IronPort-AV: E=Sophos;i="5.30,366,1470726000"; d="scan'208";a="11153187" Received: from sivswdev02.ir.intel.com ([10.237.217.46]) by fmsmga006.fm.intel.com with ESMTP; 20 Sep 2016 01:53:08 -0700 From: Ferruh Yigit To: dev@dpdk.org Cc: Thomas Monjalon Date: Tue, 20 Sep 2016 09:53:03 +0100 Message-Id: <20160920085303.24631-1-ferruh.yigit@intel.com> X-Mailer: git-send-email 2.8.4 Subject: [dpdk-dev] [PATCH] scripts: add git log check for NIC and LRO X-BeenThere: dev@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: patches and discussions about DPDK List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: dev-bounces@dpdk.org Sender: "dev" Add git log capitalization check for LRO and NIC Signed-off-by: Ferruh Yigit --- scripts/check-git-log.sh | 2 ++ 1 file changed, 2 insertions(+) diff --git a/scripts/check-git-log.sh b/scripts/check-git-log.sh index 1e05cf2..6db84c5 100755 --- a/scripts/check-git-log.sh +++ b/scripts/check-git-log.sh @@ -114,8 +114,10 @@ bad=$(echo "$headlines" | grep -E --color=always \ -e ':.*\' \ -e ':.*\' \ -e ':.*\' \ + -e ':.*\' \ -e ':.*\' \ -e ':.*\' \ + -e ':.*\' \ -e ':.*\' \ -e ':.*\' \ -e ':.*\' \