]> git.baikalelectronics.ru Git - kernel.git/commit
md/raid5-log: Drop extern decorators for function prototypes
authorLogan Gunthorpe <logang@deltatee.com>
Wed, 8 Jun 2022 16:27:47 +0000 (10:27 -0600)
committerJens Axboe <axboe@kernel.dk>
Tue, 2 Aug 2022 23:14:31 +0000 (17:14 -0600)
commit2b734eaa8e824afc6671e58bdc5dbc37594b99a6
treeaec4dac830d1565ff7b3f9bc40321ed66bb1c7ac
parent24edda681633f5afbb230659555644c923302685
md/raid5-log: Drop extern decorators for function prototypes

extern is not necessary and recommended against when defining prototype
functions in headers. checkpatch.pl complains about these. So remove
them.

Signed-off-by: Logan Gunthorpe <logang@deltatee.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Song Liu <song@kernel.org>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
drivers/md/raid5-log.h