]> git.ipfire.org Git - thirdparty/linux.git/commitdiff
i2c: iproc: Fix indentation of bcm_iproc_i2c_slave_init()
authorAndi Shyti <andi.shyti@kernel.org>
Fri, 18 Apr 2025 21:16:32 +0000 (23:16 +0200)
committerAndi Shyti <andi@smida.it>
Mon, 19 May 2025 20:23:56 +0000 (22:23 +0200)
Adjust the indentation of the bcm_iproc_i2c_slave_init() function
definition to match standard kernel coding style. Don't end the
line with an open parenthesis.

Link: https://lore.kernel.org/r/20250418211635.2666234-8-andi.shyti@kernel.org
Signed-off-by: Andi Shyti <andi.shyti@kernel.org>
drivers/i2c/busses/i2c-bcm-iproc.c

index 2e04ea157e8e5d732a0fadf8bbd75847b779d654..d25b393f456b06a24e12ba21783cc71f36e7fc33 100644 (file)
@@ -264,8 +264,8 @@ static inline void iproc_i2c_wr_reg(struct bcm_iproc_i2c_dev *iproc_i2c,
        }
 }
 
-static void bcm_iproc_i2c_slave_init(
-       struct bcm_iproc_i2c_dev *iproc_i2c, bool need_reset)
+static void bcm_iproc_i2c_slave_init(struct bcm_iproc_i2c_dev *iproc_i2c,
+                                    bool need_reset)
 {
        u32 val;