1. 15 Jun, 2017 1 commit
    • Anthony Zhou's avatar
      Tegra186: mce: fix MISRA defects · ab712fd8
      Anthony Zhou authored
      
      
      Main fixes:
      
      * Added explicit casts (e.g. 0U) to integers in order for them to be
        compatible with whatever operation they're used in [Rule 10.1]
      * Force operands of an operator to the same type category [Rule 10.4]
      * Added curly braces ({}) around if/while statements in order to
        make them compound [Rule 15.6]
      * Added parentheses [Rule 12.1]
      * Voided non C-library functions whose return types are not used [Rule 17.7]
      
      Change-Id: I91404edec2e2194b1ce2672d2a3fc6a1f5bf41f1
      Signed-off-by: default avatarAnthony Zhou <anzhou@nvidia.com>
      Signed-off-by: default avatarVarun Wadekar <vwadekar@nvidia.com>
      ab712fd8
  2. 14 Jun, 2017 2 commits
  3. 03 May, 2017 1 commit
  4. 01 May, 2017 4 commits
  5. 26 Apr, 2017 1 commit
  6. 21 Apr, 2017 1 commit
  7. 17 Apr, 2017 1 commit
  8. 13 Apr, 2017 4 commits
  9. 07 Apr, 2017 10 commits
  10. 05 Apr, 2017 9 commits
  11. 30 Mar, 2017 6 commits