Re: [PATCH] Fix NR_IRQS printk()

2017-05-09 Thread Vincent Legoll
On Tue, May 9, 2017 at 9:08 AM, Thomas Gleixner wrote: > On Wed, 3 May 2017, Vincent Legoll wrote: > >> Subject : [PATCH] Fix NR_IRQS printk() > > The subject line is missing a subsystem token. Please consult > > Documentation/process/submitting-patches.rst >

Re: [PATCH] Fix NR_IRQS printk()

2017-05-09 Thread Thomas Gleixner
On Wed, 3 May 2017, Vincent Legoll wrote: > Subject : [PATCH] Fix NR_IRQS printk() The subject line is missing a subsystem token. Please consult Documentation/process/submitting-patches.rst and run 'git log path/to/affected.file' to see how a proper subject line sho

[PATCH] Fix NR_IRQS printk()

2017-05-03 Thread Vincent Legoll
- Missing some whitespace - Tell that the third number is "initcnt" (whatever that is) Signed-off-by: Vincent Legoll --- kernel/irq/irqdesc.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/kernel/irq/irqdesc.c b/kernel/irq/irqdesc.c index 00bb0ae..b18526f 100644 --- a/kernel