summaryrefslogtreecommitdiffstats
path: root/sys/boot/uboot/lib/copy.c
diff options
context:
space:
mode:
Diffstat (limited to 'sys/boot/uboot/lib/copy.c')
-rw-r--r--sys/boot/uboot/lib/copy.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/sys/boot/uboot/lib/copy.c b/sys/boot/uboot/lib/copy.c
index bc5f1a4..e5e4626 100644
--- a/sys/boot/uboot/lib/copy.c
+++ b/sys/boot/uboot/lib/copy.c
@@ -40,8 +40,8 @@ ssize_t
uboot_copyin(const void *src, vm_offset_t dest, const size_t len)
{
- bcopy(src, (void *)dest, len);
- return (len);
+ bcopy(src, (void *)dest, len);
+ return (len);
}
ssize_t
OpenPOWER on IntegriCloud