From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 4DF1EA0548 for ; Tue, 7 Sep 2021 16:13:20 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 435834118A; Tue, 7 Sep 2021 16:13:20 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 21FF9410ED for ; Tue, 7 Sep 2021 16:13:19 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 1E0F2122D3F; Tue, 7 Sep 2021 16:13:19 +0200 (CEST) In-Reply-To: <20210907141151.1502383-6-wojciechx.liguzinski@intel.com> References: <20210907141151.1502383-6-wojciechx.liguzinski@intel.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: "Liguzinski, WojciechX" Message-Id: <20210907141319.1E0F2122D3F@dpdk.org> Date: Tue, 7 Sep 2021 16:13:19 +0200 (CEST) Subject: [dpdk-test-report] |WARNING| pw98187 [RFC PATCH v6 5/5] app/test: add tests for PIE X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.29 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/98187 _coding style issues_ ERROR:CODE_INDENT: code indent should use tabs where possible #183: FILE: app/test/test_pie.c:30: +^I * (milliseconds)$ WARNING:BLOCK_COMMENT_STYLE: Block comments should align the * on each line #183: FILE: app/test/test_pie.c:30: + uint16_t *dp_update_interval; /**< Update interval for drop probability + * (milliseconds) ERROR:CODE_INDENT: code indent should use tabs where possible #184: FILE: app/test/test_pie.c:31: +^I */$ WARNING:TYPO_SPELLING: 'Master' may be misspelled - perhaps 'Primary'? #207: FILE: app/test/test_pie.c:54: +struct test_config { /**< Master test structure for RTE_PIE */ WARNING:LONG_LINE: line length of 111 exceeds 100 columns #578: FILE: app/test/test_pie.c:425: + 900, 1200, 1500, 3000}; total: 2 errors, 3 warnings, 1189 lines checked