提交 2d86e637 编写于 作者: J Joe Perches 提交者: Ingo Molnar

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

Signed-off-by: NJoe Perches <joe@perches.com>
Signed-off-by: NIngo Molnar <mingo@elte.hu>
上级 5d7d03b8
...@@ -42,7 +42,7 @@ static inline cycles_t vget_cycles(void) ...@@ -42,7 +42,7 @@ static inline cycles_t vget_cycles(void)
if (!cpu_has_tsc) if (!cpu_has_tsc)
return 0; return 0;
#endif #endif
return (cycles_t) __native_read_tsc(); return (cycles_t)__native_read_tsc();
} }
extern void tsc_init(void); extern void tsc_init(void);
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册