Commit 710d0e9cce8bfcfa821c5929c1d4dbf30a660ce6

Authored by Joe Perches
Committed by Ingo Molnar
1 parent c4fe760efd

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

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>

Showing 1 changed file with 2 additions and 2 deletions Side-by-side Diff

include/asm-x86/mmu.h
... ... @@ -10,10 +10,10 @@
10 10 *
11 11 * cpu_vm_mask is used to optimize ldt flushing.
12 12 */
13   -typedef struct {
  13 +typedef struct {
14 14 void *ldt;
15 15 #ifdef CONFIG_X86_64
16   - rwlock_t ldtlock;
  16 + rwlock_t ldtlock;
17 17 #endif
18 18 int size;
19 19 struct mutex lock;