> -----Original Message----- > From: Emil Medve [mailto:emilian.me...@freescale.com] > Sent: Wednesday, January 28, 2015 8:05 PM > To: iommu@lists.linux-foundation.org; j...@8bytes.org; jroe...@suse.de; > Sethi Varun-B16395 > Cc: Medve Emilian-EMMEDVE1 > Subject: [PATCH 08/26] iommu/fsl: Fix checkpatch type CODE_INDENT > > 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 <emilian.me...@freescale.com> > --- > 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 Acked-by: Varun Sethi <varun.se...@freescale.com>
_______________________________________________ iommu mailing list iommu@lists.linux-foundation.org https://lists.linuxfoundation.org/mailman/listinfo/iommu