Re: [PATCH] drm/amd: Fix Kconfig indentation

From: Alex Deucher
Date: Mon Nov 25 2019 - 09:08:55 EST


Applied. Thanks!

Alex

On Thu, Nov 21, 2019 at 11:13 AM Deucher, Alexander
<Alexander.Deucher@xxxxxxx> wrote:
>
> Reviewed-by: Alex Deucher <alexander.deucher@xxxxxxx>
> ________________________________
> From: Krzysztof Kozlowski <krzk@xxxxxxxxxx>
> Sent: Thursday, November 21, 2019 8:29 AM
> To: linux-kernel@xxxxxxxxxxxxxxx <linux-kernel@xxxxxxxxxxxxxxx>
> Cc: Krzysztof Kozlowski <krzk@xxxxxxxxxx>; Deucher, Alexander <Alexander.Deucher@xxxxxxx>; Koenig, Christian <Christian.Koenig@xxxxxxx>; Zhou, David(ChunMing) <David1.Zhou@xxxxxxx>; David Airlie <airlied@xxxxxxxx>; Daniel Vetter <daniel@xxxxxxxx>; amd-gfx@xxxxxxxxxxxxxxxxxxxxx <amd-gfx@xxxxxxxxxxxxxxxxxxxxx>; dri-devel@xxxxxxxxxxxxxxxxxxxxx <dri-devel@xxxxxxxxxxxxxxxxxxxxx>
> Subject: [PATCH] drm/amd: Fix Kconfig indentation
>
> Adjust indentation from spaces to tab (+optional two spaces) as in
> coding style with command like:
> $ sed -e 's/^ /\t/' -i */Kconfig
>
> Signed-off-by: Krzysztof Kozlowski <krzk@xxxxxxxxxx>
> ---
> drivers/gpu/drm/amd/acp/Kconfig | 10 +++++-----
> 1 file changed, 5 insertions(+), 5 deletions(-)
>
> diff --git a/drivers/gpu/drm/amd/acp/Kconfig b/drivers/gpu/drm/amd/acp/Kconfig
> index d968c2471412..19bae9100da4 100644
> --- a/drivers/gpu/drm/amd/acp/Kconfig
> +++ b/drivers/gpu/drm/amd/acp/Kconfig
> @@ -2,11 +2,11 @@
> menu "ACP (Audio CoProcessor) Configuration"
>
> config DRM_AMD_ACP
> - bool "Enable AMD Audio CoProcessor IP support"
> - depends on DRM_AMDGPU
> - select MFD_CORE
> - select PM_GENERIC_DOMAINS if PM
> - help
> + bool "Enable AMD Audio CoProcessor IP support"
> + depends on DRM_AMDGPU
> + select MFD_CORE
> + select PM_GENERIC_DOMAINS if PM
> + help
> Choose this option to enable ACP IP support for AMD SOCs.
> This adds the ACP (Audio CoProcessor) IP driver and wires
> it up into the amdgpu driver. The ACP block provides the DMA
> --
> 2.17.1
>
> _______________________________________________
> dri-devel mailing list
> dri-devel@xxxxxxxxxxxxxxxxxxxxx
> https://lists.freedesktop.org/mailman/listinfo/dri-devel