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 <hvilleneuve@dimonoff.com> Signed-off-by: Alexandre Belloni <alexandre.belloni@bootlin.com> Link: https://lore.kernel.org/r/20211207215626.2619819-1-hugo@hugovil.com
1 parent 8462904 commit 7b69b54

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

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)