Pārlūkot izejas kodu

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>
Joe Perches 17 gadi atpakaļ
vecāks
revīzija
2d86e637d1
1 mainītis faili ar 1 papildinājumiem un 1 dzēšanām
  1. 1 1
      include/asm-x86/tsc.h

+ 1 - 1
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);