From: Troy Mitchell Date: Fri, 26 Dec 2025 08:31:59 +0000 (+0800) Subject: i2c: spacemit: drop useless spaces X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=7b5073f9897f67af58b5bf17232bf60fc42e7ecd;p=thirdparty%2Flinux.git i2c: spacemit: drop useless spaces Previously, the I2C driver had an extra leading space in column 0 of included header lines. This commit removes the redundant whitespace. Signed-off-by: Troy Mitchell Reviewed-by: Alex Elder Signed-off-by: Andi Shyti Link: https://lore.kernel.org/r/20251226-k1-i2c-ilcr-v5-1-b5807b7dd0e6@linux.spacemit.com --- diff --git a/drivers/i2c/busses/i2c-k1.c b/drivers/i2c/busses/i2c-k1.c index 23661c7ddb67..a8310d6efe0c 100644 --- a/drivers/i2c/busses/i2c-k1.c +++ b/drivers/i2c/busses/i2c-k1.c @@ -4,13 +4,13 @@ */ #include - #include - #include - #include - #include - #include - #include - #include +#include +#include +#include +#include +#include +#include +#include /* spacemit i2c registers */ #define SPACEMIT_ICR 0x0 /* Control register */