]> git.baikalelectronics.ru Git - kernel.git/commit
iommu/amd: Use `table' instead `irt' as variable name in amd_iommu_update_ga()
authorSebastian Andrzej Siewior <bigeasy@linutronix.de>
Thu, 22 Mar 2018 15:22:38 +0000 (16:22 +0100)
committerJoerg Roedel <jroedel@suse.de>
Thu, 29 Mar 2018 08:38:15 +0000 (10:38 +0200)
commita67b07fb81f3572ee1d4f52afee5a4233a5b1089
tree4bc55de57d0ca48e61fd855a10faa8eed72401f5
parente70d3adf0959f95cb8fdfc095c1abf03ccc62b1e
iommu/amd: Use `table' instead `irt' as variable name in amd_iommu_update_ga()

The variable of type struct irq_remap_table is always named `table'
except in amd_iommu_update_ga() where it is called `irt'. Make it
consistent and name it also `table'.

Signed-off-by: Sebastian Andrzej Siewior <bigeasy@linutronix.de>
Signed-off-by: Joerg Roedel <jroedel@suse.de>
drivers/iommu/amd_iommu.c