Skip to content

Commit

Permalink
drm/amdgpu: Add missing space to DRM_WARN() message
Browse files Browse the repository at this point in the history
s/,please/, please/

Reviewed-by: Alex Deucher <[email protected]>
Signed-off-by: Thorsten Blum <[email protected]>
Signed-off-by: Alex Deucher <[email protected]>
  • Loading branch information
toblux authored and alexdeucher committed Apr 17, 2024
1 parent d9fbd64 commit 12b8b4e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
Original file line number Diff line number Diff line change
Expand Up @@ -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 &&
Expand Down

0 comments on commit 12b8b4e

Please sign in to comment.