diff mbox

irq-gic: remove file name from heading comment

Message ID 201312140224.53928.sergei.shtylyov@cogentembedded.com (mailing list archive)
State New, archived
Headers show

Commit Message

Sergei Shtylyov Dec. 13, 2013, 11:24 p.m. UTC
File names in the heading comments  fell out of favor long ago, and this one
weren't even changed when the driver was moved from arch/arm/common/, so remove
it at last...

Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>

---
The patch is against the 'irq/core' branch of the 'tip.git' repo.

 drivers/irqchip/irq-gic.c |    2 --
 1 file changed, 2 deletions(-)

Comments

Sergei Shtylyov Jan. 14, 2014, 11:49 p.m. UTC | #1
Hello.

On 12/14/2013 02:24 AM, Sergei Shtylyov wrote:

> File names in the heading comments  fell out of favor long ago, and this one
> weren't even changed when the driver was moved from arch/arm/common/, so remove
> it at last...

> Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>

> ---
> The patch is against the 'irq/core' branch of the 'tip.git' repo.

    Thomas, is there a chance that you merge this patch for 3.14? Is it even 
the right branch for cleanups (I'm seeing fixes there)?

WBR, Sergei
Sergei Shtylyov March 5, 2014, 12:10 a.m. UTC | #2
Hello.

On 01/15/2014 02:49 AM, Sergei Shtylyov wrote:

>> File names in the heading comments  fell out of favor long ago, and this one
>> weren't even changed when the driver was moved from arch/arm/common/, so remove
>> it at last...

>> Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>

>> ---
>> The patch is against the 'irq/core' branch of the 'tip.git' repo.

>     Thomas, is there a chance that you merge this patch for 3.14? Is it even
> the right branch for cleanups (I'm seeing fixes there)?

    Thomas, will you ever reply to me? Who's maintaining the GIC driver, you?
Or the patches shoud just go in via arm-soc.git?

WBR, Sergei
Thomas Gleixner March 5, 2014, 12:27 a.m. UTC | #3
On Wed, 5 Mar 2014, Sergei Shtylyov wrote:
> Hello.
> 
> On 01/15/2014 02:49 AM, Sergei Shtylyov wrote:
> 
> > > File names in the heading comments  fell out of favor long ago, and this
> > > one
> > > weren't even changed when the driver was moved from arch/arm/common/, so
> > > remove
> > > it at last...
> 
> > > Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>
> 
> > > ---
> > > The patch is against the 'irq/core' branch of the 'tip.git' repo.
> 
> >     Thomas, is there a chance that you merge this patch for 3.14? Is it even
> > the right branch for cleanups (I'm seeing fixes there)?
> 
>    Thomas, will you ever reply to me? Who's maintaining the GIC driver, you?
> Or the patches shoud just go in via arm-soc.git?

That patch is so important^Wtrivial that it really can go via the
obvious trivial@kernel.org

Sigh....
Sergei Shtylyov March 5, 2014, 7:03 p.m. UTC | #4
Hello.

On 03/05/2014 03:27 AM, Thomas Gleixner wrote:

>>>> File names in the heading comments  fell out of favor long ago, and this
>>>> one
>>>> weren't even changed when the driver was moved from arch/arm/common/, so
>>>> remove
>>>> it at last...

>>>> Signed-off-by: Sergei Shtylyov <sergei.shtylyov@cogentembedded.com>

>>>> ---
>>>> The patch is against the 'irq/core' branch of the 'tip.git' repo.

>>>      Thomas, is there a chance that you merge this patch for 3.14? Is it even
>>> the right branch for cleanups (I'm seeing fixes there)?

>>     Thomas, will you ever reply to me? Who's maintaining the GIC driver, you?
>> Or the patches shoud just go in via arm-soc.git?

> That patch is so important^Wtrivial that it really can go via the
> obvious trivial@kernel.org

    I've never been redirected to trivial. I thought only typo fixes and such 
go there. The question is why it did take so long to tell me to do this...

> Sigh....

    Yes... thanks anyway, I'll try sending to trivial.

WBR, Sergei
diff mbox

Patch

Index: tip/drivers/irqchip/irq-gic.c
===================================================================
--- tip.orig/drivers/irqchip/irq-gic.c
+++ tip/drivers/irqchip/irq-gic.c
@@ -1,6 +1,4 @@ 
 /*
- *  linux/arch/arm/common/gic.c
- *
  *  Copyright (C) 2002 ARM Limited, All Rights Reserved.
  *
  * This program is free software; you can redistribute it and/or modify