Re: [PATCH] iommufd: Fix vEVENTQ kdoc
From: Jason Gunthorpe
Date: Tue Mar 18 2025 - 13:20:55 EST
On Tue, Mar 18, 2025 at 09:30:22AM -0700, Nicolin Chen wrote:
> Fix the following warnings in veventq kdoc:
>
> include/uapi/linux/iommufd.h:1024: warning: Enum value 'IOMMU_VEVENTQ_FLAG_LOST_EVENTS' not described in enum 'iommu_veventq_flag'
> include/uapi/linux/iommufd.h:1024: warning: Excess enum value 'IOMMU_VEVENTQ_FLAG_OVERFLOW' description in 'iommu_veventq_flag'
> include/uapi/linux/iommufd.h:1120: warning: Function parameter or struct member 'viommu_id' not described in 'iommu_veventq_alloc'
> include/uapi/linux/iommufd.h:1120: warning: Excess struct member 'viommu' description in 'iommu_veventq_alloc'
>
> Fixes: 50c842dd6cd3 ("iommufd: Add IOMMUFD_OBJ_VEVENTQ and IOMMUFD_CMD_VEVENTQ_ALLOC")
> Reported-by: Stephen Rothwell <sfr@xxxxxxxxxxxxxxxx>
> Closes: https://lore.kernel.org/linux-next/20250318214534.5476f9ed@xxxxxxxxxxxxxxxx/
> Signed-off-by: Nicolin Chen <nicolinc@xxxxxxxxxx>
> ---
> include/uapi/linux/iommufd.h | 4 ++--
> 1 file changed, 2 insertions(+), 2 deletions(-)
Thanks, I just squashed it in
Jason