[PATCH] irqchip: sirf: fix 'line over 80 characters'

Jon Loeliger loeliger at gmail.com
Tue May 6 08:23:16 PDT 2014


> fix "line line over 80 characters" for the below:
> static int __init sirfsoc_irq_init(struct device_node *np, struct device_node *parent)
>
> the users of the codes - key customers really care about that.

And readers of the Linux logs - key developers really care about snark.

jdl

On Tue, May 6, 2014 at 9:58 AM, Barry Song <21cnbao at gmail.com> wrote:
> From: Bin Shi <Bin.Shi at csr.com>
>
> fix "line line over 80 characters" for the below:
> static int __init sirfsoc_irq_init(struct device_node *np, struct device_node *parent)
>
> the users of the codes - key customers really care about that.
>
> Signed-off-by: Bin Shi <Bin.Shi at csr.com>
> Signed-off-by: Barry Song <Baohua.Song at csr.com>
> ---
>  drivers/irqchip/irq-sirfsoc.c |    3 ++-
>  1 files changed, 2 insertions(+), 1 deletions(-)
>
> diff --git a/drivers/irqchip/irq-sirfsoc.c b/drivers/irqchip/irq-sirfsoc.c
> index 581eefe..5e54f6d 100644
> --- a/drivers/irqchip/irq-sirfsoc.c
> +++ b/drivers/irqchip/irq-sirfsoc.c
> @@ -58,7 +58,8 @@ static void __exception_irq_entry sirfsoc_handle_irq(struct pt_regs *regs)
>         handle_IRQ(irqnr, regs);
>  }
>
> -static int __init sirfsoc_irq_init(struct device_node *np, struct device_node *parent)
> +static int __init sirfsoc_irq_init(struct device_node *np,
> +       struct device_node *parent)
>  {
>         void __iomem *base = of_iomap(np, 0);
>         if (!base)
> --
> 1.7.5.4
>
>
> _______________________________________________
> linux-arm-kernel mailing list
> linux-arm-kernel at lists.infradead.org
> http://lists.infradead.org/mailman/listinfo/linux-arm-kernel



More information about the linux-arm-kernel mailing list