mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
synced 2026-09-18 23:09:29 +02:00
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
This commit is contained in:
committed by
Thomas Gleixner
parent
5bc55a333a
commit
763d1ebec8
+1
-1
@@ -8,7 +8,7 @@
|
||||
* PAGE_SHIFT determines the page size.
|
||||
*
|
||||
* Note: This definition is required because PAGE_SHIFT is used
|
||||
* in several places throuout the codebase.
|
||||
* in several places throughout the codebase.
|
||||
*/
|
||||
#define PAGE_SHIFT CONFIG_PAGE_SHIFT
|
||||
|
||||
|
||||
Reference in New Issue
Block a user