[PATCH] x86/cpu/amd: Remove unnecessary parentheses

2018-10-02 Thread Nathan Chancellor
Clang warns when multiple pairs of parentheses are used for a single conditional statement. arch/x86/kernel/cpu/amd.c:925:14: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((c->x86 == 6)) { ~~~^~~~ arch/x86/kernel/cpu/amd.c:925:14:

[PATCH] x86/cpu/amd: Remove unnecessary parentheses

2018-10-02 Thread Nathan Chancellor
Clang warns when multiple pairs of parentheses are used for a single conditional statement. arch/x86/kernel/cpu/amd.c:925:14: warning: equality comparison with extraneous parentheses [-Wparentheses-equality] if ((c->x86 == 6)) { ~~~^~~~ arch/x86/kernel/cpu/amd.c:925:14: