diff options
author | Wanpeng Li <liwp@linux.vnet.ibm.com> | 2012-06-20 12:53:01 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2012-06-20 14:39:36 -0700 |
commit | dad7557eb705688040aac134efa5418b66d5ed92 (patch) | |
tree | acc3084ba2041578b1095b2edd784ebabb9e38c5 /mm/percpu-vm.c | |
parent | 4fe7efdbdfb1c7e7a7f31decfd831c0f31d37091 (diff) | |
download | linux-dad7557eb705688040aac134efa5418b66d5ed92.tar.gz linux-dad7557eb705688040aac134efa5418b66d5ed92.tar.bz2 linux-dad7557eb705688040aac134efa5418b66d5ed92.zip |
mm: fix kernel-doc warnings
Fix kernel-doc warnings such as
Warning(../mm/page_cgroup.c:432): No description found for parameter 'id'
Warning(../mm/page_cgroup.c:432): Excess function parameter 'mem' description in 'swap_cgroup_record'
Signed-off-by: Wanpeng Li <liwp@linux.vnet.ibm.com>
Cc: Randy Dunlap <randy.dunlap@oracle.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'mm/percpu-vm.c')
-rw-r--r-- | mm/percpu-vm.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/mm/percpu-vm.c b/mm/percpu-vm.c index 405d331804c3..3707c71ae4cd 100644 --- a/mm/percpu-vm.c +++ b/mm/percpu-vm.c @@ -360,7 +360,6 @@ err_free: * @chunk: chunk to depopulate * @off: offset to the area to depopulate * @size: size of the area to depopulate in bytes - * @flush: whether to flush cache and tlb or not * * For each cpu, depopulate and unmap pages [@page_start,@page_end) * from @chunk. If @flush is true, vcache is flushed before unmapping |