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
Is your feature request related to a problem? Please describe.
Excessive logic in OS_FileSys_FindVirtMountPoint return statement. This isn't coding standard compliant and takes a while to sort out when first observed:
The return statement from OS_FileSys_FindVirtMountPoint() was
performing several match operations and was hard to understand.
This breaks up the statement so it is easier to read and adds
some informational comments.
Is your feature request related to a problem? Please describe.
Excessive logic in OS_FileSys_FindVirtMountPoint return statement. This isn't coding standard compliant and takes a while to sort out when first observed:
osal/src/os/shared/src/osapi-filesys.c
Lines 107 to 108 in ead5723
Describe the solution you'd like
Refactor/comment to make more clear.
Describe alternatives you've considered
None
Additional context
None
Requester Info
Jacob Hageman - NASA/GSFC, OSAL code review
The text was updated successfully, but these errors were encountered: