Re: [PATCH] drm/radeon: correct indentation

From: Alex Deucher
Date: Wed Nov 10 2021 - 11:36:43 EST


Applied. Thanks!

Alex

On Wed, Nov 10, 2021 at 11:08 AM Xu Wang <vulab@xxxxxxxxxxx> wrote:
>
> Correct indentation in radeon_driver_load_kms.
>
> Signed-off-by: Xu Wang <vulab@xxxxxxxxxxx>
> ---
> drivers/gpu/drm/radeon/radeon_kms.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/gpu/drm/radeon/radeon_kms.c b/drivers/gpu/drm/radeon/radeon_kms.c
> index 482fb0ae6cb5..7afe28408085 100644
> --- a/drivers/gpu/drm/radeon/radeon_kms.c
> +++ b/drivers/gpu/drm/radeon/radeon_kms.c
> @@ -168,7 +168,7 @@ int radeon_driver_load_kms(struct drm_device *dev, unsigned long flags)
> if (!r) {
> acpi_status = radeon_acpi_init(rdev);
> if (acpi_status)
> - dev_dbg(dev->dev, "Error during ACPI methods call\n");
> + dev_dbg(dev->dev, "Error during ACPI methods call\n");
> }
>
> if (radeon_is_px(dev)) {
> --
> 2.25.1
>