summaryrefslogtreecommitdiffstats
path: root/Documentation/clearing-warn-once.txt
diff options
context:
space:
mode:
Diffstat (limited to 'Documentation/clearing-warn-once.txt')
-rw-r--r--Documentation/clearing-warn-once.txt9
1 files changed, 0 insertions, 9 deletions
diff --git a/Documentation/clearing-warn-once.txt b/Documentation/clearing-warn-once.txt
deleted file mode 100644
index 211fd926cf00..000000000000
--- a/Documentation/clearing-warn-once.txt
+++ /dev/null
@@ -1,9 +0,0 @@
-Clearing WARN_ONCE
-------------------
-
-WARN_ONCE / WARN_ON_ONCE / printk_once only emit a message once.
-
-echo 1 > /sys/kernel/debug/clear_warn_once
-
-clears the state and allows the warnings to print once again.
-This can be useful after test suite runs to reproduce problems.