linux-kernel.vger.kernel.org archive mirror
 help / color / mirror / Atom feed
* [PATCH] rtc: pcf2127: Fix typo in comment
@ 2021-12-07 21:56 Hugo Villeneuve
  2022-01-05  0:05 ` Alexandre Belloni
  0 siblings, 1 reply; 2+ messages in thread
From: Hugo Villeneuve @ 2021-12-07 21:56 UTC (permalink / raw)
  To: Alessandro Zummo, Alexandre Belloni
  Cc: Hugo Villeneuve, linux-rtc, linux-kernel

From: Hugo Villeneuve <hvilleneuve@dimonoff.com>

Replace TFS2 with TSF2.

Signed-off-by: Hugo Villeneuve <hvilleneuve@dimonoff.com>
---
 drivers/rtc/rtc-pcf2127.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/drivers/rtc/rtc-pcf2127.c b/drivers/rtc/rtc-pcf2127.c
index f0a6861ff3ae..d01671676a00 100644
--- a/drivers/rtc/rtc-pcf2127.c
+++ b/drivers/rtc/rtc-pcf2127.c
@@ -650,7 +650,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 |
-- 
2.30.2


^ permalink raw reply related	[flat|nested] 2+ messages in thread

* Re: [PATCH] rtc: pcf2127: Fix typo in comment
  2021-12-07 21:56 [PATCH] rtc: pcf2127: Fix typo in comment Hugo Villeneuve
@ 2022-01-05  0:05 ` Alexandre Belloni
  0 siblings, 0 replies; 2+ messages in thread
From: Alexandre Belloni @ 2022-01-05  0:05 UTC (permalink / raw)
  To: Hugo Villeneuve, Alessandro Zummo
  Cc: Alexandre Belloni, Hugo Villeneuve, linux-kernel, linux-rtc

On Tue, 7 Dec 2021 16:56:25 -0500, Hugo Villeneuve wrote:
> From: Hugo Villeneuve <hvilleneuve@dimonoff.com>
> 
> Replace TFS2 with TSF2.
> 
> 

Applied, thanks!

[1/1] rtc: pcf2127: Fix typo in comment
      commit: 7b69b54aaa48979f5e3cebb7225e11cbbdc9f5fb

Best regards,
-- 
Alexandre Belloni <alexandre.belloni@bootlin.com>

^ permalink raw reply	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2022-01-05  0:05 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-12-07 21:56 [PATCH] rtc: pcf2127: Fix typo in comment Hugo Villeneuve
2022-01-05  0:05 ` Alexandre Belloni

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).