Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drm/amdgpu: Clean up errors in amdgpu_atomfirmware.h

Fix the following errors reported by checkpatch:

ERROR: "foo* bar" should be "foo *bar"

Signed-off-by: chenxuebing <chenxb_99091@126.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

authored by

chenxuebing and committed by
Alex Deucher
2bb01213 05ec6231

+1 -1
+1 -1
drivers/gpu/drm/amd/amdgpu/amdgpu_atomfirmware.h
··· 36 36 int amdgpu_atomfirmware_get_gfx_info(struct amdgpu_device *adev); 37 37 bool amdgpu_atomfirmware_mem_ecc_supported(struct amdgpu_device *adev); 38 38 bool amdgpu_atomfirmware_sram_ecc_supported(struct amdgpu_device *adev); 39 - bool amdgpu_atomfirmware_ras_rom_addr(struct amdgpu_device *adev, uint8_t* i2c_address); 39 + bool amdgpu_atomfirmware_ras_rom_addr(struct amdgpu_device *adev, uint8_t *i2c_address); 40 40 bool amdgpu_atomfirmware_mem_training_supported(struct amdgpu_device *adev); 41 41 bool amdgpu_atomfirmware_dynamic_boot_config_supported(struct amdgpu_device *adev); 42 42 int amdgpu_atomfirmware_get_fw_reserved_fb_size(struct amdgpu_device *adev);