From: Varsha Rao Date: Sun, 20 May 2018 08:00:12 +0000 (+0530) Subject: x86/platform/uv: Remove extra parentheses X-Git-Tag: v4.18-rc1~70^2~12 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=cce2946b9b30a9b31a18de737d5010c08076e77f;p=thirdparty%2Fkernel%2Flinux.git x86/platform/uv: Remove extra parentheses Remove extra parentheses to fix the extraneous parentheses clang warning. Suggested-by: Lukas Bulwahn Signed-off-by: Varsha Rao Signed-off-by: Thomas Gleixner Cc: Nicholas Mc Guire Cc: "H. Peter Anvin" Link: https://lkml.kernel.org/r/20180520080012.8215-1-rvarsha016@gmail.com --- diff --git a/arch/x86/platform/uv/tlb_uv.c b/arch/x86/platform/uv/tlb_uv.c index b36caae0fb2f7..b96d38288c600 100644 --- a/arch/x86/platform/uv/tlb_uv.c +++ b/arch/x86/platform/uv/tlb_uv.c @@ -615,7 +615,7 @@ static int uv2_3_wait_completion(struct bau_desc *bau_desc, /* spin on the status MMR, waiting for it to go idle */ while (descriptor_stat != UV2H_DESC_IDLE) { - if ((descriptor_stat == UV2H_DESC_SOURCE_TIMEOUT)) { + if (descriptor_stat == UV2H_DESC_SOURCE_TIMEOUT) { /* * A h/w bug on the destination side may * have prevented the message being marked