Re: [PATCH 2/4] iommu: Consolitate ->add/remove_device() calls

From: Christoph Hellwig
Date: Wed Dec 05 2018 - 09:54:22 EST


> +void iommu_release_device(struct device *dev)

Nitpick: there seems to be a double space here.

> +int iommu_probe_device(struct device *dev);
> +void iommu_release_device(struct device *dev);

.. and here.