Skip to content
New issue

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

Misnamed member variable in the OS_BSP_GlobalData_t struct #1415

Open
2 tasks done
thnkslprpt opened this issue Sep 22, 2023 · 0 comments · May be fixed by #1416
Open
2 tasks done

Misnamed member variable in the OS_BSP_GlobalData_t struct #1415

thnkslprpt opened this issue Sep 22, 2023 · 0 comments · May be fixed by #1416

Comments

@thnkslprpt
Copy link
Contributor

Checklist

  • I reviewed the Contributing Guide.
  • I performed a cursory search to see if the bug report is relevant, not redundant, nor in conflict with other tickets.

Describe the bug
The ResoureConfig variable in OS_BSP_GlobalData_t is misspelled (missing a 'c').

Code snips

/*
* Configuration registry - abstract integer flags to select platform-specific options
* for each resource type. Flags are all platform-defined, and not every platform uses this
* feature.
*/
uint32 ResoureConfig[OS_OBJECT_TYPE_USER];
} OS_BSP_GlobalData_t;

Expected behavior
Rename to avoid confusion during future maintenance.

Reporter Info
Avi Weiss @thnkslprpt

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

1 participant