From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from dpdk.org (dpdk.org [92.243.14.124]) by inbox.dpdk.org (Postfix) with ESMTP id 395DFA04A2 for ; Wed, 6 Nov 2019 06:55:33 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 3049C1BFE1; Wed, 6 Nov 2019 06:55:33 +0100 (CET) Received: by dpdk.org (Postfix, from userid 1017) id 9D8111BFF3; Wed, 6 Nov 2019 06:55:32 +0100 (CET) In-Reply-To: <20191106055805.13584-1-qi.z.zhang@intel.com> References: <20191106055805.13584-1-qi.z.zhang@intel.com> To: test-report@dpdk.org Cc: Qi Zhang Message-Id: <20191106055532.9D8111BFF3@dpdk.org> Date: Wed, 6 Nov 2019 06:55:32 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw62515 [PATCH v2] net/ice/base: fix wrong ptype bitmap for GRE X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.15 Precedence: list List-Id: automatic DPDK test reports List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: test-report-bounces@dpdk.org Sender: "test-report" Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/62515 _coding style issues_ WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line) #51: commit: fc845a9d78ce ("net/ice/base: fix ptype mapping pollution from GTP flow") ERROR:GIT_COMMIT_ID: Please use git commit description style 'commit <12+ chars of sha1> ("")' - ie: 'commit 0123456789ab ("commit description")' #51: commit: fc845a9d78ce ("net/ice/base: fix ptype mapping pollution from GTP flow") ERROR:ELSE_AFTER_BRACE: else should follow close brace '}' #83: FILE: drivers/net/ice/base/ice_flow.c:582: + } + else if (hdrs & ICE_FLOW_SEG_HDR_GTPC) { total: 2 errors, 1 warnings, 0 checks, 17 lines checked