Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

Documentation: kernel-hacking: Remove comma

The comma is wrong, remove it.

Signed-off-by: Thorsten Blum <thorsten.blum@linux.dev>
Acked-by: Randy Dunlap <rdunlap@infradead.org>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Message-ID: <20251219171827.44015-2-thorsten.blum@linux.dev>

authored by

Thorsten Blum and committed by
Jonathan Corbet
82e87387 f089d9b2

+1 -1
+1 -1
Documentation/kernel-hacking/hacking.rst
··· 49 49 50 50 User context is when you are coming in from a system call or other trap: 51 51 like userspace, you can be preempted by more important tasks and by 52 - interrupts. You can sleep, by calling :c:func:`schedule()`. 52 + interrupts. You can sleep by calling :c:func:`schedule()`. 53 53 54 54 .. note:: 55 55