projects
/
linux-block.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
5bc55a3
)
vdso: Correct typo in PAGE_SHIFT comment
author
Haiyue Wang
<haiyuewa@163.com>
Sat, 28 Dec 2024 12:15:08 +0000
(20:15 +0800)
committer
Thomas Gleixner
<tglx@linutronix.de>
Wed, 15 Jan 2025 10:07:08 +0000
(11:07 +0100)
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
include/vdso/page.h
patch
|
blob
|
blame
|
history
diff --git
a/include/vdso/page.h
b/include/vdso/page.h
index 710ae2414e68f4a06cb5a7d421b5cd79e323cae9..bc47186c07fc9c97c6a8286256dd7e4b3b923c8f 100644
(file)
--- 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 throu
gh
out the codebase.
*/
#define PAGE_SHIFT CONFIG_PAGE_SHIFT