Marc Kleine-Budde wrote: > Signed-off-by: Marc Kleine-Budde > --- > drivers/video/Makefile | 7 ++++--- > 1 files changed, 4 insertions(+), 3 deletions(-) > > diff --git a/drivers/video/Makefile b/drivers/video/Makefile > index 1e0d1b9..45ee09e 100644 > --- a/drivers/video/Makefile > +++ b/drivers/video/Makefile > @@ -1,3 +1,4 @@ > -obj-$(CONFIG_VIDEO) += fb.o > -obj-$(CONFIG_DRIVER_VIDEO_IMX) += imx.o > -obj-$(CONFIG_DRIVER_VIDEO_IMX_IPU) += imx-ipu-fb.o > +obj-$(CONFIG_VIDEO) += fb.o > + > +obj-$(CONFIG_DRIVER_VIDEO_IMX) += imx.o > +obj-$(CONFIG_DRIVER_VIDEO_IMX_IPU) += imx-ipu-fb.o As Uwe pointed out indention with tabs isn't good in the long term. As soon as a longer config option occurs the whole indention is broken again. I'll convert the two files into a "just one space" style. cheers, Marc -- Pengutronix e.K. | Marc Kleine-Budde | Industrial Linux Solutions | Phone: +49-231-2826-924 | Vertretung West/Dortmund | Fax: +49-5121-206917-5555 | Amtsgericht Hildesheim, HRA 2686 | http://www.pengutronix.de |