projects
/
linux.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
8e20d4b
)
mm/damon: add documentation for Enum value
author
Gautam Menghani
<gautammenghani201@gmail.com>
Fri, 13 May 2022 23:48:57 +0000
(16:48 -0700)
committer
Andrew Morton
<akpm@linux-foundation.org>
Fri, 13 May 2022 23:48:57 +0000
(16:48 -0700)
Fix the warning - "Enum value 'NR_DAMON_OPS' not described in enum
'damon_ops_id'" generated by the command "make pdfdocs"
Link:
https://lkml.kernel.org/r/20220508073316.141401-1-gautammenghani201@gmail.com
Signed-off-by: Gautam Menghani <gautammenghani201@gmail.com>
Reviewed-by: SeongJae Park <sj@kernel.org>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
include/linux/damon.h
patch
|
blob
|
history
diff --git
a/include/linux/damon.h
b/include/linux/damon.h
index d1e6ee28a2fffff9c16ff2f6fedef1bcfa043d7e..7c62da31ce4b52717de6936133ae3e52b6c1d771 100644
(file)
--- a/
include/linux/damon.h
+++ b/
include/linux/damon.h
@@
-264,6
+264,7
@@
struct damos {
* @DAMON_OPS_FVADDR: Monitoring operations for only fixed ranges of virtual
* address spaces
* @DAMON_OPS_PADDR: Monitoring operations for the physical address space
+ * @NR_DAMON_OPS: Number of monitoring operations implementations
*/
enum damon_ops_id {
DAMON_OPS_VADDR,