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 B22F4463B9 for ; Fri, 14 Mar 2025 13:58:42 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id AC3F640289; Fri, 14 Mar 2025 13:58:42 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id B9C33400D5 for ; Fri, 14 Mar 2025 13:58:41 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id 1F2F9123FF5; Fri, 14 Mar 2025 13:58:34 +0100 (CET) Subject: |WARNING| pw152404 [PATCH] raw/cnxk_gpio: switch to character based GPIO interface In-Reply-To: <20250314125710.4118027-1-tduszynski@marvell.com> References: <20250314125710.4118027-1-tduszynski@marvell.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Tomasz Duszynski Message-Id: <20250314125834.1F2F9123FF5@dpdk.org> Date: Fri, 14 Mar 2025 13:58:34 +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/152404 _coding style issues_ WARNING:MACRO_WITH_FLOW_CONTROL: Macros with flow control statements should be avoided #1324: FILE: drivers/raw/cnxk_gpio/cnxk_gpio_selftest.c:18: +#define CNXK_GPIO_ERR_STR(err, str, ...) do { \ + if (err) { \ + CNXK_GPIO_LOG(ERR, "%s:%d: " str " (%d)", __func__, __LINE__, ##__VA_ARGS__, err); \ + goto out; \ + } \ } while (0) total: 0 errors, 1 warnings, 1392 lines checked