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 9ABCA460E4 for ; Wed, 29 Jan 2025 09:56:27 +0100 (CET) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 89EF640270; Wed, 29 Jan 2025 09:56:27 +0100 (CET) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 9E6E04026B for ; Wed, 29 Jan 2025 09:56:25 +0100 (CET) Received: by dpdk.org (Postfix, from userid 65534) id BDE3E126FF4; Wed, 29 Jan 2025 09:55:23 +0100 (CET) Subject: |WARNING| pw150593 [PATCH v4] bus: fix inconsistent representation of PCI numbers In-Reply-To: <20250129085416.226718-1-shperetz@nvidia.com> References: <20250129085416.226718-1-shperetz@nvidia.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Shani Peretz Message-Id: <20250129085523.BDE3E126FF4@dpdk.org> Date: Wed, 29 Jan 2025 09:55:23 +0100 (CET) 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/150593 _coding style issues_ WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #247: FILE: app/test/test_devargs.c:311: + uint8_t slave_mac1[] = {0x00, 0xFF, 0x00, 0xFF, 0x00, 0x00 }; WARNING:TYPO_SPELLING: 'slave' may be misspelled - perhaps 'secondary'? #248: FILE: app/test/test_devargs.c:312: + struct rte_ether_addr *mac_addr = (struct rte_ether_addr *)slave_mac1; total: 0 errors, 2 warnings, 739 lines checked Warning in app/test/test_devargs.c: Using driver specific headers in applications