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 1CCE0A0093 for ; Fri, 7 Oct 2022 12:21:41 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 18FC440687; Fri, 7 Oct 2022 12:21:41 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 0120A40042 for ; Fri, 7 Oct 2022 12:21:40 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id E5CF0120EFA; Fri, 7 Oct 2022 12:21:39 +0200 (CEST) Subject: |WARNING| pw117548 [PATCH v2] eal: non-temporal memcpy In-Reply-To: <20221007101951.89501-1-mb@smartsharesystems.com> References: <20221007101951.89501-1-mb@smartsharesystems.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: =?utf-8?q?Morten_Br=C3=B8rup?= Message-Id: <20221007102139.E5CF0120EFA@dpdk.org> Date: Fri, 7 Oct 2022 12:21:39 +0200 (CEST) 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/117548 _coding style issues_ ERROR:TRAILING_STATEMENTS: trailing statements should be on next line #1151: FILE: lib/eal/x86/include/rte_memcpy.h:1306: + if ((len & 15) == 0) return; total: 1 errors, 0 warnings, 1912 lines checked Warning in lib/eal/include/generic/rte_memcpy.h: Using compiler attribute directly