configs: Resync with savedefconfig
[oweals/u-boot.git] / cmd / echo.c
index 3dc3a63f6aa71a48c04156eabd86726820bcaa3f..d02a4cfd586a4317696785ae230e9921d79c4007 100644 (file)
@@ -1,14 +1,14 @@
+// SPDX-License-Identifier: GPL-2.0+
 /*
  * Copyright 2000-2009
  * Wolfgang Denk, DENX Software Engineering, wd@denx.de.
- *
- * SPDX-License-Identifier:    GPL-2.0+
  */
 
 #include <common.h>
 #include <command.h>
 
-static int do_echo(cmd_tbl_t *cmdtp, int flag, int argc, char * const argv[])
+static int do_echo(struct cmd_tbl *cmdtp, int flag, int argc,
+                  char *const argv[])
 {
        int i;
        int putnl = 1;