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 442C74373D for ; Mon, 18 Dec 2023 20:28:53 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 40019402D8; Mon, 18 Dec 2023 20:28:53 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 60E3C4025E for ; Mon, 18 Dec 2023 20:28:52 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id 584D5121E47; Mon, 18 Dec 2023 20:28:52 +0100 (CET) Subject: |WARNING| pw135318 [PATCH v4 17/17] log: mark PMD logtype as deprecated In-Reply-To: <20231218192631.699267-18-stephen@networkplumber.org> References: <20231218192631.699267-18-stephen@networkplumber.org> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Stephen Hemminger Message-Id: <20231218192852.584D5121E47@dpdk.org> Date: Mon, 18 Dec 2023 20:28:52 +0100 (CET) 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/135318 _coding style issues_ WARNING:TYPO_SPELLING: 'misue' may be misspelled - perhaps 'misuse'? #84: This is temporary patch to help find all misue use of PMD logtype ERROR:COMPLEX_MACRO: Macros with complex values should be enclosed in parentheses #113: FILE: lib/log/rte_log.h:34: +#define RTE_LOGTYPE_PMD RTE_DEPRECATED(RTE_LOGTYPE_PMD) 5 ERROR:MISSING_SIGN_OFF: Missing Signed-off-by: line(s) total: 2 errors, 1 warnings, 17 lines checked