commit | b13edf7ff2dd0fef95e981170fa71fa6b60421b0 | [log] [tgz] |
---|---|---|
author | Joe Perches <joe@perches.com> | Mon Jul 30 14:41:24 2012 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Mon Jul 30 17:25:17 2012 -0700 |
tree | cdfbfb5429b089d1e41f9551bf112a8236fae078 | |
parent | 66c80b6077256898df948ac6acf547b47ddb1fcf [diff] |
checkpatch: add checks for do {} while (0) macro misuses These types of macros should not be used for either a single statement nor should the macro end with a semi-colon. Add tests for these conditions. Signed-off-by: Joe Perches <joe@perches.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>