* [PATCH] drm/gpuvm: add missing blank line after declaration
@ 2025-08-31 19:50 Mohammed GUERMOUD
0 siblings, 0 replies; only message in thread
From: Mohammed GUERMOUD @ 2025-08-31 19:50 UTC (permalink / raw)
To: Danilo Krummrich, Matthew Brost, Thomas Hellström,
Alice Ryhl, Maarten Lankhorst, Maxime Ripard, Thomas Zimmermann,
David Airlie, Simona Vetter
Cc: dri-devel, linux-kernel, Mohammed GUERMOUD
The checkpatch.pl script reported a "Missing a blank line after
declarations" warning.
Add the required blank line to adhere to the Linux kernel coding style
and improve readability.
Signed-off-by: Mohammed GUERMOUD <mohammed.guermoud@gmail.com>
---
drivers/gpu/drm/drm_gpuvm.c | 1 +
1 file changed, 1 insertion(+)
diff --git a/drivers/gpu/drm/drm_gpuvm.c b/drivers/gpu/drm/drm_gpuvm.c
index db9b089ef62c..522349cd414d 100644
--- a/drivers/gpu/drm/drm_gpuvm.c
+++ b/drivers/gpu/drm/drm_gpuvm.c
@@ -2485,6 +2485,7 @@ drm_gpuvm_sm_map_exec_lock(struct drm_gpuvm *gpuvm,
{
if (req_obj) {
int ret = drm_exec_prepare_obj(exec, req_obj, num_fences);
+
if (ret)
return ret;
}
--
2.43.0
^ permalink raw reply related [flat|nested] only message in thread
only message in thread, other threads:[~2025-08-31 19:50 UTC | newest]
Thread overview: (only message) (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-08-31 19:50 [PATCH] drm/gpuvm: add missing blank line after declaration Mohammed GUERMOUD
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).