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.

Fix typo "allocateed" to allocated

Fix minor typo in the fault-injection documentation,
where the word allocated was misspelled as "allocateed".

Signed-off-by: Gianfranco Trad <gianf.trad@gmail.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Link: https://lore.kernel.org/r/20240819110641.1931-1-gianf.trad@gmail.com

authored by

Gianfranco Trad and committed by
Jonathan Corbet
0a6339ff cbbdb6c6

+1 -1
+1 -1
Documentation/fault-injection/fault-injection.rst
··· 291 291 There are 4 types of errors defined in include/asm-generic/error-injection.h 292 292 293 293 EI_ETYPE_NULL 294 - This function will return `NULL` if it fails. e.g. return an allocateed 294 + This function will return `NULL` if it fails. e.g. return an allocated 295 295 object address. 296 296 297 297 EI_ETYPE_ERRNO