Re: [PATCH v2 05/12] lib: bitmap: remove the 'extern' keyword from function declarations

2021-03-09 Thread Bartosz Golaszewski
On Thu, Mar 4, 2021 at 1:59 PM Andy Shevchenko wrote: > > On Thu, Mar 04, 2021 at 11:24:45AM +0100, Bartosz Golaszewski wrote: > > From: Bartosz Golaszewski > > > > The 'extern' keyword doesn't have any benefits in header files. Remove it. > > Reviewed-by: Andy Shevchenko > A few nitpicks

Re: [PATCH v2 05/12] lib: bitmap: remove the 'extern' keyword from function declarations

2021-03-04 Thread Andy Shevchenko
On Thu, Mar 04, 2021 at 11:24:45AM +0100, Bartosz Golaszewski wrote: > From: Bartosz Golaszewski > > The 'extern' keyword doesn't have any benefits in header files. Remove it. Reviewed-by: Andy Shevchenko A few nitpicks below. > Signed-off-by: Bartosz Golaszewski > --- >

[PATCH v2 05/12] lib: bitmap: remove the 'extern' keyword from function declarations

2021-03-04 Thread Bartosz Golaszewski
From: Bartosz Golaszewski The 'extern' keyword doesn't have any benefits in header files. Remove it. Signed-off-by: Bartosz Golaszewski --- include/linux/bitmap.h | 115 - 1 file changed, 57 insertions(+), 58 deletions(-) diff --git