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 C4A90A0550 for ; Tue, 16 Feb 2021 10:33:58 +0100 (CET) Received: from [217.70.189.124] (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id C03641606CC; Tue, 16 Feb 2021 10:33:58 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.14.124]) by mails.dpdk.org (Postfix) with ESMTP id BE6861606DA for ; Tue, 16 Feb 2021 10:33:56 +0100 (CET) Received: by dpdk.org (Postfix, from userid 1017) id BACDAC8D0; Tue, 16 Feb 2021 10:33:56 +0100 (CET) In-Reply-To: <20210205112433.1681853-1-fengli@smartx.com> References: <20210205112433.1681853-1-fengli@smartx.com> To: test-report@dpdk.org Cc: Li Feng Message-Id: <20210216093356.BACDAC8D0@dpdk.org> Date: Tue, 16 Feb 2021 10:33:56 +0100 (CET) From: checkpatch@dpdk.org Subject: [dpdk-test-report] |WARNING| pw87796 [PATCH] log: support custom log function 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 Sender: "test-report" Test-Label: checkpatch Test-Status: WARNING http://dpdk.org/patch/87796 _coding style issues_ WARNING:BRACES: braces {} are not necessary for any arm of this statement #187: FILE: lib/librte_eal/linux/eal_log.c:50: + if (logf) { [...] + } else { [...] total: 0 errors, 1 warnings, 94 lines checked