diff mbox series

drm/amdgpu: Add missing space to DRM_WARN() message

Message ID 20240414233838.359190-1-thorsten.blum@toblux.com (mailing list archive)
State New, archived
Headers show
Series drm/amdgpu: Add missing space to DRM_WARN() message | expand

Commit Message

Thorsten Blum April 14, 2024, 11:38 p.m. UTC
s/,please/, please/

Signed-off-by: Thorsten Blum <thorsten.blum@toblux.com>
---
 drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

Comments

Alex Deucher April 15, 2024, 1:56 p.m. UTC | #1
On Mon, Apr 15, 2024 at 4:40 AM Thorsten Blum <thorsten.blum@toblux.com> wrote:
>
> s/,please/, please/
>
> Signed-off-by: Thorsten Blum <thorsten.blum@toblux.com>

Reviewed-by: Alex Deucher <alexander.deucher@amd.com>

And applied.  Thanks!

Alex

> ---
>  drivers/gpu/drm/amd/amdgpu/amdgpu_device.c | 2 +-
>  1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
> index 7753a2e64d41..3cba0e196ca8 100644
> --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
> +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
> @@ -1455,7 +1455,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 &&
> --
> 2.39.2
>
diff mbox series

Patch

diff --git a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
index 7753a2e64d41..3cba0e196ca8 100644
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
+++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_device.c
@@ -1455,7 +1455,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 &&