Re: [PATCH v7 3/6] drm/panthor: Delete spurious whitespace from uAPI header
From: Boris Brezillon
Date: Wed Apr 15 2026 - 09:41:38 EST
On Wed, 15 Apr 2026 12:28:47 +0100
Adrián Larumbe <adrian.larumbe@xxxxxxxxxxxxx> 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: Boris Brezillon <boris.brezillon@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;
> -
> };
>
> /**