Re: [PATCH] drivers: Restore alignment and newline in Makefile

2023-01-31 Thread Jacek Lawrynowicz
Applied to drm-misc-next. Thanks. On 24.01.2023 11:41, Geert Uytterhoeven wrote: > The introduction of drivers/accel/ broke alignment, and removed the > newline at the end of the file. Fix all of that. > > Fixes: 35b137630f08d913 ("accel/ivpu: Introduce a new DRM driver for Intel > VPU") > Sign

Re: [PATCH] drivers: Restore alignment and newline in Makefile

2023-01-31 Thread Oded Gabbay
On Tue, Jan 24, 2023 at 12:42 PM Geert Uytterhoeven wrote: > > The introduction of drivers/accel/ broke alignment, and removed the > newline at the end of the file. Fix all of that. > > Fixes: 35b137630f08d913 ("accel/ivpu: Introduce a new DRM driver for Intel > VPU") > Signed-off-by: Geert Uytt

Re: [PATCH] drivers: Restore alignment and newline in Makefile

2023-01-31 Thread Greg Kroah-Hartman
On Tue, Jan 24, 2023 at 11:41:45AM +0100, Geert Uytterhoeven wrote: > The introduction of drivers/accel/ broke alignment, and removed the > newline at the end of the file. Fix all of that. > > Fixes: 35b137630f08d913 ("accel/ivpu: Introduce a new DRM driver for Intel > VPU") > Signed-off-by: Gee