]> 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)
commitb04326416d190e1f4d54a41e550d42da59def27c
tree77de3bd419098b1da920c1d7d8a05b971108881f
parent21459fe7f9aeecbc8f216555a6a1707118840795
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 5dfa3c020d69 ("mm: remove the prot
argument from vm_map_ram").

Link: http://lkml.kernel.org/r/20200622152850.140871-1-standby24x7@gmail.com
Fixes: 5dfa3c020d69 ("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