The following commit has been merged into the timers/core branch of tip: Commit-ID: 763d1ebec843b5048761e094281281abbd9a75f0 Gitweb: https://git.kernel.org/tip/763d1ebec843b5048761e094281281abbd9a75f0 Author: Haiyue Wang <haiyuewa@xxxxxxx> AuthorDate: Sat, 28 Dec 2024 20:15:08 +08:00 Committer: Thomas Gleixner <tglx@xxxxxxxxxxxxx> CommitterDate: Wed, 15 Jan 2025 11:07:08 +01:00 vdso: Correct typo in PAGE_SHIFT comment Signed-off-by: Haiyue Wang <haiyuewa@xxxxxxx> Signed-off-by: Thomas Gleixner <tglx@xxxxxxxxxxxxx> Link: https://lore.kernel.org/all/20241228121518.80812-1-haiyuewa@xxxxxxx --- include/vdso/page.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/include/vdso/page.h b/include/vdso/page.h index 710ae24..bc47186 100644 --- a/include/vdso/page.h +++ b/include/vdso/page.h @@ -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