Re: [PATCH v7 3/6] drm/panthor: Delete spurious whitespace from uAPI header
From: Steven Price
Date: Wed Apr 15 2026 - 11:20:17 EST
On 15/04/2026 12:28, Adrián Larumbe wrote:
> 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>
Reviewed-by: Steven Price <steven.price@xxxxxxx>
> ---
> 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;
> -
> };
>
> /**