gpu: drm: vmwgfx: convert comma to semicolon
authorZheng Yongjun <zhengyongjun3@huawei.com>
Fri, 11 Dec 2020 08:57:51 +0000 (16:57 +0800)
committerZack Rusin <zackr@vmware.com>
Thu, 29 Apr 2021 18:54:54 +0000 (14:54 -0400)
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
drivers/gpu/drm/vmwgfx/vmwgfx_execbuf.c

index 7a24196..ab752b1 100644 (file)
@@ -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;