]> git.baikalelectronics.ru Git - kernel.git/commit
mm/vmalloc.c: fix a warning while make xmldocs
authorMasanari Iida <standby24x7@gmail.com>
Fri, 26 Jun 2020 03:30:13 +0000 (20:30 -0700)
committerLinus Torvalds <torvalds@linux-foundation.org>
Fri, 26 Jun 2020 07:27:37 +0000 (00:27 -0700)
commitb44b8eabead3f50ecf947b925b0923ac807b941e
tree77de3bd419098b1da920c1d7d8a05b971108881f
parent1d39fefc888bfa6d01f0c3c1ec0f3f468597cbdc
mm/vmalloc.c: fix a warning while make xmldocs

This patch fixes following warning while "make xmldocs"

  mm/vmalloc.c:1877: warning: Excess function parameter 'prot' description in 'vm_map_ram'

This warning started since commit bc629f41cde4 ("mm: remove the prot
argument from vm_map_ram").

Link: http://lkml.kernel.org/r/20200622152850.140871-1-standby24x7@gmail.com
Fixes: bc629f41cde4 ("mm: remove the prot argument from vm_map_ram")
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Reviewed-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
mm/vmalloc.c