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 D1CBAA0A0A for ; Mon, 24 May 2021 12:59:30 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id B4EF54111A; Mon, 24 May 2021 12:59:30 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id C4E1A4111C for ; Mon, 24 May 2021 12:59:28 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id C1A48122E2A; Mon, 24 May 2021 12:59:28 +0200 (CEST) In-Reply-To: <20210524105822.63171-3-wojciechx.liguzinski@intel.com> References: <20210524105822.63171-3-wojciechx.liguzinski@intel.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: "Liguzinski, WojciechX" Message-Id: <20210524105928.C1A48122E2A@dpdk.org> Date: Mon, 24 May 2021 12:59:28 +0200 (CEST) Subject: [dpdk-test-report] |WARNING| pw93398 [RFC PATCH 2/3] example/qos_sched: add pie support 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/93398 _coding style issues_ WARNING:TYPO_SPELLING: 'Threashold' may be misspelled - perhaps 'Threshold'? #159: FILE: examples/qos_sched/cfg_file.c:345: + /* Parse Tailq Threashold Value */ WARNING:SUSPECT_CODE_INDENT: suspect code indent for conditional statements (32, 48) #200: FILE: examples/qos_sched/cfg_file.c:446: + } else { + subport_params[i].pie_params[j].qdelay_ref = total: 0 errors, 2 warnings, 339 lines checked