Commit c4fe760e authored by Joe Perches's avatar Joe Perches Committed by Ingo Molnar
Browse files

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



Signed-off-by: default avatarJoe Perches <joe@perches.com>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent 55464da9
Loading
Loading
Loading
Loading
+11 −10
Original line number Diff line number Diff line
@@ -59,7 +59,8 @@ static inline void switch_mm(struct mm_struct *prev, struct mm_struct *next,
#endif
}

#define deactivate_mm(tsk,mm)	do { \
#define deactivate_mm(tsk, mm)			\
do {						\
	load_gs_index(0);			\
	asm volatile("movl %0,%%fs"::"r"(0));	\
} while (0)