Skip to content

Commit 7b69b54

Browse files
hvilleneuvedooalexandrebelloni
authored andcommitted
rtc: pcf2127: Fix typo in comment
Replace TFS2 with TSF2. Signed-off-by: Hugo Villeneuve <[email protected]> Signed-off-by: Alexandre Belloni <[email protected]> Link: https://lore.kernel.org/r/[email protected]
1 parent 8462904 commit 7b69b54

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/rtc/rtc-pcf2127.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -748,7 +748,7 @@ static int pcf2127_probe(struct device *dev, struct regmap *regmap,
748748

749749
/*
750750
* Enable timestamp function and store timestamp of first trigger
751-
* event until TSF1 and TFS2 interrupt flags are cleared.
751+
* event until TSF1 and TSF2 interrupt flags are cleared.
752752
*/
753753
ret = regmap_update_bits(pcf2127->regmap, PCF2127_REG_TS_CTRL,
754754
PCF2127_BIT_TS_CTRL_TSOFF |

0 commit comments

Comments
 (0)