aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/nvme
diff options
context:
space:
mode:
authorChaitanya Kulkarni <chaitanya.kulkarni@wdc.com>2021-06-07 12:54:54 -0700
committerChristoph Hellwig <hch@lst.de>2021-06-17 15:51:18 +0200
commitcb1b10e7ac6c1438247ee3c7e4a2f2332a77ba07 (patch)
tree99b520b2d9fe2fcd7c44ec5b1ed2f01fa8374110 /drivers/nvme
parentnvme-pci: fix var. type for increasing cq_head (diff)
downloadlinux-dev-cb1b10e7ac6c1438247ee3c7e4a2f2332a77ba07.tar.xz
linux-dev-cb1b10e7ac6c1438247ee3c7e4a2f2332a77ba07.zip
nvme-pci: remove trailing lines for helpers
Remove the extra white line at the end of the functions. Signed-off-by: Chaitanya Kulkarni <chaitanya.kulkarni@wdc.com> Signed-off-by: Christoph Hellwig <hch@lst.de>
Diffstat (limited to 'drivers/nvme')
-rw-r--r--drivers/nvme/host/pci.c2
1 files changed, 0 insertions, 2 deletions
diff --git a/drivers/nvme/host/pci.c b/drivers/nvme/host/pci.c
index 5a72bdf5ad03..138e7e7453dd 100644
--- a/drivers/nvme/host/pci.c
+++ b/drivers/nvme/host/pci.c
@@ -559,7 +559,6 @@ static void nvme_free_prps(struct nvme_dev *dev, struct request *req)
dma_pool_free(dev->prp_page_pool, prp_list, dma_addr);
dma_addr = next_dma_addr;
}
-
}
static void nvme_free_sgls(struct nvme_dev *dev, struct request *req)
@@ -576,7 +575,6 @@ static void nvme_free_sgls(struct nvme_dev *dev, struct request *req)
dma_pool_free(dev->prp_page_pool, sg_list, dma_addr);
dma_addr = next_dma_addr;
}
-
}
static void nvme_unmap_sg(struct nvme_dev *dev, struct request *req)