ERROR:CODE_INDENT: code indent should use tabs where possible +^I stash_dest_hint, vcpu);$
ERROR:CODE_INDENT: code indent should use tabs where possible +^I phys_addr_t ppaact_phys, phys_addr_t spaact_phys,$ ERROR:CODE_INDENT: code indent should use tabs where possible +^I^I dev->of_node->full_name);$ ERROR:CODE_INDENT: code indent should use tabs where possible +^I^I dev->of_node->full_name);$ Signed-off-by: Emil Medve <[email protected]> --- drivers/iommu/fsl_pamu.c | 6 +++--- drivers/iommu/fsl_pamu_domain.c | 4 ++-- 2 files changed, 5 insertions(+), 5 deletions(-) diff --git a/drivers/iommu/fsl_pamu.c b/drivers/iommu/fsl_pamu.c index 6b28dd8..7f0181c 100644 --- a/drivers/iommu/fsl_pamu.c +++ b/drivers/iommu/fsl_pamu.c @@ -583,7 +583,7 @@ found_cpu_node: } pr_debug("stash dest not found for %d on vcpu %d\n", - stash_dest_hint, vcpu); + stash_dest_hint, vcpu); return ~(u32)0; } @@ -675,8 +675,8 @@ static void __init get_pamu_cap_values(unsigned long pamu_reg_base) /* Setup PAMU registers pointing to PAACT, SPAACT and OMT */ static int __init setup_one_pamu(unsigned long pamu_reg_base, unsigned long pamu_reg_size, - phys_addr_t ppaact_phys, phys_addr_t spaact_phys, - phys_addr_t omt_phys) + phys_addr_t ppaact_phys, phys_addr_t spaact_phys, + phys_addr_t omt_phys) { u32 *pc; struct pamu_mmap_regs *pamu_regs; diff --git a/drivers/iommu/fsl_pamu_domain.c b/drivers/iommu/fsl_pamu_domain.c index 080ffa4..d5137dd 100644 --- a/drivers/iommu/fsl_pamu_domain.c +++ b/drivers/iommu/fsl_pamu_domain.c @@ -682,7 +682,7 @@ static int fsl_pamu_attach_device(struct iommu_domain *domain, liodn, liodn_cnt); } else { pr_debug("missing fsl,liodn property at %s\n", - dev->of_node->full_name); + dev->of_node->full_name); ret = -EINVAL; } @@ -718,7 +718,7 @@ static void fsl_pamu_detach_device(struct iommu_domain *domain, detach_device(dev, dma_domain); else pr_debug("missing fsl,liodn property at %s\n", - dev->of_node->full_name); + dev->of_node->full_name); } static int configure_domain_geometry(struct iommu_domain *domain, void *data) -- 2.2.2 _______________________________________________ iommu mailing list [email protected] https://lists.linuxfoundation.org/mailman/listinfo/iommu
