Commit 50ab19d8 authored by Chaitanya Kulkarni's avatar Chaitanya Kulkarni Committed by Christoph Hellwig
Browse files

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: default avatarChaitanya Kulkarni <kch@nvidia.com>
Reviewed-by: default avatarSagi Grimberg <sagi@grimberg.me>
Signed-off-by: default avatarChristoph Hellwig <hch@lst.de>
parent e65b831a
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -1979,7 +1979,7 @@ static char nvme_pr_type(enum pr_type type)
	default:
		return 0;
	}
};
}

static int nvme_send_ns_head_pr_command(struct block_device *bdev,
		struct nvme_command *c, u8 data[16])