> -----Original Message-----
> From: Emil Medve [mailto:[email protected]]
> Sent: Wednesday, January 28, 2015 8:05 PM
> To: [email protected]; [email protected]; [email protected];
> 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 <[email protected]>
> ---
>  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 <[email protected]>

_______________________________________________
iommu mailing list
[email protected]
https://lists.linuxfoundation.org/mailman/listinfo/iommu

Reply via email to