]> www.infradead.org Git - users/dwmw2/linux.git/commitdiff
drm/amdgpu: Add missing space to DRM_WARN() message
authorThorsten Blum <thorsten.blum@toblux.com>
Sun, 14 Apr 2024 23:38:39 +0000 (01:38 +0200)
committerAlex Deucher <alexander.deucher@amd.com>
Wed, 17 Apr 2024 02:39:15 +0000 (22:39 -0400)
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>
drivers/gpu/drm/amd/amdgpu/amdgpu_device.c

index 170da4551ed527700807cca374d76f40004e9698..48a2de92180a792d1ff8823f9be8394f7968eaf9 100644 (file)
@@ -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 &&