Incorrect documentation for k_work_*() API #14109
Labels
area: Documentation
area: Kernel
bug
The issue is a bug, or the PR is fixing a bug
priority: low
Low impact/importance bug
The documentation of k_work_*() API mentions that the error code
-EINPROGRESS
is returned when given operation is performed on the work which is pending. Unfortunately such code is never returned.Either documentation or implementation should be corrected.
The text was updated successfully, but these errors were encountered: