projects
/
qemu.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
9194524
)
hw/net/stellaris_enet: Fix a typo
author
Philippe Mathieu-Daudé
<f4bug@amsat.org>
Tue, 26 Jun 2018 16:50:41 +0000
(17:50 +0100)
committer
Peter Maydell
<peter.maydell@linaro.org>
Tue, 26 Jun 2018 16:50:41 +0000
(17:50 +0100)
Suggested-by: Thomas Huth <thuth@redhat.com>
Signed-off-by: Philippe Mathieu-Daudé <f4bug@amsat.org>
Message-id:
20180624040609
.17572-12-f4bug@amsat.org
Signed-off-by: Peter Maydell <peter.maydell@linaro.org>
hw/net/stellaris_enet.c
patch
|
blob
|
history
diff --git
a/hw/net/stellaris_enet.c
b/hw/net/stellaris_enet.c
index 04bd10ada3f29c55342b488ea73ab43967f48145..1e7329517cf419f93cc0b531102914e36b8a3e8f 100644
(file)
--- a/
hw/net/stellaris_enet.c
+++ b/
hw/net/stellaris_enet.c
@@
-340,7
+340,7
@@
static uint64_t stellaris_enet_read(void *opaque, hwaddr offset,
return s->np;
case 0x38: /* TR */
return 0;
- case 0x3c: /* Undocuented: Timestamp? */
+ case 0x3c: /* Undocu
m
ented: Timestamp? */
return 0;
default:
hw_error("stellaris_enet_read: Bad offset %x\n", (int)offset);