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 59B714591E for ; Fri, 6 Sep 2024 14:17:40 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 5608A4025D; Fri, 6 Sep 2024 14:17:40 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id E2EFB400D5 for ; Fri, 6 Sep 2024 14:17:38 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id DDB9F121D10; Fri, 6 Sep 2024 14:17:38 +0200 (CEST) Subject: |WARNING| pw143710 [PATCH 17/19] net/xsc: add dev link and MTU ops In-Reply-To: <20240906121405.3404357-18-wanry@yunsilicon.com> References: <20240906121405.3404357-18-wanry@yunsilicon.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: "WanRenyong" Message-Id: <20240906121738.DDB9F121D10@dpdk.org> Date: Fri, 6 Sep 2024 14:17:38 +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/143710 _coding style issues_ WARNING:TYPO_SPELLING: 'IFF' may be misspelled - perhaps 'IF'? #91: FILE: drivers/net/xsc/xsc_ethdev.c:194: + return xsc_link_process(dev, priv->ifindex, IFF_UP); WARNING:TYPO_SPELLING: 'IFF' may be misspelled - perhaps 'IF'? #98: FILE: drivers/net/xsc/xsc_ethdev.c:201: + return xsc_link_process(dev, priv->ifindex, ~IFF_UP); WARNING:TYPO_SPELLING: 'IFF' may be misspelled - perhaps 'IF'? #177: FILE: drivers/net/xsc/xsc_utils.c:333: + unsigned int keep = ~IFF_UP; total: 0 errors, 3 warnings, 0 checks, 113 lines checked