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 EA60646F43 for ; Fri, 19 Sep 2025 10:40:34 +0200 (CEST) Received: from mails.dpdk.org (localhost [127.0.0.1]) by mails.dpdk.org (Postfix) with ESMTP id E0B88402B7; Fri, 19 Sep 2025 10:40:34 +0200 (CEST) Received: from dpdk.org (dpdk.org [92.243.24.197]) by mails.dpdk.org (Postfix) with ESMTP id 9C8AC402B7 for ; Fri, 19 Sep 2025 10:40:33 +0200 (CEST) Received: by dpdk.org (Postfix, from userid 65534) id 95EDA12421D; Fri, 19 Sep 2025 10:37:37 +0200 (CEST) Subject: |WARNING| pw156735 [PATCH v3 09/10] uapi: import VFIO header In-Reply-To: <20250919083808.1667491-10-david.marchand@redhat.com> References: <20250919083808.1667491-10-david.marchand@redhat.com> To: test-report@dpdk.org From: checkpatch@dpdk.org Cc: David Marchand Message-Id: <20250919083737.95EDA12421D@dpdk.org> Date: Fri, 19 Sep 2025 10:37:37 +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/156735 _coding style issues_ WARNING:TYPO_SPELLING: 'succes' may be misspelled - perhaps 'success'? #239: FILE: kernel/linux/uapi/linux/vfio.h:143: + * Return: 0 on succes, -errno on failure. ^^^^^^ WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'? #1550: FILE: kernel/linux/uapi/linux/vfio.h:1454: + * The functionality is incorporated for devices that needs bus master control, ^^^^^^ WARNING:TYPO_SPELLING: 'master' may be misspelled - perhaps 'primary'? #1552: FILE: kernel/linux/uapi/linux/vfio.h:1456: + * applicable to PCI devices, as bus master control for PCI devices is managed ^^^^^^ WARNING:TYPO_SPELLING: 'MASTER' may be misspelled - perhaps 'PRIMARY'? #1555: FILE: kernel/linux/uapi/linux/vfio.h:1459: + * When the device's BUS MASTER setting is configured as CLEAR, it will result in ^^^^^^ WARNING:TYPO_SPELLING: 'MASTER' may be misspelled - perhaps 'PRIMARY'? #1557: FILE: kernel/linux/uapi/linux/vfio.h:1461: + * the device's BUS MASTER setting as SET (enable) will grant the device the ^^^^^^ WARNING:TYPO_SPELLING: 'Master' may be misspelled - perhaps 'Primary'? #1562: FILE: kernel/linux/uapi/linux/vfio.h:1466: +#define VFIO_DEVICE_FEATURE_CLEAR_MASTER 0 /* Clear Bus Master */ ^^^^^^ WARNING:TYPO_SPELLING: 'Master' may be misspelled - perhaps 'Primary'? #1563: FILE: kernel/linux/uapi/linux/vfio.h:1467: +#define VFIO_DEVICE_FEATURE_SET_MASTER 1 /* Set Bus Master */ ^^^^^^ WARNING:LONG_LINE_COMMENT: line length of 110 exceeds 100 columns #1869: FILE: kernel/linux/uapi/linux/vfio.h:1773: + * VFIO_IOMMU_SPAPR_REGISTER_MEMORY - _IOW(VFIO_TYPE, VFIO_BASE + 17, struct vfio_iommu_spapr_register_memory) WARNING:LONG_LINE_COMMENT: line length of 112 exceeds 100 columns #1885: FILE: kernel/linux/uapi/linux/vfio.h:1789: + * VFIO_IOMMU_SPAPR_UNREGISTER_MEMORY - _IOW(VFIO_TYPE, VFIO_BASE + 18, struct vfio_iommu_spapr_register_memory) WARNING:LONG_LINE_COMMENT: line length of 101 exceeds 100 columns #1894: FILE: kernel/linux/uapi/linux/vfio.h:1798: + * VFIO_IOMMU_SPAPR_TCE_CREATE - _IOWR(VFIO_TYPE, VFIO_BASE + 19, struct vfio_iommu_spapr_tce_create) total: 0 errors, 10 warnings, 1838 lines checked