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 7F651A050A for ; Sat, 7 May 2022 11:48:27 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 79E8340DF6; Sat, 7 May 2022 11:48:27 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 9691C40DF6 for ; Sat, 7 May 2022 11:48:25 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 8281C1242E3; Sat, 7 May 2022 11:48:25 +0200 (CEST) Subject: |WARNING| pw110829 [PATCH v3] lib/eal/ppc fix compilation for musl In-Reply-To: <20220507094752.2110824-1-dunk@denkimushi.com> References: <20220507094752.2110824-1-dunk@denkimushi.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Duncan Bellamy Message-Id: <20220507094825.8281C1242E3@dpdk.org> Date: Sat, 7 May 2022 11:48:25 +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/110829 _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 WARNING:BRACES: braces {} are not necessary for single statement blocks #129: FILE: lib/eal/linux/eal_timer.c:242: + if (!ret) { + continue; + } WARNING:BRACES: braces {} are not necessary for single statement blocks #134: FILE: lib/eal/linux/eal_timer.c:247: + if (!ret) { + continue; + } ERROR:C99_COMMENTS: do not use C99 // comments #144: FILE: lib/eal/linux/eal_timer.c:257: + // windows code here ERROR:C99_COMMENTS: do not use C99 // comments #146: FILE: lib/eal/linux/eal_timer.c:259: + // freebsd code here total: 2 errors, 3 warnings, 102 lines checked