mirror of
git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2025-09-18 22:14:16 +00:00

Add traditional Chinese translation (zh_TW) for the Linux Kernel documentation with a series of translated files. Signed-off-by: Hu Haowen <src.res@email.cn> Reviewed-by: Pan Yunwang <panyunwang849@gmail.com> Link: https://lore.kernel.org/r/20210729155627.41744-1-src.res@email.cn Signed-off-by: Jonathan Corbet <corbet@lwn.net>
16 lines
394 B
ReStructuredText
16 lines
394 B
ReStructuredText
.. SPDX-License-Identifier: GPL-2.0
|
|
|
|
.. include:: ../disclaimer-zh_TW.rst
|
|
|
|
:Translator: 胡皓文 Hu Haowen <src.res@email.cn>
|
|
|
|
清除 WARN_ONCE
|
|
--------------
|
|
|
|
WARN_ONCE / WARN_ON_ONCE / printk_once 僅僅列印一次消息.
|
|
|
|
echo 1 > /sys/kernel/debug/clear_warn_once
|
|
|
|
可以清除這種狀態並且再次允許列印一次告警信息,這對於運行測試集後重現問題
|
|
很有用。
|
|
|