Re: [PATCH net-next 3/5] net: phy: mscc: remove unneeded parenthesis

From: Florian Fainelli
Date: Sat Sep 15 2018 - 16:52:59 EST




On 9/14/2018 1:33 AM, Quentin Schulz wrote:
The == operator precedes the || operator, so we can remove the
parenthesis around (a == b) || (c == d).

The condition is rather explicit and short so removing the parenthesis
definitely does not make it harder to read.

Signed-off-by: Quentin Schulz <quentin.schulz@xxxxxxxxxxx>

Reviewed-by: Florian Fainelli <f.fainelli@xxxxxxxxx>
--
Florian