Re: [PATCH v2 1/6] leds: flash: Remove extern from the header file

2019-10-03 Thread Jacek Anaszewski
Hi Dan, Thank you for the update. On 10/2/19 2:40 PM, Dan Murphy wrote: > extern is implied and is not needed in the header file. > Remove the extern keyword and re-align the code. > > Signed-off-by: Dan Murphy > --- > include/linux/led-class-flash.h | 22 ++ > 1 file chang

[PATCH v2 1/6] leds: flash: Remove extern from the header file

2019-10-02 Thread Dan Murphy
extern is implied and is not needed in the header file. Remove the extern keyword and re-align the code. Signed-off-by: Dan Murphy --- include/linux/led-class-flash.h | 22 ++ 1 file changed, 10 insertions(+), 12 deletions(-) diff --git a/include/linux/led-class-flash.h b/in