OSDN Git Service

nvme-core: remove unnecessary semicolon
authorChaitanya Kulkarni <kch@nvidia.com>
Wed, 19 Jan 2022 07:49:54 +0000 (23:49 -0800)
committerChristoph Hellwig <hch@lst.de>
Mon, 28 Feb 2022 11:45:04 +0000 (13:45 +0200)
commit50ab19d89feaf4ebeca6872b46da4b503eee20c1
tree30bece4d29ec795d9eb1fa9476f35e08768aaebf
parente65b831a1e191caff3fc0d06bc7019cdaf8f868e
nvme-core: remove unnecessary semicolon

It is not a good practice to have a semicolon at the end of the
function definition. Remove it from nvme_pr_type().

Signed-off-by: Chaitanya Kulkarni <kch@nvidia.com>
Reviewed-by: Sagi Grimberg <sagi@grimberg.me>
Signed-off-by: Christoph Hellwig <hch@lst.de>
drivers/nvme/host/core.c