Skip to content

Commit

Permalink
mm/oom_kill.c: fix badness() kerneldoc
Browse files Browse the repository at this point in the history
Paramter @mem has been removed since v2.6.26, now delete it's comment.

Signed-off-by: Qinghuang Feng <qhfeng.kernel@gmail.com>
Acked-by: Randy Dunlap <rdunlap@xenotime.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
  • Loading branch information
Qinghuang Feng authored and Linus Torvalds committed Nov 6, 2008
1 parent fd96feb commit fbdd126
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion mm/oom_kill.c
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit fbdd126

Please sign in to comment.