[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-ID: <20210319134219.GB1063154@infradead.org>
Date: Fri, 19 Mar 2021 13:42:19 +0000
From: Christoph Hellwig <hch@...radead.org>
To: Robin Murphy <robin.murphy@....com>
Cc: joro@...tes.org, iommu@...ts.linux-foundation.org, will@...nel.org,
linux-kernel@...r.kernel.org
Subject: Re: [PATCH 2/2] iommu: Streamline registration interface
> +int iommu_device_register(struct iommu_device *iommu, const struct iommu_ops *ops,
It would be nice to avoid the pointlessly overlong line here.
> + struct device *hwdev)
> {
> + iommu->ops = ops;
> + if (hwdev)
> + iommu->fwnode = hwdev->fwnode;
This function could use a kerneldoc comment now. Especially the hwdev
agument isn't exactly obvious.
Powered by blists - more mailing lists