Skip to content

Commit 3b2af08

Browse files
wensWolfram Sang
authored andcommitted
i2c: core: Remove extra space in Makefile
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>
1 parent 270cc3c commit 3b2af08

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

drivers/i2c/Makefile

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -5,10 +5,10 @@
55

66
obj-$(CONFIG_I2C_BOARDINFO) += i2c-boardinfo.o
77
obj-$(CONFIG_I2C) += i2c-core.o
8-
i2c-core-objs := i2c-core-base.o i2c-core-smbus.o
8+
i2c-core-objs := i2c-core-base.o i2c-core-smbus.o
99
i2c-core-$(CONFIG_ACPI) += i2c-core-acpi.o
10-
i2c-core-$(CONFIG_I2C_SLAVE) += i2c-core-slave.o
11-
i2c-core-$(CONFIG_OF) += i2c-core-of.o
10+
i2c-core-$(CONFIG_I2C_SLAVE) += i2c-core-slave.o
11+
i2c-core-$(CONFIG_OF) += i2c-core-of.o
1212

1313
obj-$(CONFIG_I2C_SMBUS) += i2c-smbus.o
1414
obj-$(CONFIG_I2C_CHARDEV) += i2c-dev.o

0 commit comments

Comments
 (0)