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 CD66FA04FF for ; Sat, 7 May 2022 23:05:02 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id C50B140DDB; Sat, 7 May 2022 23:05:02 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id EC1A240395 for ; Sat, 7 May 2022 23:05:01 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id D9AD51242E3; Sat, 7 May 2022 23:05:01 +0200 (CEST) Subject: |WARNING| pw110841 [PATCH v5] lib/eal/ppc fix compilation for musl In-Reply-To: <20220507210334.2359214-1-dunk@denkimushi.com> References: <20220507210334.2359214-1-dunk@denkimushi.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Duncan Bellamy Message-Id: <20220507210501.D9AD51242E3@dpdk.org> Date: Sat, 7 May 2022 23:05:01 +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/110841 _coding style issues_ WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line) #71: https://git.alpinelinux.org/aports/commit/?id=06b03f70fb94972286c0c9f6278df89e53903833 ERROR:TRAILING_STATEMENTS: trailing statements should be on next line #129: FILE: lib/eal/linux/eal_timer.c:242: + if (!ret) continue; ERROR:TRAILING_STATEMENTS: trailing statements should be on next line #132: FILE: lib/eal/linux/eal_timer.c:245: + if (!ret) continue; total: 2 errors, 1 warnings, 98 lines checked