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)
commite1720fee27246dfb84f7c433e35367170a2d4436
tree692ff63348b891ca6eea2052f79f60ed1576b7e6
parent58faef9328f7d66b377cb34a20331c4310cdbd5e
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