All of lore.kernel.org
 help / color / mirror / Atom feed
* [U-Boot] [PATCH] dm: Fix typo 'Watchdot' -> 'Watchdog'
@ 2019-02-17 19:48 Chris Packham
  2019-02-20  1:59 ` [U-Boot] " Tom Rini
  0 siblings, 1 reply; 2+ messages in thread
From: Chris Packham @ 2019-02-17 19:48 UTC (permalink / raw)
  To: u-boot

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

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

* [U-Boot] dm: Fix typo 'Watchdot' -> 'Watchdog'
  2019-02-17 19:48 [U-Boot] [PATCH] dm: Fix typo 'Watchdot' -> 'Watchdog' Chris Packham
@ 2019-02-20  1:59 ` Tom Rini
  0 siblings, 0 replies; 2+ messages in thread
From: Tom Rini @ 2019-02-20  1:59 UTC (permalink / raw)
  To: u-boot

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
-------------- next part --------------
A non-text attachment was scrubbed...
Name: signature.asc
Type: application/pgp-signature
Size: 819 bytes
Desc: not available
URL: <http://lists.denx.de/pipermail/u-boot/attachments/20190219/49dd7356/attachment.sig>

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

end of thread, other threads:[~2019-02-20  1:59 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2019-02-17 19:48 [U-Boot] [PATCH] dm: Fix typo 'Watchdot' -> 'Watchdog' Chris Packham
2019-02-20  1:59 ` [U-Boot] " Tom Rini

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.