[PATCH] x86/tsc: fix multiple checkpatch warnings

2017-04-03 Thread Abhishek Rose
Fixed style issues: * block comments * replaced ACCESS_ONCE with WRITE_ONCE * "EXPORT_SYMBOL should immediately follow its function" Plus fixed typo in comment. Signed-off-by: Abhishek Rose --- arch/x86/kernel/tsc.c | 22 -- 1 file changed, 12

[PATCH] x86/tsc: fix multiple checkpatch warnings

2017-04-03 Thread Abhishek Rose
Fixed style issues: * block comments * replaced ACCESS_ONCE with WRITE_ONCE * "EXPORT_SYMBOL should immediately follow its function" Plus fixed typo in comment. Signed-off-by: Abhishek Rose --- arch/x86/kernel/tsc.c | 22 -- 1 file changed, 12 insertions(+), 10 deletions(-)