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 1FBCDA0093 for ; Mon, 2 May 2022 13:52:30 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 168AD410E3; Mon, 2 May 2022 13:52:30 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 4FE3140E28 for ; Mon, 2 May 2022 13:52:28 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 3AAAB1242D4; Mon, 2 May 2022 13:52:28 +0200 (CEST) Subject: |WARNING| pw110562 [PATCH] lib/eal/ppc fix compilation for musl In-Reply-To: <20220502115124.3599030-1-dunk@denkimushi.com> References: <20220502115124.3599030-1-dunk@denkimushi.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Duncan Bellamy Message-Id: <20220502115228.3AAAB1242D4@dpdk.org> Date: Mon, 2 May 2022 13:52:28 +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/110562 _coding style issues_ WARNING:COMMIT_LOG_LONG_LINE: Possible unwrapped commit description (prefer a maximum 75 chars per line) #67: https://git.alpinelinux.org/aports/commit/?id=06b03f70fb94972286c0c9f6278df89e53903833 WARNING:BRACES: braces {} are not necessary for single statement blocks #133: FILE: lib/eal/ppc/rte_cycles.c:29: + if (!ret) { + continue; + } WARNING:BRACES: braces {} are not necessary for single statement blocks #138: FILE: lib/eal/ppc/rte_cycles.c:34: + if (!ret) { + continue; + } WARNING:ONE_SEMICOLON: Statements terminations use 1 semicolon #147: FILE: lib/eal/ppc/rte_cycles.c:43: + return base;; total: 0 errors, 4 warnings, 64 lines checked