Skip to content

Commit 4d7e150

Browse files
fougestephanosio
authored andcommitted
drivers: i2c: stm32: format
Detected by checkpatch.pl Signed-off-by: Cyril Fougeray <[email protected]>
1 parent 400fa70 commit 4d7e150

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/i2c/i2c_ll_stm32.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -339,7 +339,7 @@ static int i2c_stm32_init(const struct device *dev)
339339
* So that they can enter master mode properly.
340340
* Issue described in ES096 2.14.7
341341
*/
342-
I2C_TypeDef * i2c = cfg->i2c;
342+
I2C_TypeDef *i2c = cfg->i2c;
343343

344344
LL_I2C_EnableReset(i2c);
345345
LL_I2C_DisableReset(i2c);

0 commit comments

Comments
 (0)