On Fri, 13 Mar 2026 07:20:23 -0600, Jim Cromie <[email protected]> wrote: > diff --git a/drivers/accel/Makefile b/drivers/accel/Makefile > index 1d3a7251b950..44db786ea223 100644 > --- a/drivers/accel/Makefile > +++ b/drivers/accel/Makefile > @@ -1,8 +1,13 @@ > [ ... skip 9 lines ... ] > obj-$(CONFIG_DRM_ACCEL_HABANALABS) += habanalabs/ > obj-$(CONFIG_DRM_ACCEL_IVPU) += ivpu/ > obj-$(CONFIG_DRM_ACCEL_QAIC) += qaic/ > -obj-$(CONFIG_DRM_ACCEL_ROCKET) += rocket/ > \ No newline at end of file > +obj-$(CONFIG_DRM_ACCEL_ROCKET) += rocket/
This is an unrelated change, if you do a new iteration it could be nice to remove the newline. With or without this change: Reviewed-by: Louis Chauvet <[email protected]> -- Louis Chauvet <[email protected]>
