linux-doc.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] Documentation: core-api: entry: Fix typo "systcalls" -> "syscalls"
@ 2025-07-15  6:15 Andrew Donnellan
  2025-07-15 19:29 ` Jonathan Corbet
  0 siblings, 1 reply; 2+ messages in thread
From: Andrew Donnellan @ 2025-07-15  6:15 UTC (permalink / raw)
  To: Jonathan Corbet, linux-doc, linux-kernel
  Cc: Thomas Gleixner, Nicolas Saenz Julienne

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>
---
 Documentation/core-api/entry.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

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
-- 
2.50.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] Documentation: core-api: entry: Fix typo "systcalls" -> "syscalls"
  2025-07-15  6:15 [PATCH] Documentation: core-api: entry: Fix typo "systcalls" -> "syscalls" Andrew Donnellan
@ 2025-07-15 19:29 ` Jonathan Corbet
  0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Corbet @ 2025-07-15 19:29 UTC (permalink / raw)
  To: Andrew Donnellan, linux-doc, linux-kernel
  Cc: Thomas Gleixner, Nicolas Saenz Julienne

Andrew Donnellan <ajd@linux.ibm.com> writes:

> 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>
> ---
>  Documentation/core-api/entry.rst | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> 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.

Applied, thanks.

jon

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-07-15 19:29 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-15  6:15 [PATCH] Documentation: core-api: entry: Fix typo "systcalls" -> "syscalls" Andrew Donnellan
2025-07-15 19:29 ` Jonathan Corbet

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).