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]

Reply via email to