We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Is your feature request related to a problem? Please describe. General issue to capture typo, copy/paste cleanup from OSAL code review.
Extra space:
osal/src/os/inc/osapi-dir.h
Line 124 in ead5723
Add comment to justify numbers: common pattern to represent 8 obtjects in a byte (single bit)
osal/src/os/inc/osapi-select.h
Line 41 in ead5723
Clarify in comments if OS_TaskDelay is a "busy" wait or scheduled (sleep):
osal/src/os/inc/osapi-task.h
Lines 142 to 154 in ead5723
Document Input parameter as actually in/out:
osal/src/os/portable/os-impl-bsd-select.c
Lines 112 to 123 in ead5723
Make capitalization consistent output -> Output:
Line 123 in ead5723
Clarify comment - Explicitly zero for consistency in operations and to avoid confusion:
Line 182 in ead5723
Clarify comment - Test for existence and is a directory
osal/src/os/portable/os-impl-posix-dirs.c
Lines 85 to 89 in ead5723
Duplicate function comments:
osal/src/os/shared/src/osapi-common.c
Lines 258 to 274 in ead5723
check_mode -> lock_mode:
osal/src/os/shared/src/osapi-idmap.c
Lines 1073 to 1076 in ead5723
Comment cleanup, vsnprintf also does the format, Call vsnprintf to format and determine the actual size of the string to write:
Call vsnprintf to format and determine the actual size of the string to write
osal/src/os/shared/src/osapi-printf.c
Lines 284 to 289 in ead5723
data_size -> max_size:
osal/src/os/shared/src/osapi-queue.c
Line 90 in ead5723
Clarify constants in comments:
osal/src/os/shared/src/osapi-select.c
Line 144 in ead5723
Line 169 in ead5723
Line 197 in ead5723
Justify constant return - Return OK since called from taskSpawn (where it's not easily accessible), error is reported in debug message:
Return OK since called from taskSpawn (where it's not easily accessible), error is reported in debug message
osal/src/os/vxworks/src/os-impl-console.c
Line 122 in ead5723
Clarify - locally scoped statically allocated buffer:
locally scoped statically allocated buffer
osal/src/os/vxworks/src/os-impl-tasks.c
Justify constants (+500/1000) rounds:
osal/src/os/vxworks/src/os-impl-timebase.c
Line 325 in ead5723
Describe the solution you'd like Fix
Describe alternatives you've considered None
Additional context No impacts
Requester Info Jacob Hageman - NASA/GSFC, OSAL code review
The text was updated successfully, but these errors were encountered:
Fix nasa#846, Minor clean up and clarification in comments/naming
8b6f461
f9414bd
b49a7f9
Merge pull request #918 from skliper/fix846-code_review_minor_cleanup
d848f09
Fix #846, Minor clean up and clarification in comments/naming
Fix nasa#846, Deconflict ES return error codes
7adc055
CFE_ES_LIB_ALREADY_LOADED and CFE_ES_ERR_SYS_LOG_TRUNCATED
Merge pull request nasa#872 from skliper/fix846-es-error-code-duplicate
d4a4211
Fix nasa#846, Deconflict CFE_ES_LIB_ALREADY_LOADED and CFE_ES_ERR_SYS_LOG_TRUNCATED
skliper
Successfully merging a pull request may close this issue.
Is your feature request related to a problem? Please describe.
General issue to capture typo, copy/paste cleanup from OSAL code review.
Extra space:
osal/src/os/inc/osapi-dir.h
Line 124 in ead5723
Add comment to justify numbers: common pattern to represent 8 obtjects in a byte (single bit)
osal/src/os/inc/osapi-select.h
Line 41 in ead5723
Clarify in comments if OS_TaskDelay is a "busy" wait or scheduled (sleep):
osal/src/os/inc/osapi-task.h
Lines 142 to 154 in ead5723
Document Input parameter as actually in/out:
osal/src/os/portable/os-impl-bsd-select.c
Lines 112 to 123 in ead5723
Make capitalization consistent output -> Output:
osal/src/os/portable/os-impl-bsd-select.c
Line 123 in ead5723
Clarify comment - Explicitly zero for consistency in operations and to avoid confusion:
osal/src/os/portable/os-impl-bsd-select.c
Line 182 in ead5723
Clarify comment - Test for existence and is a directory
osal/src/os/portable/os-impl-posix-dirs.c
Lines 85 to 89 in ead5723
Duplicate function comments:
osal/src/os/shared/src/osapi-common.c
Lines 258 to 274 in ead5723
check_mode -> lock_mode:
osal/src/os/shared/src/osapi-idmap.c
Lines 1073 to 1076 in ead5723
Comment cleanup, vsnprintf also does the format,
Call vsnprintf to format and determine the actual size of the string to write
:osal/src/os/shared/src/osapi-printf.c
Lines 284 to 289 in ead5723
data_size -> max_size:
osal/src/os/shared/src/osapi-queue.c
Line 90 in ead5723
Clarify constants in comments:
osal/src/os/shared/src/osapi-select.c
Line 144 in ead5723
osal/src/os/shared/src/osapi-select.c
Line 169 in ead5723
osal/src/os/shared/src/osapi-select.c
Line 197 in ead5723
Justify constant return -
Return OK since called from taskSpawn (where it's not easily accessible), error is reported in debug message
:osal/src/os/vxworks/src/os-impl-console.c
Line 122 in ead5723
Clarify -
locally scoped statically allocated buffer
:osal/src/os/vxworks/src/os-impl-tasks.c
Line 169 in ead5723
Justify constants (+500/1000) rounds:
osal/src/os/vxworks/src/os-impl-timebase.c
Line 325 in ead5723
Describe the solution you'd like
Fix
Describe alternatives you've considered
None
Additional context
No impacts
Requester Info
Jacob Hageman - NASA/GSFC, OSAL code review
The text was updated successfully, but these errors were encountered: