diff options
author | 2025-07-15 16:15:29 +1000 | |
---|---|---|
committer | 2025-07-15 13:28:50 -0600 | |
commit | 2abdc8818c2aad2764c1b014283c126ef43b2364 (patch) | |
tree | efdbe01eea89e0aad39d61d4ee11382fbaffa5c4 | |
parent | Merge tag 'chinese-doc-6.16-rc1' of gitolite.kernel.org:pub/scm/linux/kernel/git/alexs/linux into docs-mw (diff) | |
download | wireguard-linux-2abdc8818c2aad2764c1b014283c126ef43b2364.tar.xz wireguard-linux-2abdc8818c2aad2764c1b014283c126ef43b2364.zip |
Documentation: core-api: entry: Fix typo "systcalls" -> "syscalls"
Fix a typo: "systcalls" should be "syscalls".
Cc: Thomas Gleixner <tglx@linutronix.de>
Cc: Nicolas Saenz Julienne <nsaenzju@redhat.com>
Signed-off-by: Andrew Donnellan <ajd@linux.ibm.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Link: https://lore.kernel.org/r/20250715061529.56268-1-ajd@linux.ibm.com
-rw-r--r-- | Documentation/core-api/entry.rst | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Documentation/core-api/entry.rst b/Documentation/core-api/entry.rst index a15f9b1767a2..e406a325341d 100644 --- a/Documentation/core-api/entry.rst +++ b/Documentation/core-api/entry.rst @@ -105,7 +105,7 @@ has to do extra work between the various steps. In such cases it has to ensure that enter_from_user_mode() is called first on entry and exit_to_user_mode() is called last on exit. -Do not nest syscalls. Nested systcalls will cause RCU and/or context tracking +Do not nest syscalls. Nested syscalls will cause RCU and/or context tracking to print a warning. KVM |