diff options
| author | Henry Elderman <henry.elderman.edu@gmail.com> | 2026-08-07 11:19:58 +0200 |
|---|---|---|
| committer | Andrew Morton <akpm@linux-foundation.org> | 2026-08-24 18:43:09 -0700 |
| commit | 20d4d490bc0ca5fbfa3f99e1e8e7d398b7971ccb (patch) | |
| tree | 676335bbc2a76d31b3c9c571f1d35caac1541c11 /include | |
| parent | 36a9799b2c86fd0f86d54f3eec8ea37ac467be25 (diff) | |
| download | linux-20d4d490bc0ca5fbfa3f99e1e8e7d398b7971ccb.tar.gz linux-20d4d490bc0ca5fbfa3f99e1e8e7d398b7971ccb.zip | |
mm/execmem: fix fallback_end description in kernel-doc
The kernel-doc for struct execmem_range incorrectly describes @fallback_end
as "start". Correct it to "end".
Link: https://lore.kernel.org/20260807091958.4735-1-henry.elderman.edu+linux@gmail.com
Signed-off-by: Henry Elderman <henry.elderman.edu+linux@gmail.com>
Reviewed-by: Mike Rapoport (Microsoft) <rppt@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Diffstat (limited to 'include')
| -rw-r--r-- | include/linux/execmem.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/linux/execmem.h b/include/linux/execmem.h index 7de229134e30..1bd34925d1aa 100644 --- a/include/linux/execmem.h +++ b/include/linux/execmem.h @@ -89,7 +89,7 @@ static inline int execmem_restore_rox(void *ptr, size_t size) { return 0; } * @end: address space end (inclusive) * @fallback_start: start of the secondary address space range for fallback * allocations on architectures that require it - * @fallback_end: start of the secondary address space (inclusive) + * @fallback_end: end of the secondary address space (inclusive) * @pgprot: permissions for memory in this address space * @alignment: alignment required for text allocations * @flags: options for memory allocations for this range |
