linux-pci.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
From: Bjorn Helgaas <helgaas@kernel.org>
To: Andreas Ziegler <andreas.ziegler@fau.de>
Cc: Bjorn Helgaas <bhelgaas@google.com>,
	linux-pci@vger.kernel.org, linux-kernel@vger.kernel.org
Subject: Re: [PATCH] PCI: cleanup pci/pcie/Kconfig
Date: Tue, 15 Mar 2016 08:48:10 -0500	[thread overview]
Message-ID: <20160315134810.GB19974@localhost> (raw)
In-Reply-To: <1458041312-11317-1-git-send-email-andreas.ziegler@fau.de>

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

      reply	other threads:[~2016-03-15 13:48 UTC|newest]

Thread overview: 2+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2016-03-15 11:28 [PATCH] PCI: cleanup pci/pcie/Kconfig Andreas Ziegler
2016-03-15 13:48 ` Bjorn Helgaas [this message]

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=20160315134810.GB19974@localhost \
    --to=helgaas@kernel.org \
    --cc=andreas.ziegler@fau.de \
    --cc=bhelgaas@google.com \
    --cc=linux-kernel@vger.kernel.org \
    --cc=linux-pci@vger.kernel.org \
    /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 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).