Эх сурвалжийг харах

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>
Max Gurtovoy 8 жил өмнө
parent
commit
9fa196e7fc

+ 4 - 4
drivers/nvme/host/pci.c

@@ -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);
-       return -ENODEV;
+	pci_release_mem_regions(pdev);
+	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)