]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
i2c: spacemit: drop useless spaces
authorTroy Mitchell <troy.mitchell@linux.spacemit.com>
Fri, 26 Dec 2025 08:31:59 +0000 (16:31 +0800)
committerAndi Shyti <andi.shyti@kernel.org>
Wed, 14 Jan 2026 23:07:27 +0000 (00:07 +0100)
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 <troy.mitchell@linux.spacemit.com>
Reviewed-by: Alex Elder <elder@riscstar.com>
Signed-off-by: Andi Shyti <andi.shyti@kernel.org>
Link: https://lore.kernel.org/r/20251226-k1-i2c-ilcr-v5-1-b5807b7dd0e6@linux.spacemit.com
drivers/i2c/busses/i2c-k1.c

index 23661c7ddb67602678a3be4e32df7905f1274c1b..a8310d6efe0c0a6e1a3215460150a25457c1d91c 100644 (file)
@@ -4,13 +4,13 @@
  */
 
 #include <linux/bitfield.h>
- #include <linux/clk.h>
- #include <linux/i2c.h>
- #include <linux/iopoll.h>
- #include <linux/module.h>
- #include <linux/of_address.h>
- #include <linux/platform_device.h>
- #include <linux/reset.h>
+#include <linux/clk.h>
+#include <linux/i2c.h>
+#include <linux/iopoll.h>
+#include <linux/module.h>
+#include <linux/of_address.h>
+#include <linux/platform_device.h>
+#include <linux/reset.h>
 
 /* spacemit i2c registers */
 #define SPACEMIT_ICR            0x0            /* Control register */