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 B4D82A0032 for ; Fri, 20 May 2022 20:11:37 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id B0A1042684; Fri, 20 May 2022 20:11:37 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 5D2184114A for ; Fri, 20 May 2022 20:11:37 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 503A7120945; Fri, 20 May 2022 20:11:37 +0200 (CEST) Subject: |WARNING| pw111558 [PATCH] eal/freebsd: fix use of newer CPU_* macros In-Reply-To: <20220520181050.55654-1-bruce.richardson@intel.com> References: <20220520181050.55654-1-bruce.richardson@intel.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Bruce Richardson Message-Id: <20220520181137.503A7120945@dpdk.org> Date: Fri, 20 May 2022 20:11:37 +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/111558 _coding style issues_ WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line) #70: [1] https://cgit.freebsd.org/src/commit/?id=e2650af157bc7489deaf2c9054995f0f88a6e5da ERROR:SPACING: space required after that ',' (ctx:VxV) #117: FILE: lib/eal/freebsd/include/rte_os.h:73: +#define RTE_CPU_NOT(dst,src) do { \ ^ ERROR:SPACING: space required before the open parenthesis '(' #121: FILE: lib/eal/freebsd/include/rte_os.h:77: +} while(0) total: 2 errors, 1 warnings, 43 lines checked