nvmet: replace white spaces with tabs
Instead of the using the whitespaces use tab spacing in the nvmet_execute_identify_ns(). Signed-off-by: Chaitanya Kulkarni <chaitanya.kulkarni@wdc.com> Reviewed-by: Sagi Grimberg <sagi@grimberg.me> Signed-off-by: Christoph Hellwig <hch@lst.de>
This commit is contained in:
parent
7798df6fcf
commit
75b5f9edb5
|
@ -513,7 +513,7 @@ static void nvmet_execute_identify_ns(struct nvmet_req *req)
|
|||
default:
|
||||
id->nuse = id->nsze;
|
||||
break;
|
||||
}
|
||||
}
|
||||
|
||||
if (req->ns->bdev)
|
||||
nvmet_bdev_set_limits(req->ns->bdev, id);
|
||||
|
|
Loading…
Reference in New Issue