> -----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 04/26] iommu/fsl: Fix checkpatch type SPACE_BEFORE_TAB > > WARNING:SPACE_BEFORE_TAB: please, no space before tabs > +^Iu32 ^Icpu;^I/* cpu number */$ > > WARNING:SPACE_BEFORE_TAB: please, no space before tabs > +^Iu32 ^Icache;^I/* cache to stash to: L1,L2,L3 */$ > > Signed-off-by: Emil Medve <emilian.me...@freescale.com> > --- > arch/powerpc/include/asm/fsl_pamu_stash.h | 4 ++-- > 1 file changed, 2 insertions(+), 2 deletions(-) > > diff --git a/arch/powerpc/include/asm/fsl_pamu_stash.h > b/arch/powerpc/include/asm/fsl_pamu_stash.h > index caa1b21..38311c9 100644 > --- a/arch/powerpc/include/asm/fsl_pamu_stash.h > +++ b/arch/powerpc/include/asm/fsl_pamu_stash.h > @@ -32,8 +32,8 @@ enum pamu_stash_target { > */ > > struct pamu_stash_attribute { > - u32 cpu; /* cpu number */ > - u32 cache; /* cache to stash to: L1,L2,L3 */ > + u32 cpu; /* cpu number */ > + u32 cache; /* cache to stash to: L1,L2,L3 */ > }; > > #endif /* __FSL_PAMU_STASH_H */ > -- > 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