All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] irqchip: sirf: fix 'line over 80 characters'
@ 2014-05-06 14:58 Barry Song
  2014-05-06 15:23 ` Jon Loeliger
  0 siblings, 1 reply; 4+ messages in thread
From: Barry Song @ 2014-05-06 14:58 UTC (permalink / raw)
  To: linux-arm-kernel

From: Bin Shi <Bin.Shi@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@csr.com>
Signed-off-by: Barry Song <Baohua.Song@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

^ permalink raw reply related	[flat|nested] 4+ messages in thread

* [PATCH] irqchip: sirf: fix 'line over 80 characters'
  2014-05-06 14:58 [PATCH] irqchip: sirf: fix 'line over 80 characters' Barry Song
@ 2014-05-06 15:23 ` Jon Loeliger
  2014-05-06 16:07   ` Barry Song
  0 siblings, 1 reply; 4+ messages in thread
From: Jon Loeliger @ 2014-05-06 15:23 UTC (permalink / raw)
  To: linux-arm-kernel

> 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@gmail.com> wrote:
> From: Bin Shi <Bin.Shi@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@csr.com>
> Signed-off-by: Barry Song <Baohua.Song@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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH] irqchip: sirf: fix 'line over 80 characters'
  2014-05-06 15:23 ` Jon Loeliger
@ 2014-05-06 16:07   ` Barry Song
  2014-05-06 16:11     ` Barry Song
  0 siblings, 1 reply; 4+ messages in thread
From: Barry Song @ 2014-05-06 16:07 UTC (permalink / raw)
  To: linux-arm-kernel

2014-05-06 23:23 GMT+08:00 Jon Loeliger <loeliger@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@gmail.com> wrote:
>> From: Bin Shi <Bin.Shi@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@csr.com>
>> Signed-off-by: Barry Song <Baohua.Song@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

^ permalink raw reply	[flat|nested] 4+ messages in thread

* [PATCH] irqchip: sirf: fix 'line over 80 characters'
  2014-05-06 16:07   ` Barry Song
@ 2014-05-06 16:11     ` Barry Song
  0 siblings, 0 replies; 4+ messages in thread
From: Barry Song @ 2014-05-06 16:11 UTC (permalink / raw)
  To: linux-arm-kernel

2014-05-07 0:07 GMT+08:00 Barry Song <21cnbao@gmail.com>:
> 2014-05-06 23:23 GMT+08:00 Jon Loeliger <loeliger@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.
>

the key users insist on that, i failed to convince them. you know, the
user is the most important.

>>
>> On Tue, May 6, 2014 at 9:58 AM, Barry Song <21cnbao@gmail.com> wrote:
>>> From: Bin Shi <Bin.Shi@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@csr.com>
>>> Signed-off-by: Barry Song <Baohua.Song@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

^ permalink raw reply	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2014-05-06 16:11 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2014-05-06 14:58 [PATCH] irqchip: sirf: fix 'line over 80 characters' Barry Song
2014-05-06 15:23 ` Jon Loeliger
2014-05-06 16:07   ` Barry Song
2014-05-06 16:11     ` Barry Song

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.