Skip to content

Commit 5bc373f

Browse files
bvanasscheChristoph Hellwig
authored andcommitted
nvmet: fix indentation
This patch avoids that smatch complains about inconsistent indentation. Fixes: a07b497 ("nvmet: add a generic NVMe target") # v4.10 Signed-off-by: Bart Van Assche <[email protected]> Reviewed-by: Sagi Grimberg <[email protected]> Reviewed-by: Chaitanya Kulkarni <[email protected]> Signed-off-by: Christoph Hellwig <[email protected]>
1 parent 75c10e7 commit 5bc373f

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/nvme/target/discovery.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -331,7 +331,7 @@ u16 nvmet_parse_discovery_cmd(struct nvmet_req *req)
331331
cmd->get_log_page.lid);
332332
req->error_loc =
333333
offsetof(struct nvme_get_log_page_command, lid);
334-
return NVME_SC_INVALID_OPCODE | NVME_SC_DNR;
334+
return NVME_SC_INVALID_OPCODE | NVME_SC_DNR;
335335
}
336336
case nvme_admin_identify:
337337
req->data_len = NVME_IDENTIFY_DATA_SIZE;

0 commit comments

Comments
 (0)