From: Joe Perches Date: Wed, 6 Aug 2014 23:10:48 +0000 (-0700) Subject: checkpatch: warn on unnecessary parentheses around references of foo->bar X-Git-Tag: cleanup-for-v3.18~96^2~20 X-Git-Url: https://git.openpandora.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=e2826fd07029e14285c178b41b18f6edc3b15a84;p=pandora-kernel.git checkpatch: warn on unnecessary parentheses around references of foo->bar Parentheses around &(foo->bar) and *(foo->bar) are unnecessary. Emit a --strict only message on these uses. Signed-off-by: Joe Perches Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- Reading git-diff-tree failed