From: Alex Hung Date: Wed, 19 Feb 2020 19:21:33 +0000 (-0700) Subject: Documentation: fix a typo for intel_iommu=nobounce X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=bf347b9da9bbba14b4af845b00d443f24d17d46d;p=linux.git Documentation: fix a typo for intel_iommu=nobounce "untrusted" was mis-spelled as "unstrusted" Signed-off-by: Alex Hung Signed-off-by: Jonathan Corbet --- diff --git a/Documentation/admin-guide/kernel-parameters.txt b/Documentation/admin-guide/kernel-parameters.txt index 47cd55e339a55..56bf9b2a9ddf0 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.