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

Toss4 cleanup #166

Merged
merged 6 commits into from
Sep 23, 2024
Merged

Toss4 cleanup #166

merged 6 commits into from
Sep 23, 2024

Commits on Sep 12, 2024

  1. Replaces #define around msr_devnode with _Generic

    The type of (((struct class *)0)->devnode) has changed at least
    twice in the mainline kernel.  Coding based on mainline kernel
    versions has repeatedly run into the problem of distros backporting
    features to older kernels.
    
    Solved here using _Generic and multiple function definitions.
    rountree-alt committed Sep 12, 2024
    Configuration menu
    Copy the full SHA
    46937a0 View commit details
    Browse the repository at this point in the history
  2. Configuration menu
    Copy the full SHA
    5531dbf View commit details
    Browse the repository at this point in the history
  3. Configuration menu
    Copy the full SHA
    22352d7 View commit details
    Browse the repository at this point in the history
  4. Configuration menu
    Copy the full SHA
    9755d66 View commit details
    Browse the repository at this point in the history

Commits on Sep 19, 2024

  1. Fixes copyright year and formatting issues.

    Per Stephanie's comments.
    rountree-alt committed Sep 19, 2024
    Configuration menu
    Copy the full SHA
    9b6bc71 View commit details
    Browse the repository at this point in the history

Commits on Sep 23, 2024

  1. minor code formatting

    - add new lines between function definitions
    - use 4 instead of 8 spaces for indents
    slabasan committed Sep 23, 2024
    Configuration menu
    Copy the full SHA
    fcc68be View commit details
    Browse the repository at this point in the history