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 471C3A057B for ; Thu, 2 Apr 2020 21:37:16 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 158D61C045; Thu, 2 Apr 2020 21:37:15 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id 7D2181C033; Thu, 2 Apr 2020 21:37:12 +0200 (CEST) In-Reply-To: <20200402193453.17266-10-nithind1988@gmail.com> References: <20200402193453.17266-10-nithind1988@gmail.com> To: test-report@dpdk.org Cc: Nithin Dabilpuram Message-Id: <20200402193712.7D2181C033@dpdk.org> Date: Thu, 2 Apr 2020 21:37:12 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw67692 [PATCH v2 09/11] net/octeontx2: add tm debug 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/67692 _coding style issues_ CHECK:CAMELCASE: Avoid CamelCase: #153: FILE: drivers/net/octeontx2/otx2_ethdev_debug.c:465: + nix_dump(" SQB Aura W0: Pool addr 0x%"PRIx64"", CHECK:CONCATENATED_STRING: Concatenated strings should use spaces between elements #153: FILE: drivers/net/octeontx2/otx2_ethdev_debug.c:465: + nix_dump(" SQB Aura W0: Pool addr 0x%"PRIx64"", CHECK:CONCATENATED_STRING: Concatenated strings should use spaces between elements #157: FILE: drivers/net/octeontx2/otx2_ethdev_debug.c:469: + nix_dump("SQB Aura W2: count %"PRIx64"", CHECK:CONCATENATED_STRING: Concatenated strings should use spaces between elements #159: FILE: drivers/net/octeontx2/otx2_ethdev_debug.c:471: + nix_dump("SQB Aura W3: limit %"PRIx64"", CHECK:CONCATENATED_STRING: Concatenated strings should use spaces between elements #163: FILE: drivers/net/octeontx2/otx2_ethdev_debug.c:475: + nix_dump("SQB Aura W4: fc_addr 0x%"PRIx64" ", total: 0 errors, 0 warnings, 5 checks, 382 lines checked