rtc: ds1374: typo Watchdog
authorHeinrich Schuchardt <xypron.glpk@gmx.de>
Mon, 20 Apr 2020 16:31:21 +0000 (18:31 +0200)
committerTom Rini <trini@konsulko.com>
Fri, 24 Apr 2020 20:40:09 +0000 (16:40 -0400)
%s/Watchdoc/Watchdog/

Signed-off-by: Heinrich Schuchardt <xypron.glpk@gmx.de>
drivers/rtc/ds1374.c

index 5a2060fe7532edc01fed251f20e036257f85805a..9f2647d707e5f6c94cb1af545ad5f4b79fa63759 100644 (file)
@@ -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 */