projects
/
GitHub
/
exynos8895
/
android_kernel_samsung_universal8895.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
595cb75
)
vhost-scsi: whitespace tweak
author
Michael S. Tsirkin
<mst@redhat.com>
Tue, 17 Sep 2013 19:54:31 +0000
(22:54 +0300)
committer
Michael S. Tsirkin
<mst@redhat.com>
Tue, 17 Sep 2013 19:56:09 +0000
(22:56 +0300)
Remove space at start of line that sneaked in.
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
drivers/vhost/scsi.c
patch
|
blob
|
blame
|
history
diff --git
a/drivers/vhost/scsi.c
b/drivers/vhost/scsi.c
index 38ccf4ad6b7a89c5ab13f18d79a8ab3856886d3f..592b31698fc8bf7c8033b8eb4f15d98b2b708ad2 100644
(file)
--- a/
drivers/vhost/scsi.c
+++ b/
drivers/vhost/scsi.c
@@
-461,7
+461,7
@@
static void tcm_vhost_release_cmd(struct se_cmd *se_cmd)
u32 i;
for (i = 0; i < tv_cmd->tvc_sgl_count; i++)
put_page(sg_page(&tv_cmd->tvc_sgl[i]));
-
}
+ }
tcm_vhost_put_inflight(tv_cmd->inflight);
percpu_ida_free(&se_sess->sess_tag_pool, se_cmd->map_tag);