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

Correct the function type #273

Merged
merged 1 commit into from
Oct 8, 2024
Merged

Correct the function type #273

merged 1 commit into from
Oct 8, 2024

Commits on Oct 8, 2024

  1. Fix function declaration

    The function pointer type of myvariable_store was incompatible with the
    store member of struct kobj_attribute, leading to a compilation error
    when the type conversion (void *) was omitted. This patch corrects the
    function declaration and eliminates the need for type conversion.
    NOVBobLee committed Oct 8, 2024
    Configuration menu
    Copy the full SHA
    93b35f7 View commit details
    Browse the repository at this point in the history