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

Signed-off-by: Joe Perches <joe@perches.com>
Signed-off-by: Ingo Molnar <mingo@elte.hu>
This commit is contained in:
Joe Perches 2008-03-23 01:03:47 -07:00 committed by Ingo Molnar
parent 5d7d03b81a
commit 2d86e637d1

View File

@ -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);