]> git.ipfire.org Git - thirdparty/kernel/linux.git/commit
bitmap-str: Get rid of 'extern' for function prototypes
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>
Thu, 17 Apr 2025 16:17:15 +0000 (19:17 +0300)
committerYury Norov <yury.norov@gmail.com>
Tue, 29 Apr 2025 19:58:38 +0000 (15:58 -0400)
commit99c712d788c46452289beada638476b68b5a773b
treeb5cdb37022d637afcd72f8946c2c7c99f51032ab
parent243c90e917f5cfc99821e5104d1c8a81c11cda4c
bitmap-str: Get rid of 'extern' for function prototypes

The bitmap-str.h uses mixed style for function prototypes. Drop
the 'extern' as it easier to read and makes style aligned with
a new code in the kernel.

Signed-off-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Signed-off-by: Yury Norov <yury.norov@gmail.com>
include/linux/bitmap-str.h