mbox series

[Outreachy,0/2] sparse warning cleanup

Message ID 20191028092005.31121-1-wambui.karugax@gmail.com (mailing list archive)
Headers show
Series sparse warning cleanup | expand

Message

Wambui Karuga Oct. 28, 2019, 9:20 a.m. UTC
This patchset addresses the sparse warning about the
`amdgpu_exp_hw_support` variable and corrects the mispelling of the
word "_LENTH".

Wambui Karuga (2):
  drm/amd: declare amdgpu_exp_hw_support in amdgpu.h
  drm/amd: correct "_LENTH" mispelling in constant

 drivers/gpu/drm/amd/amdgpu/amdgpu.h        | 5 +++--
 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 4 ++--
 drivers/gpu/drm/amd/amdgpu/amdgpu_drv.c    | 2 +-
 3 files changed, 6 insertions(+), 5 deletions(-)