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") >

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

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:

[PATCH] drivers: Restore alignment and newline in Makefile

2023-01-24 Thread Geert Uytterhoeven
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 Uytterhoeven --- drivers/Makefile | 2 +- 1 file changed, 1 insertion(+), 1