From mboxrd@z Thu Jan 1 00:00:00 1970 Content-Type: multipart/mixed; boundary="===============1976911440040262479==" MIME-Version: 1.0 From: kernel test robot To: kbuild-all@lists.01.org Subject: [PATCH] drm/amdgpu: fix semicolon.cocci warnings Date: Sat, 15 May 2021 08:55:59 +0800 Message-ID: <20210515005559.GA17493@577a3938f3b5> In-Reply-To: <202105150854.AaGuwbBQ-lkp@intel.com> List-Id: --===============1976911440040262479== Content-Type: text/plain; charset="utf-8" MIME-Version: 1.0 Content-Transfer-Encoding: quoted-printable From: kernel test robot drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c:1718:2-3: Unneeded semicolon Remove unneeded semicolon. Generated by: scripts/coccinelle/misc/semicolon.cocci Fixes: 6402eeb35009 ("drm/amdgpu: re-apply "use the new cursor in the VM co= de" v2") CC: Christian K=C3=B6nig Reported-by: kernel test robot Signed-off-by: kernel test robot --- tree: https://gitlab.freedesktop.org/agd5f/linux.git drm-next head: 21a31299b1b6cd707f651d7022ce381670c51575 commit: 6402eeb3500942216adbef9c445b208e0214cafd [315/338] drm/amdgpu: re-a= pply "use the new cursor in the VM code" v2 :::::: branch date: 3 hours ago :::::: commit date: 3 hours ago amdgpu_vm.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) --- a/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_vm.c @@ -1715,7 +1715,7 @@ int amdgpu_vm_bo_update_mapping(struct a = amdgpu_res_next(&cursor, num_entries * AMDGPU_GPU_PAGE_SIZE); start =3D tmp; - }; + } = r =3D vm->update_funcs->commit(¶ms, fence); =20 --===============1976911440040262479==--