X-Git-Url: https://git.sur5r.net/?a=blobdiff_plain;f=cmd%2Fio.c;h=79faf814ff739d689825a76b3492f14d30705cc1;hb=e883ffe00b6db807544c70e743cf7832d5d56d40;hp=c59148f413cf2ef3873d1f4016ae08e3d16d3850;hpb=9c3193f8d03d4074fa6ca6b783246b97d8dc2ff5;p=u-boot diff --git a/cmd/io.c b/cmd/io.c index c59148f413..79faf814ff 100644 --- a/cmd/io.c +++ b/cmd/io.c @@ -1,7 +1,6 @@ +// SPDX-License-Identifier: GPL-2.0+ /* * Copyright (c) 2012 The Chromium OS Authors. - * - * SPDX-License-Identifier: GPL-2.0+ */ /* @@ -46,7 +45,8 @@ int do_io_iod(cmd_tbl_t *cmdtp, int flag, int argc, char *const argv[]) int do_io_iow(cmd_tbl_t *cmdtp, int flag, int argc, char *const argv[]) { - ulong addr, size, val; + ulong addr, val; + int size; if (argc != 3) return CMD_RET_USAGE;