From mboxrd@z Thu Jan 1 00:00:00 1970 Return-Path: Received: from mails.dpdk.org (mails.dpdk.org [217.70.189.124]) by inbox.dpdk.org (Postfix) with ESMTP id 5579D43BA9 for ; Fri, 23 Feb 2024 14:51:29 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 4A681402E3; Fri, 23 Feb 2024 14:51:29 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id BE3734021E for ; Fri, 23 Feb 2024 14:51:28 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id AABBC122320; Fri, 23 Feb 2024 14:51:28 +0100 (CET) Subject: |WARNING| pw137098 [PATCH v8] net/bnx2x: fix warnings about rte_memcpy lengths In-Reply-To: <20240223134951.130715-1-mb@smartsharesystems.com> References: <20240223134951.130715-1-mb@smartsharesystems.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: =?utf-8?q?Morten_Br=C3=B8rup?= Message-Id: <20240223135128.AABBC122320@dpdk.org> Date: Fri, 23 Feb 2024 14:51:28 +0100 (CET) X-BeenThere: test-report@dpdk.org X-Mailman-Version: 2.1.29 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 Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/137098 _coding style issues_ WARNING:LEADING_SPACE: please, no spaces at the start of a line #115: FILE: drivers/net/bnx2x/bnx2x_stats.c:820: + memcpy(old, new, sizeof(struct nig_stats));$ total: 0 errors, 1 warnings, 0 checks, 76 lines checked