commit | d1d85780dd30e137d8ff505c1c2e79eaf729853d | [log] [tgz] |
---|---|---|
author | Joe Perches <joe@perches.com> | Tue Sep 24 15:27:46 2013 -0700 |
committer | Linus Torvalds <torvalds@linux-foundation.org> | Tue Sep 24 17:00:26 2013 -0700 |
tree | 5688d52d88f6a97b7b8ae26afa1f58ac10dd9347 | |
parent | 58f09e00ae095e46ef9edfcf3a5fd9ccdfad065e [diff] |
checkpatch: make extern in .h prototypes quieter The use of extern in .h files is a bit contentious. Make the warning be emitted only when --strict is used on the command line. Signed-off-by: Joe Perches <joe@perches.com> Cc: David Howells <dhowells@redhat.com> Signed-off-by: Andrew Morton <akpm@linux-foundation.org> Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>