]> git.kernelconcepts.de Git - karo-tx-linux.git/commitdiff
NVMe: Whitespace fixes
authorKeith Busch <keith.busch@intel.com>
Mon, 23 Jun 2014 22:03:21 +0000 (16:03 -0600)
committerJens Axboe <axboe@fb.com>
Tue, 4 Nov 2014 20:17:08 +0000 (13:17 -0700)
Fixing tabs inadvertently converted to spaces.

Signed-off-by: Keith Busch <keith.busch@intel.com>
Signed-off-by: Matthew Wilcox <matthew.r.wilcox@intel.com>
Signed-off-by: Jens Axboe <axboe@fb.com>
drivers/block/nvme-core.c

index 48a712734b5591e47f9d26af333102afa8da2126..c5f379f08f50ed122143dec03bb3cfc73ac5f09c 100644 (file)
@@ -2892,12 +2892,12 @@ static int nvme_probe(struct pci_dev *pdev, const struct pci_device_id *id)
 
 static void nvme_reset_notify(struct pci_dev *pdev, bool prepare)
 {
-       struct nvme_dev *dev = pci_get_drvdata(pdev);
+       struct nvme_dev *dev = pci_get_drvdata(pdev);
 
-       if (prepare)
-               nvme_dev_shutdown(dev);
-       else
-               nvme_dev_resume(dev);
+       if (prepare)
+               nvme_dev_shutdown(dev);
+       else
+               nvme_dev_resume(dev);
 }
 
 static void nvme_shutdown(struct pci_dev *pdev)