Commit f2334076890bbe3cddca2c053684653c614e9b48

Authored by Joe Perches
Committed by Ingo Molnar
1 parent 710d0e9cce

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

include/asm-x86/mmx.h
... ... @@ -6,7 +6,7 @@
6 6 */
7 7  
8 8 #include <linux/types.h>
9   -
  9 +
10 10 extern void *_mmx_memcpy(void *to, const void *from, size_t size);
11 11 extern void mmx_clear_page(void *page);
12 12 extern void mmx_copy_page(void *to, void *from);