]> www.infradead.org Git - users/jedix/linux-maple.git/commitdiff
i2c: core: Remove extra space in Makefile
authorChen-Yu Tsai <wenst@chromium.org>
Tue, 8 Oct 2024 07:34:22 +0000 (15:34 +0800)
committerWolfram Sang <wsa+renesas@sang-engineering.com>
Tue, 8 Oct 2024 09:04:23 +0000 (11:04 +0200)
Some lines in the Makefile have a space before tabs. Remove those.

Reported-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Closes: https://lore.kernel.org/all/ZsdE0PxKnGRjzChl@smile.fi.intel.com/
Signed-off-by: Chen-Yu Tsai <wenst@chromium.org>
Reviewed-by: Andy Shevchenko <andriy.shevchenko@linux.intel.com>
Reviewed-by: Andi Shyti <andi.shyti@kernel.org>
Signed-off-by: Wolfram Sang <wsa+renesas@sang-engineering.com>
drivers/i2c/Makefile

index 3f71ce4711e35caa85fb7c704272cfe784222cc1..f12d6b10a85e94ab7ae4961412de975e7f433aeb 100644 (file)
@@ -5,10 +5,10 @@
 
 obj-$(CONFIG_I2C_BOARDINFO)    += i2c-boardinfo.o
 obj-$(CONFIG_I2C)              += i2c-core.o
-i2c-core-objs                  := i2c-core-base.o i2c-core-smbus.o
+i2c-core-objs                  := i2c-core-base.o i2c-core-smbus.o
 i2c-core-$(CONFIG_ACPI)                += i2c-core-acpi.o
-i2c-core-$(CONFIG_I2C_SLAVE)   += i2c-core-slave.o
-i2c-core-$(CONFIG_OF)          += i2c-core-of.o
+i2c-core-$(CONFIG_I2C_SLAVE)   += i2c-core-slave.o
+i2c-core-$(CONFIG_OF)          += i2c-core-of.o
 
 obj-$(CONFIG_I2C_SMBUS)                += i2c-smbus.o
 obj-$(CONFIG_I2C_CHARDEV)      += i2c-dev.o