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)
commited0c6a5fbed17baa5e6a004e021e679207a4a033
treeaec4dac830d1565ff7b3f9bc40321ed66bb1c7ac
parentd9544d25e239aadd3ba7f4057574bc70a1dcdf60
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