From: Joe Perches Date: Sun, 23 Mar 2008 08:03:47 +0000 (-0700) Subject: include/asm-x86/tsc.h: checkpatch cleanups - formatting only X-Git-Tag: v2.6.26-rc1~1154^2~145 X-Git-Url: http://pilppa.com/gitweb/?a=commitdiff_plain;h=2d86e637d15984e363e8c3f14c8f0470b4a10a3d;p=linux-2.6-omap-h63xx.git include/asm-x86/tsc.h: checkpatch cleanups - formatting only Signed-off-by: Joe Perches Signed-off-by: Ingo Molnar --- diff --git a/include/asm-x86/tsc.h b/include/asm-x86/tsc.h index 7d3e27f7d48..d2d8eb5b55f 100644 --- a/include/asm-x86/tsc.h +++ b/include/asm-x86/tsc.h @@ -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);