1. 18 Jul, 2023 5 commits
  2. 13 Jul, 2023 6 commits
  3. 12 Jul, 2023 28 commits
  4. 10 Jul, 2023 1 commit
    • Srinivasan Shanmugam's avatar
      drm/amdgpu: Fix errors & warnings in gfx_v10_0.c · 6dda3f18
      Srinivasan Shanmugam authored
      Fix the below checkpatch errors & warnings:
      
      ERROR: that open brace { should be on the previous line
      ERROR: space prohibited before that ',' (ctx:WxV)
      ERROR: space required after that ',' (ctx:WxV)
      ERROR: code indent should use tabs where possible
      ERROR: switch and case should be at the same indent
      
      WARNING: please, no spaces at the start of a line
      WARNING: Prefer 'unsigned int' to bare use of 'unsigned'
      WARNING: space prohibited before semicolon
      WARNING: Block comments use a trailing */ on a separate line
      WARNING: Block comments use * on subsequent lines
      WARNING: braces {} are not necessary for any arm of this statement
      WARNING: Missing a blank line after declarations
      
      Cc: Christian König <christian.koenig@amd.com>
      Cc: Alex Deucher <alexander.deucher@amd.com>
      Signed-off-by: default avatarSrinivasan Shanmugam <srinivasan.shanmugam@amd.com>
      Acked-by: default avatarChristian König <christian.koenig@amd.com>
      Signed-off-by: default avatarAlex Deucher <alexander.deucher@amd.com>
      6dda3f18