Commit 2ac1ea7ccd81f0383c6525e495a31d18fcac92db

Authored by Joe Perches
Committed by Ingo Molnar
1 parent 8dbeeb24e4

include/asm-x86/alternative.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 4 additions and 5 deletions Side-by-side Diff

include/asm-x86/alternative.h
... ... @@ -66,8 +66,8 @@
66 66 extern void alternatives_smp_switch(int smp);
67 67 #else
68 68 static inline void alternatives_smp_module_add(struct module *mod, char *name,
69   - void *locks, void *locks_end,
70   - void *text, void *text_end) {}
  69 + void *locks, void *locks_end,
  70 + void *text, void *text_end) {}
71 71 static inline void alternatives_smp_module_del(struct module *mod) {}
72 72 static inline void alternatives_smp_switch(int smp) {}
73 73 #endif /* CONFIG_SMP */
... ... @@ -148,9 +148,8 @@
148 148 void apply_paravirt(struct paravirt_patch_site *start,
149 149 struct paravirt_patch_site *end);
150 150 #else
151   -static inline void
152   -apply_paravirt(struct paravirt_patch_site *start,
153   - struct paravirt_patch_site *end)
  151 +static inline void apply_paravirt(struct paravirt_patch_site *start,
  152 + struct paravirt_patch_site *end)
154 153 {}
155 154 #define __parainstructions NULL
156 155 #define __parainstructions_end NULL