Skip to content

Commit 12b8b4e

Browse files
tobluxalexdeucher
authored andcommitted
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>
1 parent d9fbd64 commit 12b8b4e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

drivers/gpu/drm/amd/amdgpu/amdgpu_device.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1460,7 +1460,7 @@ int amdgpu_device_resize_fb_bar(struct amdgpu_device *adev)
14601460

14611461
/* PCI_EXT_CAP_ID_VNDR extended capability is located at 0x100 */
14621462
if (!pci_find_ext_capability(adev->pdev, PCI_EXT_CAP_ID_VNDR))
1463-
DRM_WARN("System can't access extended configuration space,please check!!\n");
1463+
DRM_WARN("System can't access extended configuration space, please check!!\n");
14641464

14651465
/* skip if the bios has already enabled large BAR */
14661466
if (adev->gmc.real_vram_size &&

0 commit comments

Comments
 (0)