On 15.03.23 08:25, Bernhard Beschow wrote:
During build the kernel-doc script complains about the following issue:src/docs/../include/exec/memory.h:1741: warning: Function parameter or member 'n' not described in 'memory_region_unmap_iommu_notifier_range' src/docs/../include/exec/memory.h:1741: warning: Excess function parameter 'notifier' description in 'memory_region_unmap_iommu_notifier_range' Settle on "notifier" for consistency with other memory functions. Fixes: 7caebbf9ea53 ("memory: introduce memory_region_unmap_iommu_notifier_range()") Signed-off-by: Bernhard Beschow <[email protected]> ---
Reviewed-by: David Hildenbrand <[email protected]> -- Thanks, David / dhildenb
