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

Scrub for mismatched function prototype/implementation parameter names #1353

Closed
2 tasks done
thnkslprpt opened this issue Jan 22, 2023 · 0 comments · Fixed by #1354
Closed
2 tasks done

Scrub for mismatched function prototype/implementation parameter names #1353

thnkslprpt opened this issue Jan 22, 2023 · 0 comments · Fixed by #1354

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
Noticed a couple of mismatched parameter names between function prototypes and their implementations. A quick scrub of OSAL turned up 13 cases in total.

Expected behavior
While not a risk to behavior, these mismatched parameter names may cause compiler errors in the future on some systems, and can be confusing for maintenance and application programming.

Code snips
Cases identified:
image

Reporter Info
Avi Weiss @thnkslprpt

thnkslprpt added a commit to thnkslprpt/osal that referenced this issue Jan 23, 2023
thnkslprpt added a commit to thnkslprpt/osal that referenced this issue Feb 24, 2023
thnkslprpt added a commit to thnkslprpt/osal that referenced this issue Feb 24, 2023
dzbaker added a commit that referenced this issue Feb 23, 2024
…-parameter-names

Fix #1353, Align mismatched function prototype/implem. parameter names
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants