mirror of
https://git.kernel.org/pub/scm/linux/kernel/git/next/linux-next.git
synced 2025-01-10 15:58:47 +00:00
drm/imagination: Remove unneeded semicolon
./drivers/gpu/drm/imagination/pvr_free_list.c:258:2-3: Unneeded semicolon Reported-by: Abaci Robot <abaci@linux.alibaba.com> Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=7635 Signed-off-by: Yang Li <yang.lee@linux.alibaba.com> Reviewed-by: Frank Binns <frank.binns@imgtec.com> Signed-off-by: Maxime Ripard <mripard@kernel.org> Link: https://patchwork.freedesktop.org/patch/msgid/20231127010430.119666-1-yang.lee@linux.alibaba.com
This commit is contained in:
parent
737077b873
commit
3519d77293
@ -255,7 +255,7 @@ pvr_free_list_insert_pages_locked(struct pvr_free_list *free_list,
|
||||
|
||||
if (!num_pages)
|
||||
break;
|
||||
};
|
||||
}
|
||||
/* clang-format on */
|
||||
|
||||
/* Make sure our free_list update is flushed. */
|
||||
|
Loading…
x
Reference in New Issue
Block a user