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

Code cleanup #596

Closed
wants to merge 10 commits into from
Closed

Code cleanup #596

wants to merge 10 commits into from

Commits on Sep 19, 2018

  1. Configuration menu
    Copy the full SHA
    37150e1 View commit details
    Browse the repository at this point in the history

Commits on Sep 20, 2018

  1. Configuration menu
    Copy the full SHA
    953c680 View commit details
    Browse the repository at this point in the history

Commits on Sep 21, 2018

  1. Configuration menu
    Copy the full SHA
    e988a4a View commit details
    Browse the repository at this point in the history
  2. Update affinity.c

    Cleaned up previous changes to loops for readability
    PierceGriffiths committed Sep 21, 2018
    Configuration menu
    Copy the full SHA
    2de6eb6 View commit details
    Browse the repository at this point in the history
  3. Update mutex.c

    Reverted unnecessary loop changes and added bool casts to previously modified function returns
    PierceGriffiths committed Sep 21, 2018
    Configuration menu
    Copy the full SHA
    758f290 View commit details
    Browse the repository at this point in the history
  4. Update suspend.c

    Reverted unnecessary replacement of for(;;) with while(1)
    PierceGriffiths committed Sep 21, 2018
    Configuration menu
    Copy the full SHA
    11096eb View commit details
    Browse the repository at this point in the history
  5. Update core.c

    Reverted unnecessary changes made to loops
    Consolidated an if ... else into an equivalent return statement
    PierceGriffiths committed Sep 21, 2018
    Configuration menu
    Copy the full SHA
    8d80107 View commit details
    Browse the repository at this point in the history
  6. Configuration menu
    Copy the full SHA
    aee07b9 View commit details
    Browse the repository at this point in the history
  7. Added missing semicolon

    Made adjustments necessary for patch to meet code style requirements
    PierceGriffiths committed Sep 21, 2018
    Configuration menu
    Copy the full SHA
    d10e7f3 View commit details
    Browse the repository at this point in the history
  8. Style conformance

    PierceGriffiths committed Sep 21, 2018
    Configuration menu
    Copy the full SHA
    9aa1f1a View commit details
    Browse the repository at this point in the history