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 43BD7A3160 for ; Sat, 12 Oct 2019 02:28:45 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 3910C1EB98; Sat, 12 Oct 2019 02:28:45 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id 978541EB91; Sat, 12 Oct 2019 02:28:39 +0200 (CEST) In-Reply-To: <157084004735.11524.15147383251636783986.stgit@devele> References: <157084004735.11524.15147383251636783986.stgit@devele> To: test-report@dpdk.org Cc: Alfredo Cardigliano Message-Id: <20191012002839.978541EB91@dpdk.org> Date: Sat, 12 Oct 2019 02:28:39 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw61002 [PATCH 12/17] net/ionic: net-ionic-add-flow-control-support 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/61002 _coding style issues_ ERROR:SWITCH_CASE_INDENT_LEVEL: switch and case should be at the same indent #93: FILE: drivers/net/ionic/ionic_ethdev.c:286: + switch (fc_conf->mode) { + case RTE_FC_NONE: [...] + case RTE_FC_FULL: [...] + case RTE_FC_RX_PAUSE: + case RTE_FC_TX_PAUSE: total: 1 errors, 0 warnings, 0 checks, 81 lines checked