From: Chaitanya Kulkarni Date: Thu, 25 Feb 2021 01:56:42 +0000 (-0800) Subject: nvmet: replace white spaces with tabs X-Git-Tag: v5.13-rc1~116^2~65^2~27 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=75b5f9edb5fd23dbed274f946a2b4a19bbaaa234;p=thirdparty%2Fkernel%2Flinux.git 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 Reviewed-by: Sagi Grimberg Signed-off-by: Christoph Hellwig --- diff --git a/drivers/nvme/target/admin-cmd.c b/drivers/nvme/target/admin-cmd.c index 16a3e434f52e0..f4cc32674edd0 100644 --- a/drivers/nvme/target/admin-cmd.c +++ b/drivers/nvme/target/admin-cmd.c @@ -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);