From: Baruch Siach Date: Sun, 17 May 2026 15:41:41 +0000 (+0300) Subject: docs: threat-model: add missing closing parenthesis X-Git-Url: http://git.ipfire.org/gitweb/index.cgi?a=commitdiff_plain;h=89f332c1ef348e260a885085cd7821d6d72db7ec;p=thirdparty%2Flinux.git docs: threat-model: add missing closing parenthesis Fixes: a03ef333fbd6 ("Documentation: security-bugs: explain what is and is not a security bug") Signed-off-by: Baruch Siach Acked-by: Willy Tarreau Signed-off-by: Jonathan Corbet Message-ID: --- diff --git a/Documentation/process/threat-model.rst b/Documentation/process/threat-model.rst index f177b8d3c1caf..9dd8011dde828 100644 --- a/Documentation/process/threat-model.rst +++ b/Documentation/process/threat-model.rst @@ -176,7 +176,7 @@ regular bug: * problems seen only under development simulators, emulators, or combinations that do not exist on real systems at the time of reporting (issues involving tens of millions of threads, tens of thousands of CPUs, - unrealistic CPU frequencies, RAM sizes or disk capacities, network speeds. + unrealistic CPU frequencies, RAM sizes or disk capacities, network speeds). * issues whose reproduction requires hardware modification or emulation, including fake USB devices that pretend to be another one.