aboutsummaryrefslogtreecommitdiff
path: root/hw/block/onenand.c
diff options
context:
space:
mode:
authorAlistair Francis <alistair.francis@xilinx.com>2017-11-08 14:56:34 -0800
committerThomas Huth <thuth@redhat.com>2018-01-22 09:46:57 +0100
commitc94a60cbfac7a51cfad8ac2d77feda2eeb9da319 (patch)
tree7f834b900f71d9a05aa45be6c959f572ceffc484 /hw/block/onenand.c
parenta89f364ae8740dfc31b321eed9ee454e996dc3c1 (diff)
downloadqemu-c94a60cbfac7a51cfad8ac2d77feda2eeb9da319.zip
qemu-c94a60cbfac7a51cfad8ac2d77feda2eeb9da319.tar.gz
qemu-c94a60cbfac7a51cfad8ac2d77feda2eeb9da319.tar.bz2
Fixes after renaming __FUNCTION__ to __func__
Signed-off-by: Alistair Francis <alistair.francis@xilinx.com> Cc: Eric Blake <eblake@redhat.com> Reviewed-by: Eric Blake <eblake@redhat.com> Signed-off-by: Thomas Huth <thuth@redhat.com>
Diffstat (limited to 'hw/block/onenand.c')
-rw-r--r--hw/block/onenand.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/hw/block/onenand.c b/hw/block/onenand.c
index e243182..ed77f85 100644
--- a/hw/block/onenand.c
+++ b/hw/block/onenand.c
@@ -659,7 +659,7 @@ static uint64_t onenand_read(void *opaque, hwaddr addr,
case 0xff02: /* ECC Result of spare area data */
case 0xff03: /* ECC Result of main area data */
case 0xff04: /* ECC Result of spare area data */
- hw_error("%s: imeplement ECC\n", __func__);
+ hw_error("%s: implement ECC\n", __func__);
return 0x0000;
}