doc: Cope with the deprecation of AutoReporter
[linux-2.6-block.git] / Documentation / clearing-warn-once.txt
CommitLineData
26187d18
MCC
1Clearing WARN_ONCE
2------------------
b1fca27d 3
3ec25826 4WARN_ONCE / WARN_ON_ONCE / printk_once only emit a message once.
b1fca27d
AK
5
6echo 1 > /sys/kernel/debug/clear_warn_once
7
8clears the state and allows the warnings to print once again.
9This can be useful after test suite runs to reproduce problems.