nvme/pci: Fix whitespace problem
Convert to tabs and remove unneeded whitespaces. Signed-off-by: Max Gurtovoy <maxg@mellanox.com> Signed-off-by: Christoph Hellwig <hch@lst.de>
This commit is contained in:

committed by
Christoph Hellwig

parent
e6282aef7b
commit
9fa196e7fc
@@ -1909,10 +1909,10 @@ static int nvme_dev_map(struct nvme_dev *dev)
|
|||||||
if (!dev->bar)
|
if (!dev->bar)
|
||||||
goto release;
|
goto release;
|
||||||
|
|
||||||
return 0;
|
return 0;
|
||||||
release:
|
release:
|
||||||
pci_release_mem_regions(pdev);
|
pci_release_mem_regions(pdev);
|
||||||
return -ENODEV;
|
return -ENODEV;
|
||||||
}
|
}
|
||||||
|
|
||||||
static int nvme_probe(struct pci_dev *pdev, const struct pci_device_id *id)
|
static int nvme_probe(struct pci_dev *pdev, const struct pci_device_id *id)
|
||||||
|
Reference in New Issue
Block a user