[PATCH-for-10.2] Fix typo in documentation

Stefan Weil via posted 1 patch 4 days, 2 hours ago
Patches applied successfully (tree, apply log)
git fetch https://github.com/patchew-project/qemu tags/patchew/20251209125759.764296-1-sw@weilnetz.de
Maintainers: "Michael S. Tsirkin" <mst@redhat.com>, Marcel Apfelbaum <marcel.apfelbaum@gmail.com>
include/hw/pci/pci.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
[PATCH-for-10.2] Fix typo in documentation
Posted by Stefan Weil via 4 days, 2 hours ago
Signed-off-by: Stefan Weil <sw@weilnetz.de>
---
 include/hw/pci/pci.h | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/include/hw/pci/pci.h b/include/hw/pci/pci.h
index 6bccb25ac2..b72e484500 100644
--- a/include/hw/pci/pci.h
+++ b/include/hw/pci/pci.h
@@ -751,7 +751,7 @@ int pci_iommu_register_iotlb_notifier(PCIDevice *dev, uint32_t pasid,
 
 /**
  * pci_iommu_unregister_iotlb_notifier: unregister a notifier that has been
- * registerd with pci_iommu_register_iotlb_notifier.
+ * registered with pci_iommu_register_iotlb_notifier.
  *
  * Returns 0 on success, or a negative errno otherwise.
  *
-- 
2.47.3
Re: [PATCH-for-10.2] Fix typo in documentation
Posted by Laurent Vivier 4 days, 2 hours ago
Le 09/12/2025 à 13:57, Stefan Weil via a écrit :
> Signed-off-by: Stefan Weil <sw@weilnetz.de>
> ---
>   include/hw/pci/pci.h | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)
> 
> diff --git a/include/hw/pci/pci.h b/include/hw/pci/pci.h
> index 6bccb25ac2..b72e484500 100644
> --- a/include/hw/pci/pci.h
> +++ b/include/hw/pci/pci.h
> @@ -751,7 +751,7 @@ int pci_iommu_register_iotlb_notifier(PCIDevice *dev, uint32_t pasid,
>   
>   /**
>    * pci_iommu_unregister_iotlb_notifier: unregister a notifier that has been
> - * registerd with pci_iommu_register_iotlb_notifier.
> + * registered with pci_iommu_register_iotlb_notifier.
>    *
>    * Returns 0 on success, or a negative errno otherwise.
>    *
Reviewed-by: Laurent Vivier <laurent@vivier.eu>
Re: [PATCH-for-10.2] Fix typo in documentation
Posted by Philippe Mathieu-Daudé 4 days, 2 hours ago
On 9/12/25 13:57, Stefan Weil via wrote:
> Signed-off-by: Stefan Weil <sw@weilnetz.de>
> ---
>   include/hw/pci/pci.h | 2 +-
>   1 file changed, 1 insertion(+), 1 deletion(-)

Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>