aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorBiju Das <[email protected]>2023-08-18 15:18:14 +0100
committerMark Brown <[email protected]>2023-08-18 16:21:44 +0100
commit6673fc98953231f5d85f780d3025ea95c7584683 (patch)
treeebf969f34d79d9f5f075504f1a510e232b120018
parent5c1212a67e5838aca49707ef96be71612a72ab43 (diff)
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]>
-rw-r--r--drivers/regulator/raa215300.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/regulator/raa215300.c b/drivers/regulator/raa215300.c
index 0628ed3d0a93..6982565c8aa4 100644
--- a/drivers/regulator/raa215300.c
+++ b/drivers/regulator/raa215300.c
@@ -86,7 +86,7 @@ static int raa215300_i2c_probe(struct i2c_client *client)
val &= RAA215300_REG_BLOCK_EN_RTC_EN;
regmap_write(regmap, RAA215300_REG_BLOCK_EN, val);
- /*Clear the latched registers */
+ /* Clear the latched registers */
regmap_read(regmap, RAA215300_FAULT_LATCHED_STATUS_1, &val);
regmap_write(regmap, RAA215300_FAULT_LATCHED_STATUS_1, val);
regmap_read(regmap, RAA215300_FAULT_LATCHED_STATUS_2, &val);