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

Configure Feed

Select the types of activity you want to include in your feed.

drm/msm: remove extraneous semicolon after a statement

There is a statement that has an extraneous semicolon; remove it.

Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Patchwork: https://patchwork.freedesktop.org/patch/664675/
Link: https://lore.kernel.org/r/20250718133404.2047673-1-colin.i.king@gmail.com
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>

authored by

Colin Ian King and committed by
Dmitry Baryshkov
12c3c6c4 fd5c9b3c

+1 -1
+1 -1
drivers/gpu/drm/msm/msm_gpu.c
··· 304 304 sizeof(struct msm_gpu_state_bo), GFP_KERNEL); 305 305 306 306 for (int i = 0; state->bos && i < submit->nr_bos; i++) { 307 - struct drm_gem_object *obj = submit->bos[i].obj;; 307 + struct drm_gem_object *obj = submit->bos[i].obj; 308 308 bool dump = rd_full || (submit->bos[i].flags & MSM_SUBMIT_BO_DUMP); 309 309 310 310 msm_gem_lock(obj);