瀏覽代碼

mm/oom_kill.c: fix badness() kerneldoc

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>
Qinghuang Feng 16 年之前
父節點
當前提交
fbdd12676c
共有 1 個文件被更改,包括 0 次插入1 次删除
  1. 0 1
      mm/oom_kill.c

+ 0 - 1
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
  * badness - calculate a numeric value for how bad this task has been
  * @p: task struct of which task we should calculate
  * @p: task struct of which task we should calculate
  * @uptime: current uptime in seconds
  * @uptime: current uptime in seconds
- * @mem: target memory controller
  *
  *
  * The formula used is relatively simple and documented inline in the
  * The formula used is relatively simple and documented inline in the
  * function. The main rationale is that we want to select a good task
  * function. The main rationale is that we want to select a good task