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 A846AA32A4 for ; Fri, 25 Oct 2019 19:54:42 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 7C8611D453; Fri, 25 Oct 2019 19:54:42 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id B96AC1E558; Fri, 25 Oct 2019 19:54:40 +0200 (CEST) In-Reply-To: <23d01b87ab0b6628fab4480c731930bf82eec91d.1571928488.git.Pavel.Belous@aquantia.com> References: <23d01b87ab0b6628fab4480c731930bf82eec91d.1571928488.git.Pavel.Belous@aquantia.com> To: test-report@dpdk.org Cc: Pavel Belous Message-Id: <20191025175440.B96AC1E558@dpdk.org> Date: Fri, 25 Oct 2019 19:54:40 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw62021 [RFC v2 1/7] security: MACSEC infrastructure data declarations 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/62021 _coding style issues_ ERROR:CODE_INDENT: code indent should use tabs where possible #111: FILE: lib/librte_security/rte_security.h:280: + /** Extended Packet Numbers (XPN)$ ERROR:CODE_INDENT: code indent should use tabs where possible #112: FILE: lib/librte_security/rte_security.h:281: + *$ ERROR:CODE_INDENT: code indent should use tabs where possible #113: FILE: lib/librte_security/rte_security.h:282: + * * 1: Extended (64 bit) packet numbers supported$ ERROR:CODE_INDENT: code indent should use tabs where possible #114: FILE: lib/librte_security/rte_security.h:283: + * * 0: Extended (64 bit) packet numbers not supported$ ERROR:CODE_INDENT: code indent should use tabs where possible #115: FILE: lib/librte_security/rte_security.h:284: + */$ ERROR:CODE_INDENT: code indent should use tabs where possible #116: FILE: lib/librte_security/rte_security.h:285: + uint32_t xpn : 1;$ WARNING:LEADING_SPACE: please, no spaces at the start of a line #116: FILE: lib/librte_security/rte_security.h:285: + uint32_t xpn : 1;$ total: 6 errors, 1 warnings, 170 lines checked