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

kernel: Fix k_thread_name_get signature #64518

Merged
merged 1 commit into from
Oct 30, 2023
Merged

Conversation

ceolin
Copy link
Member

@ceolin ceolin commented Oct 27, 2023

k_thread_name_get has inconsistent signature. In the function declaration it uses k_tid_t but in the implementation it is using struct k_thread *. Change the implementation to use k_tid_t.

k_thread_name_get has inconsistent signature. In the function
declaration it uses k_tid_t but in the implementation it is using
struct k_thread *. Change the implementation to use k_tid_t.

Signed-off-by: Flavio Ceolin <[email protected]>
@zephyrbot zephyrbot added Trivial Changes that can be reviewed by anyone, i.e. doc changes, minor build system tweaks, etc. area: Kernel labels Oct 27, 2023
@cfriedt cfriedt merged commit 6e02f02 into zephyrproject-rtos:main Oct 30, 2023
27 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area: Kernel Trivial Changes that can be reviewed by anyone, i.e. doc changes, minor build system tweaks, etc.
Projects
None yet
Development

Successfully merging this pull request may close these issues.

6 participants