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 CC404459C3 for ; Wed, 18 Sep 2024 08:13:40 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id C787E40EF0; Wed, 18 Sep 2024 08:13:40 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id C0FE24029B for ; Wed, 18 Sep 2024 08:13:34 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id B78B2121D17; Wed, 18 Sep 2024 08:13:34 +0200 (CEST) Subject: |WARNING| pw144180 [PATCH v3 17/19] net/xsc: add dev link and MTU ops In-Reply-To: <20240918060936.1231758-18-wanry@yunsilicon.com> References: <20240918060936.1231758-18-wanry@yunsilicon.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: "WanRenyong" Message-Id: <20240918061334.B78B2121D17@dpdk.org> Date: Wed, 18 Sep 2024 08:13:34 +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/144180 _coding style issues_ Must be a reply to the first patch (--in-reply-to). WARNING:TYPO_SPELLING: 'IFF' may be misspelled - perhaps 'IF'? #92: 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'? #99: 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'? #178: FILE: drivers/net/xsc/xsc_utils.c:325: + unsigned int keep = ~IFF_UP; total: 0 errors, 3 warnings, 0 checks, 113 lines checked