diff options
author | Mauro Carvalho Chehab <mchehab+samsung@kernel.org> | 2019-04-10 06:56:22 -0300 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2019-04-11 12:37:02 -0600 |
commit | 26187d18b8d1be18a21bd84419cf89080fecfa1f (patch) | |
tree | b6ec2dc7c8b35685af08c0980d4b7de15239e9ec | |
parent | 49618364689cdfb89985e6fe8d21ba4079f947fc (diff) | |
download | linux-26187d18b8d1be18a21bd84419cf89080fecfa1f.tar.bz2 |
docs: clearing-warn-once.txt: add a title for this document
This document misses a title. Add it, in order to follow
the documentation standard.
Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
-rw-r--r-- | Documentation/clearing-warn-once.txt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/Documentation/clearing-warn-once.txt b/Documentation/clearing-warn-once.txt index 5b1f5d547be1..4aa938262d0e 100644 --- a/Documentation/clearing-warn-once.txt +++ b/Documentation/clearing-warn-once.txt @@ -1,3 +1,5 @@ +Clearing WARN_ONCE +------------------ WARN_ONCE / WARN_ON_ONCE only print a warning once. |