mirror of
https://github.com/torvalds/linux.git
synced 2026-07-27 17:47:41 +02:00
docs: fix typos in kernel documentation
reinitalizes => reinitializes unpriviledged => unprivileged sub-struture => sub-structure Signed-off-by: Hyeonjin Kim <fruitworld.planet@gmail.com> Signed-off-by: Jonathan Corbet <corbet@lwn.net> Message-ID: <20260415001204.6428-1-fruitworld.planet@gmail.com>
This commit is contained in:
parent
6df140b2b1
commit
8cfbcf36f9
|
|
@ -154,7 +154,7 @@ bio_free() will automatically free the bip.
|
|||
----------------
|
||||
|
||||
Block devices can set up the integrity information in the integrity
|
||||
sub-struture of the queue_limits structure.
|
||||
sub-structure of the queue_limits structure.
|
||||
|
||||
Layered block devices will need to pick a profile that's appropriate
|
||||
for all subdevices. queue_limits_stack_integrity() can help with that. DM
|
||||
|
|
|
|||
|
|
@ -752,7 +752,7 @@ This is because list_splice() did not reinitialize the list_head it took
|
|||
entries from, leaving its pointer pointing into what is now a different list.
|
||||
|
||||
If we want to avoid this situation, list_splice_init() can be used. It does the
|
||||
same thing as list_splice(), except reinitalizes the donor list_head after the
|
||||
same thing as list_splice(), except reinitializes the donor list_head after the
|
||||
transplant.
|
||||
|
||||
Concurrency considerations
|
||||
|
|
|
|||
|
|
@ -568,7 +568,7 @@ ENOSPC:
|
|||
EPERM/EACCES:
|
||||
Returned for an operation that is valid, but needs more privileges.
|
||||
E.g. root-only or much more common, DRM master-only operations return
|
||||
this when called by unpriviledged clients. There's no clear
|
||||
this when called by unprivileged clients. There's no clear
|
||||
difference between EACCES and EPERM.
|
||||
|
||||
ENODEV:
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user