Re: [PATCH v2 8/8] iommu/arm-smmu-v3: Rename cdcfg to cd_table

From: Jason Gunthorpe
Date: Tue Aug 01 2023 - 10:44:20 EST


On Mon, Jul 31, 2023 at 06:48:18PM +0800, Michael Shavit wrote:
> since cdcfg sounds like it represents a CD entry when it's in fact a CD
> table.
>
> Signed-off-by: Michael Shavit <mshavit@xxxxxxxxxx>
> ---
>
> Changes in v2:
> - New commit
>
> drivers/iommu/arm/arm-smmu-v3/arm-smmu-v3.c | 66 ++++++++++-----------
> 1 file changed, 33 insertions(+), 33 deletions(-)

I think more generally it is confusing what 'cfg' means in the context
of this driver.

Reviewed-by: Jason Gunthorpe <jgg@xxxxxxxxxx>

Jason