| | From | Andrea Gelmini <> | | Subject | [PATCH 24/66] arch/h8300/include/asm/tlb.h: Checkpatch cleanup | | Date | Sat, 27 Feb 2010 17:51:05 +0100 |
| |
arch/h8300/include/asm/tlb.h:1: ERROR: trailing whitespace arch/h8300/include/asm/tlb.h:2: ERROR: trailing whitespace arch/h8300/include/asm/tlb.h:10: ERROR: trailing whitespace arch/h8300/include/asm/tlb.h:11: ERROR: trailing whitespace
Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net> --- arch/h8300/include/asm/tlb.h | 8 ++++---- 1 files changed, 4 insertions(+), 4 deletions(-) diff --git a/arch/h8300/include/asm/tlb.h b/arch/h8300/include/asm/tlb.h index 3dea80a..54e30d4 100644 --- a/arch/h8300/include/asm/tlb.h +++ b/arch/h8300/include/asm/tlb.h @@ -1,5 +1,5 @@ -/* - include/asm-h8300/tlb.h +/* + include/asm-h8300/tlb.h */ #ifndef __H8300_TLB_H__ @@ -7,8 +7,8 @@ #define tlb_flush(tlb) do { } while(0) -/* - include/asm-h8300/tlb.h +/* + include/asm-h8300/tlb.h */ #ifndef __H8300_TLB_H__ -- 1.7.0.90.g251a4
|