Re: [PATCH net-next v2] net: sysfs: Do not create sysfs for non BQL device

From: Jakub Kicinski
Date: Mon Feb 19 2024 - 15:16:17 EST


On Fri, 16 Feb 2024 09:29:05 -0800 Stephen Hemminger wrote:
> Various compilers will warn about missing parens in that expression.
> It is valid but mixing & and || can be bug trap.

$ git grep ' & [A-Z0-9_]* ||' | wc -l
855

Let's not sprinkle parenthesis in correct code because some old
compiler somewhere may doubt our ability to remember the precedence
of 14 operators.