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 B6C0BA0093 for ; Mon, 2 May 2022 16:27:52 +0200 (CEST) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id AF60D40F35; Mon, 2 May 2022 16:27:52 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id B99DB40E28 for ; Mon, 2 May 2022 16:27:51 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 9B0E7124164; Mon, 2 May 2022 16:27:51 +0200 (CEST) Subject: |WARNING| pw110564 [PATCH v2] lib/eal/ppc fix compilation for musl In-Reply-To: <20220502142615.3705639-1-dunk@denkimushi.com> References: <20220502142615.3705639-1-dunk@denkimushi.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Duncan Bellamy Message-Id: <20220502142751.9B0E7124164@dpdk.org> Date: Mon, 2 May 2022 16:27:51 +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/110564 _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 #137: FILE: lib/eal/ppc/rte_cycles.c:29: + if (!ret) { + continue; + } WARNING:BRACES: braces {} are not necessary for single statement blocks #142: FILE: lib/eal/ppc/rte_cycles.c:34: + if (!ret) { + continue; + } WARNING:ONE_SEMICOLON: Statements terminations use 1 semicolon #151: FILE: lib/eal/ppc/rte_cycles.c:43: + return base;; total: 0 errors, 4 warnings, 64 lines checked