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 1798442C40 for ; Tue, 6 Jun 2023 14:14:52 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 157E640223; Tue, 6 Jun 2023 14:14:52 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 3C079410D7 for ; Tue, 6 Jun 2023 14:14:50 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 2E6E712077C; Tue, 6 Jun 2023 14:14:50 +0200 (CEST) Subject: |WARNING| pw128203 [PATCH] net/hns3: fix the way to trigger IMP reset In-Reply-To: <20230606121028.9644-1-liudongdong3@huawei.com> References: <20230606121028.9644-1-liudongdong3@huawei.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Dongdong Liu Message-Id: <20230606121450.2E6E712077C@dpdk.org> Date: Tue, 6 Jun 2023 14:14:50 +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/128203 _coding style issues_ WARNING:TYPO_SPELLING: 'OTER' may be misspelled - perhaps 'OTHER'? #105: FILE: drivers/net/hns3/hns3_ethdev.c:5596: + val = hns3_read_dev(hw, HNS3_VECTOR0_OTER_EN_REG); WARNING:TYPO_SPELLING: 'OTER' may be misspelled - perhaps 'OTHER'? #107: FILE: drivers/net/hns3/hns3_ethdev.c:5598: + hns3_write_dev(hw, HNS3_VECTOR0_OTER_EN_REG, val); total: 0 errors, 2 warnings, 0 checks, 34 lines checked