[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[PATCH v2 09/32] include/exec: fix kerneldoc definition
From: |
Alex Bennée |
Subject: |
[PATCH v2 09/32] include/exec: fix kerneldoc definition |
Date: |
Wed, 15 Mar 2023 17:43:08 +0000 |
The kerneldoc processor complains about the mismatched variable name.
Fix it.
Message-Id: <20230310103123.2118519-11-alex.bennee@linaro.org>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Signed-off-by: Alex Bennée <alex.bennee@linaro.org>
---
include/exec/memory.h | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/exec/memory.h b/include/exec/memory.h
index 6fa0b071f0..15ade918ba 100644
--- a/include/exec/memory.h
+++ b/include/exec/memory.h
@@ -1738,7 +1738,7 @@ void memory_region_notify_iommu_one(IOMMUNotifier
*notifier,
*
* @notifier: the notifier to be notified
*/
-void memory_region_unmap_iommu_notifier_range(IOMMUNotifier *n);
+void memory_region_unmap_iommu_notifier_range(IOMMUNotifier *notifier);
/**
--
2.39.2
- [PATCH v2 28/32] contrib/gitdm: add Amazon to the domain map, (continued)
- [PATCH v2 28/32] contrib/gitdm: add Amazon to the domain map, Alex Bennée, 2023/03/15
- [PATCH v2 31/32] contrib/gitdm: add more individual contributors, Alex Bennée, 2023/03/15
- [PATCH v2 29/32] contrib/gitdm: add Alibaba to the domain-map, Alex Bennée, 2023/03/15
- [PATCH v2 30/32] contrib/gitdm: add revng to domain map, Alex Bennée, 2023/03/15
- [PATCH v2 08/32] tests/tcg: disable pauth for aarch64 gdb tests, Alex Bennée, 2023/03/15
- [PATCH v2 13/32] include/qemu/plugin: Remove QEMU_PLUGIN_ASSERT, Alex Bennée, 2023/03/15
- [PATCH v2 09/32] include/exec: fix kerneldoc definition,
Alex Bennée <=
- [PATCH v2 23/32] iotests: always use a unique sub-directory per test, Alex Bennée, 2023/03/15
- [PATCH v2 11/32] tcg: Clear plugin_mem_cbs on TB exit, Alex Bennée, 2023/03/15
- [PATCH v2 25/32] iotests: remove the check-block.sh script, Alex Bennée, 2023/03/15
- [PATCH v2 22/32] iotests: connect stdin to /dev/null when running tests, Alex Bennée, 2023/03/15