The following diagnostic was triggered. It's not a false positive, but
adding const wouldn't be helpful int his example.
remote: .tmp/man/man2/userfaultfd.2.d/userfaultfd.c:121:17: style: Variable 'addr' can be declared as pointer to const [constVariablePointer]
remote: char *addr; /* Start of region handled by userfaultfd */
remote: ^
Signed-off-by: Alejandro Colomar <alx@kernel.org>
ConfigurationNotChecked
constParameter
constParameterCallback
+constVariablePointer
knownConditionTrueFalse
missingIncludeSystem
nullPointerOutOfMemory