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 simply renames "group" to "grp" as a cleanup. > > Signed-off-by: Nicolin Chen > --- > drivers/iommu/tegra-smmu.c | 16 ++++++++-------- > 1 file changed, 8 insertions(+), 8 deletions(-) Acked-by: Thierry Reding