Re: [PATCH v6 1/6] iommu/tegra-smmu: Rename struct iommu_group *group to *grp

2021-10-07 Thread Thierry Reding
On Mon, Sep 13, 2021 at 06:38:53PM -0700, Nicolin Chen wrote: > There are a few structs using "group" for their pointer instances. > This gets confusing sometimes. The instance of struct iommu_group > is used in local function with an alias "grp", which can separate > it from others. > > So this

[PATCH v6 1/6] iommu/tegra-smmu: Rename struct iommu_group *group to *grp

2021-09-13 Thread Nicolin Chen
There are a few structs using "group" for their pointer instances. This gets confusing sometimes. The instance of struct iommu_group is used in local function with an alias "grp", which can separate it from others. So this patch simply renames "group" to "grp" as a cleanup. Signed-off-by: