diff mbox series

rtc: lp8788: Fix typo in comment

Message ID 20221219194422.3818050-1-hugo@hugovil.com
State Rejected
Headers show
Series rtc: lp8788: Fix typo in comment | expand

Commit Message

Hugo Villeneuve Dec. 19, 2022, 7:44 p.m. UTC
From: Hugo Villeneuve <hvilleneuve@dimonoff.com>

Add missing "if" in comment.

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


base-commit: e88f319a2546fd7772c726bf3a82a23b0859ddeb
diff mbox series

Patch

diff --git a/drivers/rtc/rtc-lp8788.c b/drivers/rtc/rtc-lp8788.c
index c0b8fbce1082..3aa5d980e596 100644
--- a/drivers/rtc/rtc-lp8788.c
+++ b/drivers/rtc/rtc-lp8788.c
@@ -262,7 +262,7 @@  static int lp8788_alarm_irq_register(struct platform_device *pdev,
 
 	rtc->irq = 0;
 
-	/* even the alarm IRQ number is not specified, rtc time should work */
+	/* even if the alarm IRQ number is not specified, rtc time should work */
 	r = platform_get_resource_byname(pdev, IORESOURCE_IRQ, LP8788_ALM_IRQ);
 	if (!r)
 		return 0;