On Wed, Oct 09, 2024 at 10:27:42AM -0700, Nicolin Chen wrote: > > static struct arm_smmu_master_domain * > > arm_smmu_find_master_domain(struct arm_smmu_domain *smmu_domain, > > - struct arm_smmu_master *master, > > - ioasid_t ssid) > > + struct arm_smmu_master *master, ioasid_t ssid) > > { > > struct arm_smmu_master_domain *master_domain; > > Looks like we mixed a cosmetic change :) Ah, it is undone in a later patch from moving some code around I fixed it Thanks, Jason