aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
diff options
context:
space:
mode:
authorThorsten Blum <[email protected]>2024-04-14 23:38:39 +0000
committerAlex Deucher <[email protected]>2024-04-17 02:39:15 +0000
commit12b8b4e68510a7e761cbbf16038ef4bb11812d13 (patch)
tree87e657c5fbb1027aeea7d5cef1d0b6ec51fd1ee2 /drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
parentRevert "drm/amd/display: Enable cur_rom_en even if cursor degamma is not enab... (diff)
downloadkernel-12b8b4e68510a7e761cbbf16038ef4bb11812d13.tar.gz
kernel-12b8b4e68510a7e761cbbf16038ef4bb11812d13.zip
drm/amdgpu: Add missing space to DRM_WARN() message
s/,please/, please/ Reviewed-by: Alex Deucher <[email protected]> Signed-off-by: Thorsten Blum <[email protected]> Signed-off-by: Alex Deucher <[email protected]>
Diffstat (limited to 'drivers/gpu/drm/amd/amdgpu/amdgpu_device.c')
-rw-r--r--drivers/gpu/drm/amd/amdgpu/amdgpu_device.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
index 170da4551ed5..48a2de92180a 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
@@ -1460,7 +1460,7 @@ int amdgpu_device_resize_fb_bar(struct amdgpu_device *adev)
/* PCI_EXT_CAP_ID_VNDR extended capability is located at 0x100 */
if (!pci_find_ext_capability(adev->pdev, PCI_EXT_CAP_ID_VNDR))
- DRM_WARN("System can't access extended configuration space,please check!!\n");
+ DRM_WARN("System can't access extended configuration space, please check!!\n");
/* skip if the bios has already enabled large BAR */
if (adev->gmc.real_vram_size &&