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.

vdso: Correct typo in PAGE_SHIFT comment

Signed-off-by: Haiyue Wang <haiyuewa@163.com>
Signed-off-by: Thomas Gleixner <tglx@linutronix.de>
Link: https://lore.kernel.org/all/20241228121518.80812-1-haiyuewa@163.com

authored by

Haiyue Wang and committed by
Thomas Gleixner
763d1ebe 5bc55a33

+1 -1
+1 -1
include/vdso/page.h
··· 8 8 * PAGE_SHIFT determines the page size. 9 9 * 10 10 * Note: This definition is required because PAGE_SHIFT is used 11 - * in several places throuout the codebase. 11 + * in several places throughout the codebase. 12 12 */ 13 13 #define PAGE_SHIFT CONFIG_PAGE_SHIFT 14 14