[U-Boot] [PATCH] dm: Fix typo 'Watchdot' -> 'Watchdog'

17 Feb
2019
17 Feb
'19
8:48 p.m.
Signed-off-by: Chris Packham judge.packham@gmail.com ---
include/dm/uclass-id.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/include/dm/uclass-id.h b/include/dm/uclass-id.h index f3bafb3c6353..86e59781b058 100644 --- a/include/dm/uclass-id.h +++ b/include/dm/uclass-id.h @@ -106,7 +106,7 @@ enum uclass_id { UCLASS_VIRTIO, /* VirtIO transport device */ UCLASS_W1, /* Dallas 1-Wire bus */ UCLASS_W1_EEPROM, /* one-wire EEPROMs */ - UCLASS_WDT, /* Watchdot Timer driver */ + UCLASS_WDT, /* Watchdog Timer driver */
UCLASS_COUNT, UCLASS_INVALID = -1,
--
2.20.1

20 Feb
20 Feb
2:59 a.m.
New subject: [U-Boot] dm: Fix typo 'Watchdot' -> 'Watchdog'
On Mon, Feb 18, 2019 at 08:48:04AM +1300, Chris Packham wrote:
Signed-off-by: Chris Packham judge.packham@gmail.com
Applied to u-boot/master, thanks!
--
Tom
2271
Age (days ago)
2274
Last active (days ago)
1 comments
2 participants
participants (2)
-
Chris Packham
-
Tom Rini