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 CC93FA053D for ; Fri, 17 Jul 2020 11:57:19 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id BE3CA1BFC8; Fri, 17 Jul 2020 11:57:19 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id 90AAF1BFB9; Fri, 17 Jul 2020 11:57:14 +0200 (CEST) In-Reply-To: <20200717094935.9337-15-somnath.kotur@broadcom.com> References: <20200717094935.9337-15-somnath.kotur@broadcom.com> To: test-report@dpdk.org Cc: Somnath Kotur Message-Id: <20200717095714.90AAF1BFB9@dpdk.org> Date: Fri, 17 Jul 2020 11:57:14 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw74314 [PATCH 14/14] net/bnxt: add debug logs to the TF-ULP layer 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/74314 _coding style issues_ CHECK:CAMELCASE: Avoid CamelCase: #1118: FILE: drivers/net/bnxt/tf_ulp/ulp_template_debug.c:579: + BNXT_TF_DBG(DEBUG, "FlowHdl=0x%016" PRIx64 " FlowID=0x%016" PRIx64 " ", ERROR:C99_COMMENTS: do not use C99 // comments #1579: FILE: drivers/net/bnxt/tf_ulp/ulp_tf_debug.c:26: +#if 0 // def TF_EEM_DEBUG WARNING:IF_0: Consider removing the code enclosed by this #if 0 and its #endif #1579: FILE: drivers/net/bnxt/tf_ulp/ulp_tf_debug.c:26: +#if 0 // def TF_EEM_DEBUG ERROR:C99_COMMENTS: do not use C99 // comments #1626: FILE: drivers/net/bnxt/tf_ulp/ulp_tf_debug.c:73: +#if 0 //def TF_EEM_DUMP WARNING:IF_0: Consider removing the code enclosed by this #if 0 and its #endif #1626: FILE: drivers/net/bnxt/tf_ulp/ulp_tf_debug.c:73: +#if 0 //def TF_EEM_DUMP WARNING:IF_0: Consider removing the code enclosed by this #if 0 and its #endif #2545: FILE: drivers/net/bnxt/tf_ulp/ulp_tf_debug.c:992: +#if 0 ERROR:C99_COMMENTS: do not use C99 // comments #2655: FILE: drivers/net/bnxt/tf_ulp/ulp_tf_debug.c:1102: + //tf_dump_tables(&bp->tfp, tbl_scope_id); total: 3 errors, 3 warnings, 1 checks, 2578 lines checked