checkpatch: make --strict a default for files in drivers/net and net/
authorJoe Perches <joe@perches.com>
Wed, 4 Jun 2014 23:12:05 +0000 (16:12 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Wed, 4 Jun 2014 23:54:20 +0000 (16:54 -0700)
commit2ac73b4f685e699ccdfa6855e826df846999d577
treeb158f925016d0a6754029c8fefd58c834fe60da5
parent3f7bac031c6ba61c89b06b279f74a25309da1625
checkpatch: make --strict a default for files in drivers/net and net/

Networking files are generally more strictly conformant to linux-kernel
style so make checkpatch more verbose by default for patches to files or
when checking files in these directories.

Signed-off-by: Joe Perches <joe@perches.com>
Cc: Andy Whitcroft <apw@canonical.com>
Cc: David Miller <davem@davemloft.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
scripts/checkpatch.pl