projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
75c10e7
)
nvmet: fix indentation
author
Bart Van Assche
<
[email protected]
>
Thu, 14 Feb 2019 22:50:52 +0000
(14:50 -0800)
committer
Christoph Hellwig
<
[email protected]
>
Wed, 20 Feb 2019 14:17:49 +0000
(07:17 -0700)
This patch avoids that smatch complains about inconsistent indentation.
Fixes: a07b4970f464 ("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]
>
drivers/nvme/target/discovery.c
patch
|
blob
|
history
diff --git
a/drivers/nvme/target/discovery.c
b/drivers/nvme/target/discovery.c
index d2cb71a0b419d6ac1cc920dbab2ba1b576be86e1..a34cf4986a493efaecbb820ae6da6d462ee8a696 100644
(file)
--- a/
drivers/nvme/target/discovery.c
+++ b/
drivers/nvme/target/discovery.c
@@
-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;