diff options
author | Alex Hung <alex.hung@canonical.com> | 2020-02-19 22:21:33 +0300 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2020-02-25 13:34:25 +0300 |
commit | bf347b9da9bbba14b4af845b00d443f24d17d46d (patch) | |
tree | a932a04dc05dd9eb38866d72a4ac3b6b7541e375 /Documentation/admin-guide/kernel-parameters.txt | |
parent | 2bd49cb581ed5a5fbd43811b952fe9552b737408 (diff) | |
download | linux-bf347b9da9bbba14b4af845b00d443f24d17d46d.tar.xz |
Documentation: fix a typo for intel_iommu=nobounce
"untrusted" was mis-spelled as "unstrusted"
Signed-off-by: Alex Hung <alex.hung@canonical.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/admin-guide/kernel-parameters.txt')
-rw-r--r-- | Documentation/admin-guide/kernel-parameters.txt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/admin-guide/kernel-parameters.txt b/Documentation/admin-guide/kernel-parameters.txt index 47cd55e339a5..56bf9b2a9ddf 100644 --- a/Documentation/admin-guide/kernel-parameters.txt +++ b/Documentation/admin-guide/kernel-parameters.txt @@ -1775,7 +1775,7 @@ provided by tboot because it makes the system vulnerable to DMA attacks. nobounce [Default off] - Disable bounce buffer for unstrusted devices such as + Disable bounce buffer for untrusted devices such as the Thunderbolt devices. This will treat the untrusted devices as the trusted ones, hence might expose security risks of DMA attacks. |