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 46EB145887 for ; Wed, 28 Aug 2024 12:41:20 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id 4010E41132; Wed, 28 Aug 2024 12:41:20 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 243F340150 for ; Wed, 28 Aug 2024 12:41:19 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 0F53C120778; Wed, 28 Aug 2024 12:41:19 +0200 (CEST) Subject: |WARNING| pw143421 [PATCH] bus/pci: don't open uio device in secondary process In-Reply-To: <20240828104002.226704-1-konrad.sztyber@intel.com> References: <20240828104002.226704-1-konrad.sztyber@intel.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: Konrad Sztyber Message-Id: <20240828104119.0F53C120778@dpdk.org> Date: Wed, 28 Aug 2024 12:41:19 +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/143421 _coding style issues_ WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'? #131: The uio_pci_generic driver clears the bus master bit when the device WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'? #175: FILE: drivers/bus/pci/linux/pci_uio.c:264: + /* the uio_pci_generic driver clears the bus master enable bit when the device file is WARNING:BLOCK_COMMENT_STYLE: Block comments use a trailing */ on a separate line #176: FILE: drivers/bus/pci/linux/pci_uio.c:265: + * closed, so open it only in the primary process */ total: 0 errors, 3 warnings, 37 lines checked