summaryrefslogtreecommitdiff
path: root/drivers/gpu
diff options
context:
space:
mode:
authorThorsten Blum <thorsten.blum@toblux.com>2024-04-15 02:38:39 +0300
committerAlex Deucher <alexander.deucher@amd.com>2024-04-17 05:39:15 +0300
commit12b8b4e68510a7e761cbbf16038ef4bb11812d13 (patch)
tree87e657c5fbb1027aeea7d5cef1d0b6ec51fd1ee2 /drivers/gpu
parentd9fbd64e8e3176654df6d743fe59d5ee64d4d9e7 (diff)
downloadlinux-12b8b4e68510a7e761cbbf16038ef4bb11812d13.tar.xz
drm/amdgpu: Add missing space to DRM_WARN() message
s/,please/, please/ Reviewed-by: Alex Deucher <alexander.deucher@amd.com> Signed-off-by: Thorsten Blum <thorsten.blum@toblux.com> Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
Diffstat (limited to 'drivers/gpu')
-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 &&