From: Geert Uytterhoeven Date: Tue, 24 Jan 2023 10:41:45 +0000 (+0100) Subject: drivers: Restore alignment and newline in Makefile X-Git-Tag: v6.4-rc1~31^2~30^2~114 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=532a38292c7213aa6d950e6a1b86659d08b5aa67;p=tomoyo%2Ftomoyo-test1.git drivers: Restore alignment and newline in Makefile The introduction of drivers/accel/ broke alignment, and removed the newline at the end of the file. Fix all of that. Fixes: 35b137630f08 ("accel/ivpu: Introduce a new DRM driver for Intel VPU") Signed-off-by: Geert Uytterhoeven Reviewed-by: Oded Gabbay Acked-by: Greg Kroah-Hartman Signed-off-by: Jacek Lawrynowicz Link: https://patchwork.freedesktop.org/patch/msgid/20230124104145.3962497-1-geert+renesas@glider.be --- diff --git a/drivers/Makefile b/drivers/Makefile index f0972e2226c9..9ea6eb3b5d7b 100644 --- a/drivers/Makefile +++ b/drivers/Makefile @@ -189,4 +189,4 @@ obj-$(CONFIG_COUNTER) += counter/ obj-$(CONFIG_MOST) += most/ obj-$(CONFIG_PECI) += peci/ obj-$(CONFIG_HTE) += hte/ -obj-$(CONFIG_DRM_ACCEL) += accel/ \ No newline at end of file +obj-$(CONFIG_DRM_ACCEL) += accel/