| | From | Andrea Gelmini <> | | Subject | [PATCH 35/66] arch/cris/include/arch-v10/arch/tlb.h: Checkpatch cleanup | | Date | Sat, 27 Feb 2010 17:51:16 +0100 |
| |
arch/cris/include/arch-v10/arch/tlb.h:6: ERROR: trailing whitespace
Signed-off-by: Andrea Gelmini <andrea.gelmini@gelma.net> --- arch/cris/include/arch-v10/arch/tlb.h | 2 +- 1 files changed, 1 insertions(+), 1 deletions(-) diff --git a/arch/cris/include/arch-v10/arch/tlb.h b/arch/cris/include/arch-v10/arch/tlb.h index 31525bb..d565bd8 100644 --- a/arch/cris/include/arch-v10/arch/tlb.h +++ b/arch/cris/include/arch-v10/arch/tlb.h @@ -3,7 +3,7 @@ /* The TLB can host up to 64 different mm contexts at the same time. * The last page_id is never running - it is used as an invalid page_id - * so we can make TLB entries that will never match. + * so we can make TLB entries that will never match. */ #define NUM_TLB_ENTRIES 64 #define NUM_PAGEID 64 -- 1.7.0.90.g251a4
|