Skip to content

Commit

Permalink
nvmet: fix indentation
Browse files Browse the repository at this point in the history
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]>
  • Loading branch information
bvanassche authored and Christoph Hellwig committed Feb 20, 2019
1 parent 75c10e7 commit 5bc373f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/nvme/target/discovery.c
Original file line number Diff line number Diff line change
Expand Up @@ -331,7 +331,7 @@ u16 nvmet_parse_discovery_cmd(struct nvmet_req *req)
cmd->get_log_page.lid);
req->error_loc =
offsetof(struct nvme_get_log_page_command, lid);
return NVME_SC_INVALID_OPCODE | NVME_SC_DNR;
return NVME_SC_INVALID_OPCODE | NVME_SC_DNR;
}
case nvme_admin_identify:
req->data_len = NVME_IDENTIFY_DATA_SIZE;
Expand Down

0 comments on commit 5bc373f

Please sign in to comment.