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 55FFEA046B for ; Thu, 27 Jun 2019 17:11:08 +0200 (CEST) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 503F72BE3; Thu, 27 Jun 2019 17:11:08 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 1017) id 06AC42BF2; Thu, 27 Jun 2019 17:11:07 +0200 (CEST) In-Reply-To: <20190627151007.5156-1-alialnu@mellanox.com> References: <20190627151007.5156-1-alialnu@mellanox.com> To: test-report@dpdk.org Cc: Ali Alnubani Message-Id: <20190627151107.06AC42BF2@dpdk.org> Date: Thu, 27 Jun 2019 17:11:07 +0200 (CEST) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw55504 [PATCH] net/mlx5: fix 32-bit build 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/55504 _coding style issues_ CHECK:CAMELCASE: Avoid CamelCase: #82: FILE: drivers/net/mlx5/mlx5_txq.c:570: + DRV_LOG(DEBUG, "port %u: uar_mmap_offset 0x%"PRIx64"", CHECK:CONCATENATED_STRING: Concatenated strings should use spaces between elements #82: FILE: drivers/net/mlx5/mlx5_txq.c:570: + DRV_LOG(DEBUG, "port %u: uar_mmap_offset 0x%"PRIx64"", total: 0 errors, 0 warnings, 2 checks, 15 lines checked