[PATCH] drivers: nvdimm: region_devs.c: Add tabs instead of space

Shubhankar Kuranagatti <[email protected]> Thu, 29 Apr 2021 20:38:21 +0530
Newsgroups org.01.lists.linux-nvdimm,org.kernel.vger.linux-kernel
Message-ID <20210429150821.a23qgknksyqk6ajy@kewl-virtual-machine>
Space has been replaced with a tab as mentioned in Lindent
This is done to maintain code uniformity.

Signed-off-by: Shubhankar Kuranagatti <[email protected]>
---
 drivers/nvdimm/region_devs.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/nvdimm/region_devs.c b/drivers/nvdimm/region_devs.c
index ef23119db574..e8a8fe3fc5a4 100644
--- a/drivers/nvdimm/region_devs.c
+++ b/drivers/nvdimm/region_devs.c
@@ -1089,7 +1089,7 @@ static struct nd_region *nd_region_create(struct nvdimm_bus *nvdimm_bus,
 	if (!nd_region->lane)
 		goto err_percpu;
 
-        for (i = 0; i < nr_cpu_ids; i++) {
+	for (i = 0; i < nr_cpu_ids; i++) {
 		struct nd_percpu_lane *ndl;
 
 		ndl = per_cpu_ptr(nd_region->lane, i);
-- 
2.17.1
_______________________________________________
Linux-nvdimm mailing list -- [email protected]
To unsubscribe send an email to [email protected]