diff mbox series

rtc: ds1374: typo Watchdog

Message ID 20200420163121.28209-1-xypron.glpk@gmx.de
State Accepted
Commit 691132e850539cb0956a106933d5bde37470bfc7
Headers show
Series rtc: ds1374: typo Watchdog | expand

Commit Message

Heinrich Schuchardt April 20, 2020, 4:31 p.m. UTC
%s/Watchdoc/Watchdog/

Signed-off-by: Heinrich Schuchardt <xypron.glpk at gmx.de>
---
 drivers/rtc/ds1374.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

--
2.25.1

Comments

Tom Rini April 26, 2020, 11:28 a.m. UTC | #1
On Mon, Apr 20, 2020 at 06:31:21PM +0200, Heinrich Schuchardt wrote:

> %s/Watchdoc/Watchdog/
> 
> Signed-off-by: Heinrich Schuchardt <xypron.glpk at gmx.de>

Applied to u-boot/master, thanks!
diff mbox series

Patch

diff --git a/drivers/rtc/ds1374.c b/drivers/rtc/ds1374.c
index 5a2060fe75..9f2647d707 100644
--- a/drivers/rtc/ds1374.c
+++ b/drivers/rtc/ds1374.c
@@ -58,7 +58,7 @@ 
 #define RTC_CTL_BIT_RS2			(1<<2) /* Bit 2/2 - Rate Select square wave output */
 #define RTC_CTL_BIT_WDSTR		(1<<3) /* Bit 3 - Watchdog Reset Steering */
 #define RTC_CTL_BIT_BBSQW		(1<<4) /* Bit 4 - Battery-Backed Square-Wave */
-#define RTC_CTL_BIT_WD_ALM		(1<<5) /* Bit 5 - Watchdoc/Alarm Counter Select */
+#define RTC_CTL_BIT_WD_ALM		(1<<5) /* Bit 5 - Watchdog/Alarm Counter Select */
 #define RTC_CTL_BIT_WACE		(1<<6) /* Bit 6 - Watchdog/Alarm Counter Enable WACE*/
 #define RTC_CTL_BIT_EN_OSC		(1<<7) /* Bit 7 - Enable Oscilator */