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 3C48CA0352 for ; Mon, 4 Nov 2019 12:02:09 +0100 (CET) Received: from [92.243.14.124] (localhost [127.0.0.1]) by dpdk.org (Postfix) with ESMTP id 32AED34F0; Mon, 4 Nov 2019 12:02:09 +0100 (CET) Received: by dpdk.org (Postfix, from userid 1017) id 5B80C34F0; Mon, 4 Nov 2019 12:02:06 +0100 (CET) In-Reply-To: <20191030183143.905-1-pbhagavatula@marvell.com> References: <20191030183143.905-1-pbhagavatula@marvell.com> To: test-report@dpdk.org Cc: Message-Id: <20191104110206.5B80C34F0@dpdk.org> Date: Mon, 4 Nov 2019 12:02:06 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw62246 [PATCH] net/octeontx2: fix compilation with x86_x32 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/62246 _coding style issues_ CHECK:CAMELCASE: Avoid CamelCase: #95: FILE: drivers/net/octeontx2/otx2_ptp.c:262: + otx2_nix_dbg("rx timestamp: %"PRIu64" sec: %"PRIu64" nsec %"PRIu64"", CHECK:CONCATENATED_STRING: Concatenated strings should use spaces between elements #95: FILE: drivers/net/octeontx2/otx2_ptp.c:262: + otx2_nix_dbg("rx timestamp: %"PRIu64" sec: %"PRIu64" nsec %"PRIu64"", CHECK:CONCATENATED_STRING: Concatenated strings should use spaces between elements #108: FILE: drivers/net/octeontx2/otx2_ptp.c:283: + otx2_nix_dbg("tx timestamp: %"PRIu64" sec: %"PRIu64" nsec %"PRIu64"", CHECK:CONCATENATED_STRING: Concatenated strings should use spaces between elements #119: FILE: drivers/net/octeontx2/otx2_ptp.c:361: + otx2_nix_dbg("PTP time read: %"PRIu64" .%09"PRIu64"", total: 0 errors, 0 warnings, 4 checks, 33 lines checked