1
0
Fork 0

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>
hifive-unleashed-5.1
Joe Perches 2008-03-23 01:02:45 -07:00 committed by Ingo Molnar
parent 710d0e9cce
commit f233407689
1 changed files with 1 additions and 1 deletions

View File

@ -6,7 +6,7 @@
*/
#include <linux/types.h>
extern void *_mmx_memcpy(void *to, const void *from, size_t size);
extern void mmx_clear_page(void *page);
extern void mmx_copy_page(void *to, void *from);