tree: git://people.freedesktop.org/~agd5f/linux.git drm-next-4.16-wip head: 08300c1f07a3707b6a1b540f5a99ec4e2a902480 commit: 620f774f4687d86c420152309eefb0ef0fcc7e51 [1/49] drm/amdgpu: separate VMID and PASID handling
coccinelle warnings: (new ones prefixed by >>)
drivers/gpu/drm/amd/amdgpu/amdgpu_ids.c:281:2-3: Unneeded semicolon
Please review and possibly fold the followup patch.
--- 0-DAY kernel test infrastructure Open Source Technology Center https://lists.01.org/pipermail/kbuild-all Intel Corporation
From: Fengguang Wu fengguang.wu@intel.com
drivers/gpu/drm/amd/amdgpu/amdgpu_ids.c:281:2-3: Unneeded semicolon
Remove unneeded semicolon.
Generated by: scripts/coccinelle/misc/semicolon.cocci
Fixes: 620f774f4687 ("drm/amdgpu: separate VMID and PASID handling") CC: Christian König christian.koenig@amd.com Signed-off-by: Fengguang Wu fengguang.wu@intel.com ---
amdgpu_ids.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
--- a/drivers/gpu/drm/amd/amdgpu/amdgpu_ids.c +++ b/drivers/gpu/drm/amd/amdgpu/amdgpu_ids.c @@ -278,7 +278,7 @@ int amdgpu_vmid_grab(struct amdgpu_vm *v else goto no_flush_needed;
- }; + }
/* Still no ID to use? Then use the idle one found earlier */ id = idle;
dri-devel@lists.freedesktop.org