checkpatch: warn about using CONFIG_EXPERIMENTAL
authorKees Cook <keescook@chromium.org>
Tue, 18 Dec 2012 00:01:48 +0000 (16:01 -0800)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 18 Dec 2012 01:15:18 +0000 (17:15 -0800)
commit1ba8dfd17ead04de18bfca7b68c2a144c8be736a
treed9f42871b6809cd40e03557bc243a11d6039dd20
parent5023d3472d444747bfa12e9798d7993e7efb8287
checkpatch: warn about using CONFIG_EXPERIMENTAL

This config item has not carried much meaning for a while now and is
almost always enabled by default.  As agreed during the Linux kernel
summit, it is being removed.  This will discourage future addition of
CONFIG_EXPERIMENTAL while it is being phased out.

Signed-off-by: Kees Cook <keescook@chromium.org>
Cc: Andy Whitcroft <apw@canonical.com>
Cc: Joe Perches <joe@perches.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
scripts/checkpatch.pl