projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
063a7d1
)
include/linux/gfp.h: fix typo
author
Kyle Spiers
<ksspiers@google.com>
Fri, 28 Dec 2018 08:39:49 +0000
(
00:39
-0800)
committer
Linus Torvalds
<torvalds@linux-foundation.org>
Fri, 28 Dec 2018 20:11:52 +0000
(12:11 -0800)
Fix misspelled "satisfied"
Link:
http://lkml.kernel.org/r/20181227232354.64562-1-ksspiers@google.com
Signed-off-by: Kyle Spiers <ksspiers@google.com>
Reviewed-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
include/linux/gfp.h
patch
|
blob
|
history
diff --git
a/include/linux/gfp.h
b/include/linux/gfp.h
index 0705164f928c949720d9a0927f1564119146c3fa..5f5e25fd61491173894ea5255e28f5e154b348f7 100644
(file)
--- a/
include/linux/gfp.h
+++ b/
include/linux/gfp.h
@@
-81,7
+81,7
@@
struct vm_area_struct;
*
* %__GFP_HARDWALL enforces the cpuset memory allocation policy.
*
- * %__GFP_THISNODE forces the allocation to be satis
i
fied from the requested
+ * %__GFP_THISNODE forces the allocation to be satisfied from the requested
* node with no fallbacks or placement policy enforcements.
*
* %__GFP_ACCOUNT causes the allocation to be accounted to kmemcg.