Commit 2d86e637 authored by Joe Perches's avatar Joe Perches Committed by Ingo Molnar

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

Signed-off-by: default avatarJoe Perches <joe@perches.com>
Signed-off-by: default avatarIngo Molnar <mingo@elte.hu>
parent 5d7d03b8
......@@ -42,7 +42,7 @@ static inline cycles_t vget_cycles(void)
if (!cpu_has_tsc)
return 0;
#endif
return (cycles_t) __native_read_tsc();
return (cycles_t)__native_read_tsc();
}
extern void tsc_init(void);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment