exec/memory: Fix kernel-doc warning
authorBernhard Beschow <shentey@gmail.com>
Wed, 15 Mar 2023 07:25:52 +0000 (08:25 +0100)
committerLaurent Vivier <laurent@vivier.eu>
Thu, 16 Mar 2023 09:31:25 +0000 (10:31 +0100)
commitafa55c6e247463254d7181153f93a4a1efdf34e7
tree8397c993334c51d5f8906b374f9530f914181cd2
parent652737c8090eb3792f8b4c4b22ab12d7cc32073f
exec/memory: Fix kernel-doc warning

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 <shentey@gmail.com>
Reviewed-by: Philippe Mathieu-Daudé <philmd@linaro.org>
Message-Id: <20230315072552.47117-1-shentey@gmail.com>
Signed-off-by: Laurent Vivier <laurent@vivier.eu>
include/exec/memory.h
softmmu/memory.c