Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

drm/amd/display: remove unneeded semicolon

Eliminate the following coccicheck warning:
./drivers/gpu/drm/amd/display/dc/dml/dcn20/dcn20_fpu.c:2344:67-68: Unneeded semicolon

Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Reviewed-by: Rodrigo Siqueira <Rodrigo.Siqueira@amd.com>
Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
Signed-off-by: Alex Deucher <alexander.deucher@amd.com>

authored by

Yang Li and committed by
Alex Deucher
53bd83df b2065fb2

+1 -1
+1 -1
drivers/gpu/drm/amd/display/dc/dml/dcn20/dcn20_fpu.c
··· 2341 2341 dout_wb.wb_dst_width = wb_info->dwb_params.dest_width; 2342 2342 dout_wb.wb_dst_height = wb_info->dwb_params.dest_height; 2343 2343 dout_wb.wb_htaps_luma = wb_info->dwb_params.scaler_taps.h_taps; 2344 - dout_wb.wb_vtaps_luma = wb_info->dwb_params.scaler_taps.v_taps;; 2344 + dout_wb.wb_vtaps_luma = wb_info->dwb_params.scaler_taps.v_taps; 2345 2345 dout_wb.wb_htaps_chroma = wb_info->dwb_params.scaler_taps.h_taps_c; 2346 2346 dout_wb.wb_vtaps_chroma = wb_info->dwb_params.scaler_taps.v_taps_c; 2347 2347 dout_wb.wb_hratio = wb_info->dwb_params.cnv_params.crop_en ?