diff options
author | Matthew Wilcox (Oracle) <willy@infradead.org> | 2021-04-29 22:59:31 -0700 |
---|---|---|
committer | Linus Torvalds <torvalds@linux-foundation.org> | 2021-04-30 11:20:41 -0700 |
commit | da2f5eb3d344503c4d851bdf1ae2379167074413 (patch) | |
tree | e39d5631af1477ab7e213aa55c336d1a4e4e5e35 /Documentation | |
parent | 136dfc9949f84089217f84e6478471dabbf14ba7 (diff) | |
download | linux-da2f5eb3d344503c4d851bdf1ae2379167074413.tar.bz2 |
mm/doc: turn fault flags into an enum
The kernel-doc script complains about
include/linux/mm.h:425: warning: wrong kernel-doc identifier on line:
* Fault flag definitions.
I don't know how to document a series of #defines, so turn these
definitions into an enum and document that instead.
Link: https://lkml.kernel.org/r/20210322195022.2143603-3-willy@infradead.org
Signed-off-by: Matthew Wilcox (Oracle) <willy@infradead.org>
Acked-by: Mike Rapoport <rppt@linux.ibm.com>
Cc: John Hubbard <jhubbard@nvidia.com>
Cc: Jonathan Corbet <corbet@lwn.net>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
Signed-off-by: Linus Torvalds <torvalds@linux-foundation.org>
Diffstat (limited to 'Documentation')
0 files changed, 0 insertions, 0 deletions