9
0
Fork 0

improved codingstyle

this patch improves the codingstyle

Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>
This commit is contained in:
Marc Kleine-Budde 2007-11-28 10:02:03 +01:00
parent f94dae59d7
commit aff35bbe09
1 changed files with 1 additions and 1 deletions

View File

@ -36,7 +36,7 @@ int u_boot_register_console(char *name_template, int stdinfd, int stdoutfd)
dev->platform_data = data;
strcpy(dev->name,"console");
strcpy(dev->name, "console");
if (stdinfd >= 0)