patch-2_6_7-vs1_9_1_12
[linux-2.6.git] / include / asm-m68k / mmu_context.h
index 5f9d306..661191d 100644 (file)
@@ -124,7 +124,7 @@ static inline void get_mmu_context(struct mm_struct *mm)
                mm->context = get_free_context(mm);
 }
 
-/* flush context if allocated... */    
+/* flush context if allocated... */
 static inline void destroy_context(struct mm_struct *mm)
 {
        if(mm->context != SUN3_INVALID_CONTEXT)
@@ -150,5 +150,5 @@ static inline void activate_mm(struct mm_struct *prev_mm,
        activate_context(next_mm);
 }
 
-#endif 
+#endif
 #endif