linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] drm/amd: Fix Kconfig indentation
@ 2019-11-21 13:29 Krzysztof Kozlowski
       [not found] ` <CY4PR12MB1813D2AE8B11E5F190581995F74E0@CY4PR12MB1813.namprd12.prod.outlook.com>
  0 siblings, 1 reply; 2+ messages in thread
From: Krzysztof Kozlowski @ 2019-11-21 13:29 UTC (permalink / raw)
  To: linux-kernel
  Cc: Krzysztof Kozlowski, Alex Deucher, Christian König,
	David (ChunMing) Zhou, David Airlie, Daniel Vetter, amd-gfx,
	dri-devel

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@kernel.org>
---
 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


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] drm/amd: Fix Kconfig indentation
       [not found] ` <CY4PR12MB1813D2AE8B11E5F190581995F74E0@CY4PR12MB1813.namprd12.prod.outlook.com>
@ 2019-11-25 14:08   ` Alex Deucher
  0 siblings, 0 replies; 2+ messages in thread
From: Alex Deucher @ 2019-11-25 14:08 UTC (permalink / raw)
  To: Deucher, Alexander
  Cc: Krzysztof Kozlowski, linux-kernel, David Airlie, dri-devel,
	amd-gfx, Koenig, Christian

Applied.  Thanks!

Alex

On Thu, Nov 21, 2019 at 11:13 AM Deucher, Alexander
<Alexander.Deucher@amd.com> wrote:
>
> Reviewed-by: Alex Deucher <alexander.deucher@amd.com>
> ________________________________
> From: Krzysztof Kozlowski <krzk@kernel.org>
> Sent: Thursday, November 21, 2019 8:29 AM
> To: linux-kernel@vger.kernel.org <linux-kernel@vger.kernel.org>
> Cc: Krzysztof Kozlowski <krzk@kernel.org>; Deucher, Alexander <Alexander.Deucher@amd.com>; Koenig, Christian <Christian.Koenig@amd.com>; Zhou, David(ChunMing) <David1.Zhou@amd.com>; David Airlie <airlied@linux.ie>; Daniel Vetter <daniel@ffwll.ch>; amd-gfx@lists.freedesktop.org <amd-gfx@lists.freedesktop.org>; dri-devel@lists.freedesktop.org <dri-devel@lists.freedesktop.org>
> 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@kernel.org>
> ---
>  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@lists.freedesktop.org
> https://lists.freedesktop.org/mailman/listinfo/dri-devel

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2019-11-25 14:08 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-11-21 13:29 [PATCH] drm/amd: Fix Kconfig indentation Krzysztof Kozlowski
     [not found] ` <CY4PR12MB1813D2AE8B11E5F190581995F74E0@CY4PR12MB1813.namprd12.prod.outlook.com>
2019-11-25 14:08   ` Alex Deucher

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).