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:
fd96feb
)
mm/oom_kill.c: fix badness() kerneldoc
author
Qinghuang Feng
<
[email protected]
>
Thu, 6 Nov 2008 20:53:34 +0000
(12:53 -0800)
committer
Linus Torvalds
<
[email protected]
>
Thu, 6 Nov 2008 23:41:19 +0000
(15:41 -0800)
Paramter @mem has been removed since v2.6.26, now delete it's comment.
Signed-off-by: Qinghuang Feng <
[email protected]
>
Acked-by: Randy Dunlap <
[email protected]
>
Signed-off-by: Andrew Morton <
[email protected]
>
Signed-off-by: Linus Torvalds <
[email protected]
>
mm/oom_kill.c
patch
|
blob
|
history
diff --git
a/mm/oom_kill.c
b/mm/oom_kill.c
index 2846a58e5de980ddf0716740c8c5c29689610939..a0a01902f551dd45b19385b64435ec6708db249d 100644
(file)
--- a/
mm/oom_kill.c
+++ b/
mm/oom_kill.c
@@
-38,7
+38,6
@@
static DEFINE_SPINLOCK(zone_scan_mutex);
* badness - calculate a numeric value for how bad this task has been
* @p: task struct of which task we should calculate
* @uptime: current uptime in seconds
- * @mem: target memory controller
*
* The formula used is relatively simple and documented inline in the
* function. The main rationale is that we want to select a good task