Re: [PATCH] irq: convert the code format to BIT()

2019-01-16 Thread Thomas Gleixner
On Wed, 16 Jan 2019, Yangtao Li wrote: > Use BIT() to do some clean-up. I don't see what the clean-up is. The existing one is perfectly clean code. Thanks, tglx

Re: [PATCH] irq: convert the code format to BIT()

2019-01-16 Thread Randy Dunlap
On 1/16/19 8:03 AM, Yangtao Li wrote: > Use BIT() to do some clean-up. > > Signed-off-by: Yangtao Li > --- > include/linux/irq.h | 106 ++-- > 1 file changed, 53 insertions(+), 53 deletions(-) > Hi, >From Documentation/process/submit-checklist.rst, Rule

[PATCH] irq: convert the code format to BIT()

2019-01-16 Thread Yangtao Li
Use BIT() to do some clean-up. Signed-off-by: Yangtao Li --- include/linux/irq.h | 106 ++-- 1 file changed, 53 insertions(+), 53 deletions(-) diff --git a/include/linux/irq.h b/include/linux/irq.h index def2b2aac8b1..66c9801ce108 100644 --- a/include/lin