]> www.infradead.org Git - users/jedix/linux-maple.git/commit
drm/msm: Convert comma to semicolon
authorChen Ni <nichen@iscas.ac.cn>
Thu, 10 Apr 2025 02:52:21 +0000 (10:52 +0800)
committerDmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Thu, 1 May 2025 20:39:53 +0000 (23:39 +0300)
commit5db5401c24553d17a087ff5a90789226e4192144
tree5b50a285432c211a013989f1767637b973e18447
parent1fb28a8a984e9189f64f617f364b058605616009
drm/msm: Convert comma to semicolon

Replace comma between expressions with semicolons.

Using a ',' in place of a ';' can have unintended side effects.
Although that is not the case here, it is seems best to use ';'
unless ',' is intended.

Found by inspection.
No functional change intended.
Compile tested only.

Signed-off-by: Chen Ni <nichen@iscas.ac.cn>
Reviewed-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
Patchwork: https://patchwork.freedesktop.org/patch/647875/
Link: https://lore.kernel.org/r/20250410025221.3358387-1-nichen@iscas.ac.cn
Signed-off-by: Dmitry Baryshkov <dmitry.baryshkov@oss.qualcomm.com>
drivers/gpu/drm/msm/msm_ringbuffer.c