]> git.baikalelectronics.ru Git - kernel.git/commit
mm/memblock: add a name for memblock flags enumeration
authorMike Rapoport <rppt@linux.vnet.ibm.com>
Sat, 30 Jun 2018 14:55:01 +0000 (17:55 +0300)
committerJonathan Corbet <corbet@lwn.net>
Thu, 2 Aug 2018 18:17:27 +0000 (12:17 -0600)
commit5cac44754a8f78ddd091674bd575e7e32cb33a7d
tree692ff63348b891ca6eea2052f79f60ed1576b7e6
parent8e1512a34a9bb6d3eede4c113ed3d7a9d9f9a3b2
mm/memblock: add a name for memblock flags enumeration

Since kernel-doc does not like anonymous enums the name is required for
adding documentation. While on it, I've also updated all the function
declarations to use 'enum memblock_flags' instead of unsigned long.

Signed-off-by: Mike Rapoport <rppt@linux.vnet.ibm.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
include/linux/memblock.h
mm/memblock.c
mm/nobootmem.c