diff options
author | Naoki Hayama <naoki.hayama@lineo.co.jp> | 2020-10-12 10:24:41 +0200 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2020-10-12 21:14:07 +0200 |
commit | 7a87724d0492388c3c1fe770c494d10115799598 (patch) | |
tree | 5c0a309c10a61579fd465869e1ed837a53c8e9ef /Documentation/admin-guide | |
parent | Documentation: better locations for sysfs-pci, sysfs-tagging (diff) | |
download | linux-7a87724d0492388c3c1fe770c494d10115799598.tar.xz linux-7a87724d0492388c3c1fe770c494d10115799598.zip |
Documentation/admin-guide: tainted-kernels: Fix typo occured
Fix typo.
s/occured/occurred/
Signed-off-by: Naoki Hayama <naoki.hayama@lineo.co.jp>
Link: https://lore.kernel.org/r/20201012082441.5831-1-naoki.hayama@lineo.co.jp
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/admin-guide')
-rw-r--r-- | Documentation/admin-guide/tainted-kernels.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/admin-guide/tainted-kernels.rst b/Documentation/admin-guide/tainted-kernels.rst index abf804719890..f718a2eaf1f6 100644 --- a/Documentation/admin-guide/tainted-kernels.rst +++ b/Documentation/admin-guide/tainted-kernels.rst @@ -130,7 +130,7 @@ More detailed explanation for tainting 5) ``B`` If a page-release function has found a bad page reference or some unexpected page flags. This indicates a hardware problem or a kernel bug; there should be other information in the log indicating why this tainting - occured. + occurred. 6) ``U`` if a user or user application specifically requested that the Tainted flag be set, ``' '`` otherwise. |