You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Describe the bug
The comments in the function header for OS_ObjectIdAllocateNew() is outdated/incorrect. I see that this was previously reported in #17 but it appears that since then the function signature and implementation has again changed.
* Inputs: last_alloc_id represents the previously issued ID of this type.
To Reproduce
N/A. Only in the function comments.
Expected behavior
Description of the function should be with the function prototype as described in #17. In this case the removal of the Inputs and Outputs sections of the function header.
Reporter Info
Nathan Ohlson
The text was updated successfully, but these errors were encountered:
Agreed, many of function comments in osapi-idmap.c repeat, extend, or even occasionally contradict what's in os-shared-idmap.h. Should consolidate into os-shared-idmap.h and reference that documentation from osapi-idmap.c.
Describe the bug
The comments in the function header for OS_ObjectIdAllocateNew() is outdated/incorrect. I see that this was previously reported in #17 but it appears that since then the function signature and implementation has again changed.
osal/src/os/shared/src/osapi-idmap.c
Line 1169 in 88f72d7
To Reproduce
N/A. Only in the function comments.
Expected behavior
Description of the function should be with the function prototype as described in #17. In this case the removal of the Inputs and Outputs sections of the function header.
Reporter Info
Nathan Ohlson
The text was updated successfully, but these errors were encountered: