From: Jani Nikula <jani.nikula@linux.intel.com>
To: linux-kernel@vger.kernel.org
Cc: David Airlie <airlied@linux.ie>,
dri-devel@lists.freedesktop.org,
Krzysztof Kozlowski <krzk@kernel.org>,
Sean Paul <sean@poorly.run>
Subject: Re: [PATCH] drm: Fix Kconfig indentation
Date: Wed, 20 Nov 2019 16:15:36 +0200 [thread overview]
Message-ID: <874kyyy6pj.fsf@intel.com> (raw)
In-Reply-To: <20191120133640.11659-1-krzk@kernel.org>
On Wed, 20 Nov 2019, Krzysztof Kozlowski <krzk@kernel.org> wrote:
> 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/Kconfig | 30 +++++++++++++++---------------
> 1 file changed, 15 insertions(+), 15 deletions(-)
>
> diff --git a/drivers/gpu/drm/Kconfig b/drivers/gpu/drm/Kconfig
> index 1168351267fd..ad1b6ecd2e08 100644
> --- a/drivers/gpu/drm/Kconfig
> +++ b/drivers/gpu/drm/Kconfig
> @@ -94,18 +94,18 @@ config DRM_KMS_FB_HELPER
> FBDEV helpers for KMS drivers.
>
> config DRM_DEBUG_DP_MST_TOPOLOGY_REFS
> - bool "Enable refcount backtrace history in the DP MST helpers"
> - select STACKDEPOT
> - depends on DRM_KMS_HELPER
> - depends on DEBUG_KERNEL
> - depends on EXPERT
> - help
> - Enables debug tracing for topology refs in DRM's DP MST helpers. A
> - history of each topology reference/dereference will be printed to the
> - kernel log once a port or branch device's topology refcount reaches 0.
> -
> - This has the potential to use a lot of memory and print some very
> - large kernel messages. If in doubt, say "N".
> + bool "Enable refcount backtrace history in the DP MST helpers"
> + select STACKDEPOT
> + depends on DRM_KMS_HELPER
> + depends on DEBUG_KERNEL
> + depends on EXPERT
> + help
> + Enables debug tracing for topology refs in DRM's DP MST helpers. A
> + history of each topology reference/dereference will be printed to the
> + kernel log once a port or branch device's topology refcount reaches 0.
> +
> + This has the potential to use a lot of memory and print some very
> + large kernel messages. If in doubt, say "N".
>
> config DRM_FBDEV_EMULATION
> bool "Enable legacy fbdev support for your modesetting driver"
> @@ -234,8 +234,8 @@ config DRM_RADEON
> tristate "ATI Radeon"
> depends on DRM && PCI && MMU
> select FW_LOADER
> - select DRM_KMS_HELPER
> - select DRM_TTM
> + select DRM_KMS_HELPER
> + select DRM_TTM
> select POWER_SUPPLY
> select HWMON
> select BACKLIGHT_CLASS_DEVICE
> @@ -294,7 +294,7 @@ config DRM_VKMS
> If M is selected the module will be called vkms.
>
> config DRM_ATI_PCIGART
> - bool
> + bool
This hunk is gone in drm-misc.
Other than that,
Reviewed-by: Jani Nikula <jani.nikula@intel.com>
>
> source "drivers/gpu/drm/exynos/Kconfig"
--
Jani Nikula, Intel Open Source Graphics Center
WARNING: multiple messages have this Message-ID (diff)
From: Jani Nikula <jani.nikula@linux.intel.com>
To: Krzysztof Kozlowski <krzk@kernel.org>, linux-kernel@vger.kernel.org
Cc: David Airlie <airlied@linux.ie>, Sean Paul <sean@poorly.run>,
Krzysztof Kozlowski <krzk@kernel.org>,
dri-devel@lists.freedesktop.org
Subject: Re: [PATCH] drm: Fix Kconfig indentation
Date: Wed, 20 Nov 2019 16:15:36 +0200 [thread overview]
Message-ID: <874kyyy6pj.fsf@intel.com> (raw)
Message-ID: <20191120141536.brCbDGNFV2d6zZEg-w4TUSoNUHUrd3rzM9MjFnmWYQc@z> (raw)
In-Reply-To: <20191120133640.11659-1-krzk@kernel.org>
On Wed, 20 Nov 2019, Krzysztof Kozlowski <krzk@kernel.org> wrote:
> 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/Kconfig | 30 +++++++++++++++---------------
> 1 file changed, 15 insertions(+), 15 deletions(-)
>
> diff --git a/drivers/gpu/drm/Kconfig b/drivers/gpu/drm/Kconfig
> index 1168351267fd..ad1b6ecd2e08 100644
> --- a/drivers/gpu/drm/Kconfig
> +++ b/drivers/gpu/drm/Kconfig
> @@ -94,18 +94,18 @@ config DRM_KMS_FB_HELPER
> FBDEV helpers for KMS drivers.
>
> config DRM_DEBUG_DP_MST_TOPOLOGY_REFS
> - bool "Enable refcount backtrace history in the DP MST helpers"
> - select STACKDEPOT
> - depends on DRM_KMS_HELPER
> - depends on DEBUG_KERNEL
> - depends on EXPERT
> - help
> - Enables debug tracing for topology refs in DRM's DP MST helpers. A
> - history of each topology reference/dereference will be printed to the
> - kernel log once a port or branch device's topology refcount reaches 0.
> -
> - This has the potential to use a lot of memory and print some very
> - large kernel messages. If in doubt, say "N".
> + bool "Enable refcount backtrace history in the DP MST helpers"
> + select STACKDEPOT
> + depends on DRM_KMS_HELPER
> + depends on DEBUG_KERNEL
> + depends on EXPERT
> + help
> + Enables debug tracing for topology refs in DRM's DP MST helpers. A
> + history of each topology reference/dereference will be printed to the
> + kernel log once a port or branch device's topology refcount reaches 0.
> +
> + This has the potential to use a lot of memory and print some very
> + large kernel messages. If in doubt, say "N".
>
> config DRM_FBDEV_EMULATION
> bool "Enable legacy fbdev support for your modesetting driver"
> @@ -234,8 +234,8 @@ config DRM_RADEON
> tristate "ATI Radeon"
> depends on DRM && PCI && MMU
> select FW_LOADER
> - select DRM_KMS_HELPER
> - select DRM_TTM
> + select DRM_KMS_HELPER
> + select DRM_TTM
> select POWER_SUPPLY
> select HWMON
> select BACKLIGHT_CLASS_DEVICE
> @@ -294,7 +294,7 @@ config DRM_VKMS
> If M is selected the module will be called vkms.
>
> config DRM_ATI_PCIGART
> - bool
> + bool
This hunk is gone in drm-misc.
Other than that,
Reviewed-by: Jani Nikula <jani.nikula@intel.com>
>
> source "drivers/gpu/drm/exynos/Kconfig"
--
Jani Nikula, Intel Open Source Graphics Center
_______________________________________________
dri-devel mailing list
dri-devel@lists.freedesktop.org
https://lists.freedesktop.org/mailman/listinfo/dri-devel
WARNING: multiple messages have this Message-ID (diff)
From: Jani Nikula <jani.nikula@linux.intel.com>
To: Krzysztof Kozlowski <krzk@kernel.org>, linux-kernel@vger.kernel.org
Cc: David Airlie <airlied@linux.ie>,
dri-devel@lists.freedesktop.org,
Krzysztof Kozlowski <krzk@kernel.org>,
Sean Paul <sean@poorly.run>
Subject: Re: [PATCH] drm: Fix Kconfig indentation
Date: Wed, 20 Nov 2019 16:15:36 +0200 [thread overview]
Message-ID: <874kyyy6pj.fsf@intel.com> (raw)
In-Reply-To: <20191120133640.11659-1-krzk@kernel.org>
On Wed, 20 Nov 2019, Krzysztof Kozlowski <krzk@kernel.org> wrote:
> 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/Kconfig | 30 +++++++++++++++---------------
> 1 file changed, 15 insertions(+), 15 deletions(-)
>
> diff --git a/drivers/gpu/drm/Kconfig b/drivers/gpu/drm/Kconfig
> index 1168351267fd..ad1b6ecd2e08 100644
> --- a/drivers/gpu/drm/Kconfig
> +++ b/drivers/gpu/drm/Kconfig
> @@ -94,18 +94,18 @@ config DRM_KMS_FB_HELPER
> FBDEV helpers for KMS drivers.
>
> config DRM_DEBUG_DP_MST_TOPOLOGY_REFS
> - bool "Enable refcount backtrace history in the DP MST helpers"
> - select STACKDEPOT
> - depends on DRM_KMS_HELPER
> - depends on DEBUG_KERNEL
> - depends on EXPERT
> - help
> - Enables debug tracing for topology refs in DRM's DP MST helpers. A
> - history of each topology reference/dereference will be printed to the
> - kernel log once a port or branch device's topology refcount reaches 0.
> -
> - This has the potential to use a lot of memory and print some very
> - large kernel messages. If in doubt, say "N".
> + bool "Enable refcount backtrace history in the DP MST helpers"
> + select STACKDEPOT
> + depends on DRM_KMS_HELPER
> + depends on DEBUG_KERNEL
> + depends on EXPERT
> + help
> + Enables debug tracing for topology refs in DRM's DP MST helpers. A
> + history of each topology reference/dereference will be printed to the
> + kernel log once a port or branch device's topology refcount reaches 0.
> +
> + This has the potential to use a lot of memory and print some very
> + large kernel messages. If in doubt, say "N".
>
> config DRM_FBDEV_EMULATION
> bool "Enable legacy fbdev support for your modesetting driver"
> @@ -234,8 +234,8 @@ config DRM_RADEON
> tristate "ATI Radeon"
> depends on DRM && PCI && MMU
> select FW_LOADER
> - select DRM_KMS_HELPER
> - select DRM_TTM
> + select DRM_KMS_HELPER
> + select DRM_TTM
> select POWER_SUPPLY
> select HWMON
> select BACKLIGHT_CLASS_DEVICE
> @@ -294,7 +294,7 @@ config DRM_VKMS
> If M is selected the module will be called vkms.
>
> config DRM_ATI_PCIGART
> - bool
> + bool
This hunk is gone in drm-misc.
Other than that,
Reviewed-by: Jani Nikula <jani.nikula@intel.com>
>
> source "drivers/gpu/drm/exynos/Kconfig"
--
Jani Nikula, Intel Open Source Graphics Center
next prev parent reply other threads:[~2019-11-20 14:15 UTC|newest]
Thread overview: 5+ messages / expand[flat|nested] mbox.gz Atom feed top
2019-11-20 13:36 [PATCH] drm: Fix Kconfig indentation Krzysztof Kozlowski
2019-11-20 13:36 ` Krzysztof Kozlowski
2019-11-20 14:15 ` Jani Nikula [this message]
2019-11-20 14:15 ` Jani Nikula
2019-11-20 14:15 ` Jani Nikula
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=874kyyy6pj.fsf@intel.com \
--to=jani.nikula@linux.intel.com \
--cc=airlied@linux.ie \
--cc=dri-devel@lists.freedesktop.org \
--cc=krzk@kernel.org \
--cc=linux-kernel@vger.kernel.org \
--cc=sean@poorly.run \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.