]> git.baikalelectronics.ru Git - kernel.git/commit
mm: memcontrol: fix documentation for compound parameter
authorLi RongQing <roy.qing.li@gmail.com>
Tue, 26 Jul 2016 22:26:56 +0000 (15:26 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Tue, 26 Jul 2016 23:19:19 +0000 (16:19 -0700)
commitb7e7eb6827ee0a5b3825ac0ff908563e2d57ec19
tree35599222200d1cf169bf45f6f70df377b635d08f
parent497d85b50657e8279c677e183bd80ec0682c522b
mm: memcontrol: fix documentation for compound parameter

Commit 80b23a842ec8 ("memcg: adjust to support new THP refcounting")
adds a compound parameter for several functions, and change one as
compound for mem_cgroup_move_account but it does not change the
comments.

Link: http://lkml.kernel.org/r/1465368216-9393-1-git-send-email-roy.qing.li@gmail.com
Signed-off-by: Li RongQing <roy.qing.li@gmail.com>
Acked-by: Michal Hocko <mhocko@suse.com>
Acked-by: Johannes Weiner <hannes@cmpxchg.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/memcontrol.c