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
@@ -50,7 +50,7 @@
|
|||||||
#define NVME_AQ_DEPTH 256
|
#define NVME_AQ_DEPTH 256
|
||||||
#define SQ_SIZE(depth) (depth * sizeof(struct nvme_command))
|
#define SQ_SIZE(depth) (depth * sizeof(struct nvme_command))
|
||||||
#define CQ_SIZE(depth) (depth * sizeof(struct nvme_completion))
|
#define CQ_SIZE(depth) (depth * sizeof(struct nvme_completion))
|
||||||
|
|
||||||
/*
|
/*
|
||||||
* We handle AEN commands ourselves and don't even let the
|
* We handle AEN commands ourselves and don't even let the
|
||||||
* block layer know about them.
|
* block layer know about them.
|
||||||
@@ -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