Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]


Groups > linux.kernel > #1357998 > unrolled thread

[PATCH] PCI: cleanup pci/pcie/Kconfig

Started byAndreas Ziegler <andreas.ziegler@fau.de>
First post2016-03-15 12:30 +0100
Last post2016-03-15 14:50 +0100
Articles 2 — 2 participants

Back to article view | Back to linux.kernel


Contents

  [PATCH] PCI: cleanup pci/pcie/Kconfig Andreas Ziegler <andreas.ziegler@fau.de> - 2016-03-15 12:30 +0100
    Re: [PATCH] PCI: cleanup pci/pcie/Kconfig Bjorn Helgaas <helgaas@kernel.org> - 2016-03-15 14:50 +0100

#1357998 — [PATCH] PCI: cleanup pci/pcie/Kconfig

FromAndreas Ziegler <andreas.ziegler@fau.de>
Date2016-03-15 12:30 +0100
Subject[PATCH] PCI: cleanup pci/pcie/Kconfig
Message-ID<rcVkK-1mS-21@gated-at.bofh.it>
This change cleans up style issues in drivers/pci/pcie/Kconfig, in
particular all indentation is now done using tabs, not spaces, and
the definition of PCIEASPM_DEBUG is now separated from the definition
of PCIEASPM with a newline.

Signed-off-by: Andreas Ziegler <andreas.ziegler@fau.de>
---
 drivers/pci/pcie/Kconfig | 7 ++++---
 1 file changed, 4 insertions(+), 3 deletions(-)

diff --git a/drivers/pci/pcie/Kconfig b/drivers/pci/pcie/Kconfig
index e294713..72db7f4 100644
--- a/drivers/pci/pcie/Kconfig
+++ b/drivers/pci/pcie/Kconfig
@@ -44,6 +44,7 @@ config PCIEASPM
 	  /sys/module/pcie_aspm/parameters/policy
 
 	  When in doubt, say Y.
+
 config PCIEASPM_DEBUG
 	bool "Debug PCI Express ASPM"
 	depends on PCIEASPM
@@ -58,20 +59,20 @@ choice
 	depends on PCIEASPM
 
 config PCIEASPM_DEFAULT
-        bool "BIOS default"
+	bool "BIOS default"
 	depends on PCIEASPM
 	help
 	  Use the BIOS defaults for PCI Express ASPM.
 
 config PCIEASPM_POWERSAVE
-        bool "Powersave"
+	bool "Powersave"
 	depends on PCIEASPM
 	help
 	  Enable PCI Express ASPM L0s and L1 where possible, even if the
 	  BIOS did not.
 
 config PCIEASPM_PERFORMANCE
-        bool "Performance"
+	bool "Performance"
 	depends on PCIEASPM
 	help
 	  Disable PCI Express ASPM L0s and L1, even if the BIOS enabled them.
-- 
1.9.1

[toc] | [next] | [standalone]


#1358049

FromBjorn Helgaas <helgaas@kernel.org>
Date2016-03-15 14:50 +0100
Message-ID<rcXwe-2Lj-9@gated-at.bofh.it>
In reply to#1357998
On Tue, Mar 15, 2016 at 12:28:32PM +0100, Andreas Ziegler wrote:
> This change cleans up style issues in drivers/pci/pcie/Kconfig, in
> particular all indentation is now done using tabs, not spaces, and
> the definition of PCIEASPM_DEBUG is now separated from the definition
> of PCIEASPM with a newline.
> 
> Signed-off-by: Andreas Ziegler <andreas.ziegler@fau.de>

Applied to pci/kconfig for v4.6, thanks, Andreas!

> ---
>  drivers/pci/pcie/Kconfig | 7 ++++---
>  1 file changed, 4 insertions(+), 3 deletions(-)
> 
> diff --git a/drivers/pci/pcie/Kconfig b/drivers/pci/pcie/Kconfig
> index e294713..72db7f4 100644
> --- a/drivers/pci/pcie/Kconfig
> +++ b/drivers/pci/pcie/Kconfig
> @@ -44,6 +44,7 @@ config PCIEASPM
>  	  /sys/module/pcie_aspm/parameters/policy
>  
>  	  When in doubt, say Y.
> +
>  config PCIEASPM_DEBUG
>  	bool "Debug PCI Express ASPM"
>  	depends on PCIEASPM
> @@ -58,20 +59,20 @@ choice
>  	depends on PCIEASPM
>  
>  config PCIEASPM_DEFAULT
> -        bool "BIOS default"
> +	bool "BIOS default"
>  	depends on PCIEASPM
>  	help
>  	  Use the BIOS defaults for PCI Express ASPM.
>  
>  config PCIEASPM_POWERSAVE
> -        bool "Powersave"
> +	bool "Powersave"
>  	depends on PCIEASPM
>  	help
>  	  Enable PCI Express ASPM L0s and L1 where possible, even if the
>  	  BIOS did not.
>  
>  config PCIEASPM_PERFORMANCE
> -        bool "Performance"
> +	bool "Performance"
>  	depends on PCIEASPM
>  	help
>  	  Disable PCI Express ASPM L0s and L1, even if the BIOS enabled them.
> -- 
> 1.9.1
> 
> --
> To unsubscribe from this list: send the line "unsubscribe linux-pci" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html

[toc] | [prev] | [standalone]


Back to top | Article view | linux.kernel


csiph-web