diff options
author | Hugo Villeneuve <hvilleneuve@dimonoff.com> | 2021-12-08 00:56:25 +0300 |
---|---|---|
committer | Alexandre Belloni <alexandre.belloni@bootlin.com> | 2022-01-05 03:02:00 +0300 |
commit | 7b69b54aaa48979f5e3cebb7225e11cbbdc9f5fb (patch) | |
tree | d769418d759b54ee477957673ec62dfb2ce5c636 /drivers/rtc/rtc-pcf2127.c | |
parent | 8462904204abd8cc7f75947d7005c71e8a77da7b (diff) | |
download | linux-7b69b54aaa48979f5e3cebb7225e11cbbdc9f5fb.tar.xz |
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
Diffstat (limited to 'drivers/rtc/rtc-pcf2127.c')
-rw-r--r-- | drivers/rtc/rtc-pcf2127.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/rtc/rtc-pcf2127.c b/drivers/rtc/rtc-pcf2127.c index 56c58b055dff..81a5b1f2e68c 100644 --- a/drivers/rtc/rtc-pcf2127.c +++ b/drivers/rtc/rtc-pcf2127.c @@ -748,7 +748,7 @@ static int pcf2127_probe(struct device *dev, struct regmap *regmap, /* * Enable timestamp function and store timestamp of first trigger - * event until TSF1 and TFS2 interrupt flags are cleared. + * event until TSF1 and TSF2 interrupt flags are cleared. */ ret = regmap_update_bits(pcf2127->regmap, PCF2127_REG_TS_CTRL, PCF2127_BIT_TS_CTRL_TSOFF | |