mirror of
https://github.com/torvalds/linux.git
synced 2026-05-23 22:52:19 +02:00
gpu: drm: vmwgfx: convert comma to semicolon
Replace a comma between expression statements by a semicolon. Signed-off-by: Zheng Yongjun <zhengyongjun3@huawei.com> Signed-off-by: Zack Rusin <zackr@vmware.com> Link: https://patchwork.freedesktop.org/patch/msgid/20201211085751.3089-1-zhengyongjun3@huawei.com
This commit is contained in:
parent
ae57b2190f
commit
ed2684e705
|
|
@ -2513,7 +2513,7 @@ static int vmw_cmd_dx_set_so_targets(struct vmw_private *dev_priv,
|
|||
|
||||
binding.bi.ctx = ctx_node->ctx;
|
||||
binding.bi.res = res;
|
||||
binding.bi.bt = vmw_ctx_binding_so_target,
|
||||
binding.bi.bt = vmw_ctx_binding_so_target;
|
||||
binding.offset = cmd->targets[i].offset;
|
||||
binding.size = cmd->targets[i].sizeInBytes;
|
||||
binding.slot = i;
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user