]> www.infradead.org Git - users/jedix/linux-maple.git/commit
checkpatch: don't warn about extra parentheses in staging/
authorDan Carpenter <dan.carpenter@linaro.org>
Fri, 10 Jan 2025 07:12:17 +0000 (10:12 +0300)
committerAndrew Morton <akpm@linux-foundation.org>
Sat, 25 Jan 2025 06:47:24 +0000 (22:47 -0800)
commitd22feb5b64a4ecb1f029b3266148823c9fe569ee
tree1604337225da045e3fcef566918dfe2600d01f2b
parent65ef17aa07115d1a8d21d77f1e7cef3b639a396f
checkpatch: don't warn about extra parentheses in staging/

This "Unnecessary parentheses" warning is disabled for drivers/staging
unless the --strict option is used.  Really, we don't want it at all even
if the --strict option is used.

Link: https://lkml.kernel.org/r/c7278d21-d96c-4c1e-b3bf-f82b8decc5df@stanley.mountain
Signed-off-by: Dan Carpenter <dan.carpenter@linaro.org>
Acked-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Cc: Andy Whitcroft <apw@canonical.com>
Cc: Dwaipayan Ray <dwaipayanray1@gmail.com>
Cc: Joe Perches <joe@perches.com>
Cc: Lukas Bulwahn <lukas.bulwahn@gmail.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
scripts/checkpatch.pl