aboutsummaryrefslogtreecommitdiffstats
path: root/tools/objtool
diff options
context:
space:
mode:
authorRaphael Gault <raphael.gault@arm.com>2019-05-14 17:47:46 -0500
committerIngo Molnar <mingo@kernel.org>2019-05-15 07:57:50 +0200
commit2decec48b0fd28ffdbf4cc684bd04e735f0839dd (patch)
tree83f5d8111ed4965d473cb749c5a7b4df16bd0334 /tools/objtool
parentobjtool: Fix function fallthrough detection (diff)
downloadlinux-dev-2decec48b0fd28ffdbf4cc684bd04e735f0839dd.tar.xz
linux-dev-2decec48b0fd28ffdbf4cc684bd04e735f0839dd.zip
objtool: Fix whitelist documentation typo
The directive specified in the documentation to add an exception for a single file in a Makefile was inverted. Signed-off-by: Raphael Gault <raphael.gault@arm.com> Signed-off-by: Josh Poimboeuf <jpoimboe@redhat.com> Cc: Linus Torvalds <torvalds@linux-foundation.org> Cc: Peter Zijlstra <peterz@infradead.org> Cc: Thomas Gleixner <tglx@linutronix.de> Link: http://lkml.kernel.org/r/522362a1b934ee39d0af0abb231f68e160ecf1a8.1557874043.git.jpoimboe@redhat.com Signed-off-by: Ingo Molnar <mingo@kernel.org>
Diffstat (limited to 'tools/objtool')
-rw-r--r--tools/objtool/Documentation/stack-validation.txt2
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/objtool/Documentation/stack-validation.txt b/tools/objtool/Documentation/stack-validation.txt
index 3995735a878f..cd17ee022072 100644
--- a/tools/objtool/Documentation/stack-validation.txt
+++ b/tools/objtool/Documentation/stack-validation.txt
@@ -306,7 +306,7 @@ ignore it:
- To skip validation of a file, add
- OBJECT_FILES_NON_STANDARD_filename.o := n
+ OBJECT_FILES_NON_STANDARD_filename.o := y
to the Makefile.