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 D7968A0C45 for ; Wed, 22 Sep 2021 09:48:23 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id D3E3341196; Wed, 22 Sep 2021 09:48:23 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 568D44069E for ; Wed, 22 Sep 2021 09:48:23 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 53249122EE7; Wed, 22 Sep 2021 09:48:23 +0200 (CEST) In-Reply-To: <20210922074637.883074-6-wojciechx.liguzinski@intel.com> References: <20210922074637.883074-6-wojciechx.liguzinski@intel.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: "Liguzinski, WojciechX" Message-Id: <20210922074823.53249122EE7@dpdk.org> Date: Wed, 22 Sep 2021 09:48:23 +0200 (CEST) Subject: [dpdk-test-report] |WARNING| pw99403 [RFC PATCH v7 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/99403 _coding style issues_ 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:OPEN_BRACE: that open brace { should be on the previous line #578: FILE: app/test/test_pie.c:425: +static uint16_t ft2_dp_update_interval[] = + {10, 20, 50, 150, 300, 600, 900, 1200, 1500, 3000}; total: 1 errors, 1 warnings, 1189 lines checked