nvme: add new line after variable declatation
authorChaitanya Kulkarni <chaitanya.kulkarni@wdc.com>
Mon, 1 Mar 2021 02:06:11 +0000 (18:06 -0800)
committerChristoph Hellwig <hch@lst.de>
Thu, 18 Mar 2021 05:17:28 +0000 (06:17 +0100)
commitd8b30c182a0653721e2b9e417b615a41e886f23b
tree92bf2323a5f88da0cf1320745dae84bcba484fe7
parent52cd1ae265dfcf2e52f245ee23e991a0bcb890f7
nvme: add new line after variable declatation

Add a new line in functions nvme_pr_preempt(), nvme_pr_clear(), and
nvme_pr_release() after variable declaration which follows the rest of
the code in the nvme/host/core.c.

No functional change(s) in this patch.

Signed-off-by: Chaitanya Kulkarni <chaitanya.kulkarni@wdc.com>
Signed-off-by: Christoph Hellwig <hch@lst.de>
drivers/nvme/host/core.c