public inbox for linux-kernel@vger.kernel.org
 help / color / mirror / Atom feed
* [PATCH -next] drm/imagination: Remove unneeded semicolon
@ 2023-11-27  1:04 Yang Li
  2023-11-27 10:45 ` Frank Binns
  2023-11-28 13:00 ` (subset) " Maxime Ripard
  0 siblings, 2 replies; 4+ messages in thread
From: Yang Li @ 2023-11-27  1:04 UTC (permalink / raw)
  To: airlied, daniel, tzimmermann, mripard
  Cc: frank.binns, donald.robson, matt.coster, dri-devel, linux-kernel,
	Yang Li, Abaci Robot

./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>
---
 drivers/gpu/drm/imagination/pvr_free_list.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/imagination/pvr_free_list.c b/drivers/gpu/drm/imagination/pvr_free_list.c
index c61fd417edcb..5e51bc980751 100644
--- a/drivers/gpu/drm/imagination/pvr_free_list.c
+++ b/drivers/gpu/drm/imagination/pvr_free_list.c
@@ -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. */
-- 
2.20.1.7.g153144c


^ permalink raw reply related	[flat|nested] 4+ messages in thread
* [PATCH -next] drm/imagination: Remove unneeded semicolon
@ 2023-12-08  0:30 Yang Li
  0 siblings, 0 replies; 4+ messages in thread
From: Yang Li @ 2023-12-08  0:30 UTC (permalink / raw)
  To: airlied, daniel, tzimmermann, mripard
  Cc: frank.binns, donald.robson, matt.coster, maarten.lankhorst,
	dri-devel, linux-kernel, Yang Li, Abaci Robot

./drivers/gpu/drm/imagination/pvr_fw_trace.c:251:2-3: Unneeded semicolon

Reported-by: Abaci Robot <abaci@linux.alibaba.com>
Closes: https://bugzilla.openanolis.cn/show_bug.cgi?id=7694
Signed-off-by: Yang Li <yang.lee@linux.alibaba.com>
---
 drivers/gpu/drm/imagination/pvr_fw_trace.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/gpu/drm/imagination/pvr_fw_trace.c b/drivers/gpu/drm/imagination/pvr_fw_trace.c
index 7159fc479001..31199e45b72e 100644
--- a/drivers/gpu/drm/imagination/pvr_fw_trace.c
+++ b/drivers/gpu/drm/imagination/pvr_fw_trace.c
@@ -248,7 +248,7 @@ static bool fw_trace_get_next(struct pvr_fw_trace_seq_data *trace_seq_data)
 			continue;
 
 		return true;
-	};
+	}
 
 	/* Hit end of trace data. */
 	return false;
-- 
2.20.1.7.g153144c


^ permalink raw reply related	[flat|nested] 4+ messages in thread

end of thread, other threads:[~2023-12-08  0:30 UTC | newest]

Thread overview: 4+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2023-11-27  1:04 [PATCH -next] drm/imagination: Remove unneeded semicolon Yang Li
2023-11-27 10:45 ` Frank Binns
2023-11-28 13:00 ` (subset) " Maxime Ripard
  -- strict thread matches above, loose matches on Subject: below --
2023-12-08  0:30 Yang Li

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox