Skip to content

Commit 6673fc9

Browse files
bijudasbroonie
authored andcommitted
regulator: raa215300: Add missing blank space
Add the missing space in the comment block. Reported-by: Pavel Machek <[email protected]> Closes: https://lore.kernel.org/all/ZN3%[email protected]/ Signed-off-by: Biju Das <[email protected]> Link: https://lore.kernel.org/r/[email protected] Signed-off-by: Mark Brown <[email protected]>
1 parent 5c1212a commit 6673fc9

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/regulator/raa215300.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -86,7 +86,7 @@ static int raa215300_i2c_probe(struct i2c_client *client)
8686
val &= RAA215300_REG_BLOCK_EN_RTC_EN;
8787
regmap_write(regmap, RAA215300_REG_BLOCK_EN, val);
8888

89-
/*Clear the latched registers */
89+
/* Clear the latched registers */
9090
regmap_read(regmap, RAA215300_FAULT_LATCHED_STATUS_1, &val);
9191
regmap_write(regmap, RAA215300_FAULT_LATCHED_STATUS_1, val);
9292
regmap_read(regmap, RAA215300_FAULT_LATCHED_STATUS_2, &val);

0 commit comments

Comments
 (0)