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 15A194595A for ; Wed, 11 Sep 2024 04:11:00 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 0FFC640E1D; Wed, 11 Sep 2024 04:11:00 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 68C5F402DE for ; Wed, 11 Sep 2024 04:10:59 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 5957B121D17; Wed, 11 Sep 2024 04:10:59 +0200 (CEST) Subject: |WARNING| pw143934 [PATCH v2 17/19] net/xsc: add dev link and MTU ops In-Reply-To: <20240911020740.3950704-18-wanry@yunsilicon.com> References: <20240911020740.3950704-18-wanry@yunsilicon.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: "WanRenyong" Message-Id: <20240911021059.5957B121D17@dpdk.org> Date: Wed, 11 Sep 2024 04:10:59 +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/143934 _coding style issues_ Must be a reply to the first patch (--in-reply-to). WARNING:TYPO_SPELLING: 'IFF' may be misspelled - perhaps 'IF'? #90: 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'? #97: 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'? #176: FILE: drivers/net/xsc/xsc_utils.c:333: + unsigned int keep = ~IFF_UP; total: 0 errors, 3 warnings, 0 checks, 113 lines checked