]> Pileus Git - ~andy/linux/commit
checkpatch: check for if's with unnecessary parentheses
authorJoe Perches <joe@perches.com>
Thu, 23 Jan 2014 23:54:47 +0000 (15:54 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 24 Jan 2014 00:36:58 +0000 (16:36 -0800)
commit189248d8f4f3ac2fba30da9b40133b5891df95fc
tree8c1f512c32463c29de4792b17a30822555cdbc76
parentc76f4cb3d25e5dc84017d7e845072e9aef6037f4
checkpatch: check for if's with unnecessary parentheses

If statements don't need multiple parentheses around tested comparisons
like "if ((foo == bar))".

An == comparison maybe a sign of an intended assignment, so emit a
slightly different message if so.

Signed-off-by: Joe Perches <joe@perches.com>
Reviewed-by: Josh Triplett <josh@joshtriplett.org>
Cc: Manfred Spraul <manfred@colorfullife.com>
Cc: Andy Whitcroft <apw@canonical.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
scripts/checkpatch.pl