X-Git-Url: https://git.librecmc.org/?a=blobdiff_plain;f=cmd%2Fhash.c;h=e163cd6774204f39ae4aac41287f486580550b5c;hb=5b6b2c6bf8ad14af32f489acaaba0d44ddfc41f3;hp=704d21ec6d0d8fbf5c2f29f350679697b47cace2;hpb=2218c54bc13c8045903afc05d1364439a230da1f;p=oweals%2Fu-boot.git diff --git a/cmd/hash.c b/cmd/hash.c index 704d21ec6d..e163cd6774 100644 --- a/cmd/hash.c +++ b/cmd/hash.c @@ -1,3 +1,4 @@ +// SPDX-License-Identifier: GPL-2.0+ /* * Copyright (c) 2012 The Chromium OS Authors. * @@ -6,8 +7,6 @@ * * (C) Copyright 2000 * Wolfgang Denk, DENX Software Engineering, wd@denx.de. - * - * SPDX-License-Identifier: GPL-2.0+ */ #include @@ -15,7 +14,8 @@ #include #include -static int do_hash(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[]) +static int do_hash(struct cmd_tbl *cmdtp, int flag, int argc, + char *const argv[]) { char *s; int flags = HASH_FLAG_ENV;