From: Qinghuang Feng Date: Thu, 6 Nov 2008 20:53:34 +0000 (-0800) Subject: mm/oom_kill.c: fix badness() kerneldoc X-Git-Tag: upstream/snapshot3+hdmi~21640 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=fbdd12676c83df77480f00ebd32fc98fbe3bf836;p=platform%2Fadaptation%2Frenesas_rcar%2Frenesas_kernel.git 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 Acked-by: Randy Dunlap Signed-off-by: Andrew Morton Signed-off-by: Linus Torvalds --- diff --git a/mm/oom_kill.c b/mm/oom_kill.c index 2846a58..a0a0190 100644 --- 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