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

Barry Song 21cnbao at gmail.com
Tue May 6 09:07:52 PDT 2014


2014-05-06 23:23 GMT+08:00 Jon Loeliger <loeliger at gmail.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.
>
> And readers of the Linux logs - key developers really care about snark.
>
> jdl

i have no choice since the key customer consist on that. i don't want
the local codes lose sync with the mainline.

>
> 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

-barry



More information about the linux-arm-kernel mailing list