Skip to content

Commit d218366

Browse files
Andi ShytiAndi Shyti
authored andcommitted
i2c: iproc: Fix indentation of bcm_iproc_i2c_slave_init()
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>
1 parent 9f64de0 commit d218366

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

drivers/i2c/busses/i2c-bcm-iproc.c

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -264,8 +264,8 @@ static inline void iproc_i2c_wr_reg(struct bcm_iproc_i2c_dev *iproc_i2c,
264264
}
265265
}
266266

267-
static void bcm_iproc_i2c_slave_init(
268-
struct bcm_iproc_i2c_dev *iproc_i2c, bool need_reset)
267+
static void bcm_iproc_i2c_slave_init(struct bcm_iproc_i2c_dev *iproc_i2c,
268+
bool need_reset)
269269
{
270270
u32 val;
271271

0 commit comments

Comments
 (0)