md: remove unneeded semicolon
authorYang Li <yang.lee@linux.alibaba.com>
Fri, 22 Jul 2022 00:27:55 +0000 (08:27 +0800)
committerJens Axboe <axboe@kernel.dk>
Tue, 2 Aug 2022 23:22:46 +0000 (17:22 -0600)
commitc0250d16b22e6c1cf074720b386280c03eebff87
tree1e7816a7eb7114370839147c014693da7e2236fb
parentd13bc4d84a8e91060d3797fc95c1a0202bfd1499
md: remove unneeded semicolon

Eliminate the following coccicheck warning:
./drivers/md/md.c:8208:2-3: Unneeded semicolon

Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
Reported-by: kernel test robot <lkp@intel.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Song Liu <song@kernel.org>
Signed-off-by: Jens Axboe <axboe@kernel.dk>
drivers/md/md.c