[PATCH v7 3/6] drm/panthor: Delete spurious whitespace from uAPI header
From: Adrián Larumbe
Date: Wed Apr 15 2026 - 07:33:47 EST
There's no extra blank line after the last member of any other uAPI
structures, so delete it.
Signed-off-by: Adrián Larumbe <adrian.larumbe@xxxxxxxxxxxxx>
---
include/uapi/drm/panthor_drm.h | 1 -
1 file changed, 1 deletion(-)
diff --git a/include/uapi/drm/panthor_drm.h b/include/uapi/drm/panthor_drm.h
index dc2704fc2829..42c901ebdb7a 100644
--- a/include/uapi/drm/panthor_drm.h
+++ b/include/uapi/drm/panthor_drm.h
@@ -677,7 +677,6 @@ struct drm_panthor_vm_bind_op {
* This array shall not be empty for sync-only operations.
*/
struct drm_panthor_obj_array syncs;
-
};
/**
--
2.53.0