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:
89ce924
)
mm/oom_kill: fix trivial typo in comment
author
Carlos Llamas
<cmllamas@google.com>
Thu, 23 Jan 2025 19:35:22 +0000
(19:35 +0000)
committer
Andrew Morton
<akpm@linux-foundation.org>
Mon, 17 Mar 2025 05:05:55 +0000
(22:05 -0700)
Update 'give' -> 'given' in the description of oom_reap_task_mm().
Link:
https://lkml.kernel.org/r/20250123193523.1496909-1-cmllamas@google.com
Signed-off-by: Carlos Llamas <cmllamas@google.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
mm/oom_kill.c
patch
|
blob
|
blame
|
history
diff --git
a/mm/oom_kill.c
b/mm/oom_kill.c
index 1cf121ad7085c740b0bc91eaacb48b037f9c1502..25923cfec9c6036c6c08b600dc2776aa2ea6df56 100644
(file)
--- a/
mm/oom_kill.c
+++ b/
mm/oom_kill.c
@@
-563,7
+563,7
@@
static bool __oom_reap_task_mm(struct mm_struct *mm)
}
/*
- * Reaps the address space of the give task.
+ * Reaps the address space of the give
n
task.
*
* Returns true on success and false if none or part of the address space
* has been reclaimed and the caller should retry later.