nvme-pci: remove trailing lines for helpers
authorChaitanya Kulkarni <chaitanya.kulkarni@wdc.com>
Mon, 7 Jun 2021 19:54:54 +0000 (12:54 -0700)
committerChristoph Hellwig <hch@lst.de>
Thu, 17 Jun 2021 13:51:18 +0000 (15:51 +0200)
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>
drivers/nvme/host/pci.c

index 5a72bdf5ad0385835f703e3d6d4e4391bc097b20..138e7e7453dd70f3d4e65123ab35f65bc7238de8 100644 (file)
@@ -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)