[firefly] [PATCH] x86/pci: fix checkpatch.pl indentation warnings

Daniel Baluta daniel.baluta at gmail.com
Thu Jul 11 09:19:21 EEST 2013


On Thu, Jul 11, 2013 at 9:14 AM, Valentina Manea
<valentina.manea.m at gmail.com> wrote:
> This patch fixes warnings generated by checkpatch.pl
> regarding indentation.
>
> Signed-off-by: Valentina Manea <valentina.manea.m at gmail.com>
> ---
>  arch/x86/pci/mrst.c |    4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/arch/x86/pci/mrst.c b/arch/x86/pci/mrst.c
> index 6eb18c4..cd0a373 100644
> --- a/arch/x86/pci/mrst.c
> +++ b/arch/x86/pci/mrst.c
> @@ -251,8 +251,8 @@ static void pci_d3delay_fixup(struct pci_dev *dev)
>  {
>         /* PCI fixups are effectively decided compile time. If we have a dual
>            SoC/non-SoC kernel we don't want to mangle d3 on non SoC devices */
> -        if (!pci_soc_mode)
> -            return;
> +       if (!pci_soc_mode)
> +               return;
>         /* true pci devices in lincroft should allow type 1 access, the rest
>          * are langwell fake pci devices.
>          */
> --
> 1.7.10.4

Looks good. Thanks Valentina.


More information about the firefly mailing list