From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: by dpdk.org (Postfix, from userid 1017) id F0ABFAAD4; Fri, 9 Mar 2018 19:26:19 +0100 (CET) In-Reply-To: <20180309182426.135278-18-jasvinder.singh@intel.com> References: <20180309182426.135278-18-jasvinder.singh@intel.com> To: test-report@dpdk.org Cc: Jasvinder Singh Message-Id: <20180309182619.F0ABFAAD4@dpdk.org> Date: Fri, 9 Mar 2018 19:26:19 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw35895 [PATCH 17/37] ip_pipeline: add kni object 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: , X-List-Received-Date: Fri, 09 Mar 2018 18:26:20 -0000 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/35895 _coding style issues_ WARNING:SPACE_BEFORE_TAB: please, no space before tabs #61: FILE: examples/ip_pipeline/cli.c:636: + * ^Ilink $ WARNING:SPACE_BEFORE_TAB: please, no space before tabs #63: FILE: examples/ip_pipeline/cli.c:638: + * ^I[thread ]$ ERROR:OPEN_BRACE: open brace '{' following function definitions go on the next line #203: FILE: examples/ip_pipeline/kni.c:65: +static int +kni_config_network_interface(uint16_t port_id, uint8_t if_up) { ERROR:OPEN_BRACE: open brace '{' following function definitions go on the next line #217: FILE: examples/ip_pipeline/kni.c:79: +static int +kni_change_mtu(uint16_t port_id, unsigned int new_mtu) { total: 2 errors, 2 warnings, 333 lines checked