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 994DC46E46 for ; Tue, 2 Sep 2025 19:28:44 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 9517B40655; Tue, 2 Sep 2025 19:28:44 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 2A8A640655 for ; Tue, 2 Sep 2025 19:28:44 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 52C0912400B; Tue, 2 Sep 2025 19:26:08 +0200 (CEST) Subject: |WARNING| pw156398 [PATCH v1 07/12] net/ice/base: allow overriding recipe ID In-Reply-To: References: To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Anatoly Burakov Message-Id: <20250902172608.52C0912400B@dpdk.org> Date: Tue, 2 Sep 2025 19:26:08 +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/156398 _coding style issues_ WARNING:BRACES: braces {} are not necessary for any arm of this statement #99: FILE: drivers/net/intel/ice/base/ice_switch.c:4116: + if (f_info->rid_override) { [...] + } else { [...] total: 0 errors, 1 warnings, 0 checks, 22 lines checked