浏览代码

drm/amd/dc: fix semicolon.cocci warnings

drivers/gpu/drm/amd/amdgpu/../display/dc/gpio/gpio_service.c:134:2-3: Unneeded semicolon

 Remove unneeded semicolon.

Generated by: scripts/coccinelle/misc/semicolon.cocci

Fixes: 80be23c57868 ("drm/amd/dc: Add dc display driver (v2)")
CC: Harry Wentland <harry.wentland@amd.com>
Signed-off-by: Fengguang Wu <fengguang.wu@intel.com>
Reviewed-by: Harry Wentland <harry.wentland@amd.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>
kbuild test robot 7 年之前
父节点
当前提交
1a7e4f7407
共有 1 个文件被更改,包括 1 次插入1 次删除
  1. 1 1
      drivers/gpu/drm/amd/display/dc/gpio/gpio_service.c

+ 1 - 1
drivers/gpu/drm/amd/display/dc/gpio/gpio_service.c

@@ -132,7 +132,7 @@ failure_2:
 
 		if (slot)
 			kfree(slot);
-	};
+	}
 
 failure_1:
 	kfree(service);