[PATCH] remove all blanks in front of goto label

Ming.Li mingli199x at qq.com
Sat Jun 19 00:40:18 PDT 2021


There is a format style mistake. Some blanks in front of goto label.

Signed-off-by: Ming.Li <mingli199x at qq.com>
---
 drivers/nvme/host/pci.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/nvme/host/pci.c b/drivers/nvme/host/pci.c
index a29b170701fc..bf3deda1561e 100644
--- a/drivers/nvme/host/pci.c
+++ b/drivers/nvme/host/pci.c
@@ -2780,7 +2780,7 @@ static int nvme_dev_map(struct nvme_dev *dev)
 		goto release;
 
 	return 0;
-  release:
+release:
 	pci_release_mem_regions(pdev);
 	return -ENODEV;
 }
-- 
2.24.3 (Apple Git-128)




More information about the Linux-nvme mailing list