Просмотр исходного кода

include/asm-x86/current_32.h: checkpatch cleanups - formatting only

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
Joe Perches 17 лет назад
Родитель
Сommit
83ecfdd0a0
1 измененных файлов с 1 добавлено и 1 удалено
  1. 1 1
      include/asm-x86/current_32.h

+ 1 - 1
include/asm-x86/current_32.h

@@ -11,7 +11,7 @@ static __always_inline struct task_struct *get_current(void)
 {
 	return x86_read_percpu(current_task);
 }
- 
+
 #define current get_current()
 
 #endif /* !(_I386_CURRENT_H) */