Re: [PATCH] selftests: iommu: Fix test_cmd_destroy_access() call in user_copy

From: Jason Gunthorpe
Date: Mon Jan 23 2023 - 13:30:00 EST


On Thu, Jan 19, 2023 at 11:42:04PM -0800, Nicolin Chen wrote:
> The test_cmd_destroy_access() should end with a semicolon, so add one.
> There is a test_ioctl_destroy(ioas_id) following already, so drop one.
>
> Fixes: 57f0988706fe ("iommufd: Add a selftest")
> Signed-off-by: Nicolin Chen <nicolinc@xxxxxxxxxx>
> ---
> tools/testing/selftests/iommu/iommufd.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)

Applied thanks

Jason