9
0
Fork 0

fs: efivars: cosmetic changes

Signed-off-by: Lucas Stach <l.stach@pengutronix.de>
Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
This commit is contained in:
Lucas Stach 2014-12-08 14:42:32 +01:00 committed by Sascha Hauer
parent 0f377d6d40
commit 2d51f24660
1 changed files with 4 additions and 4 deletions

View File

@ -1,7 +1,7 @@
/*
* ramfs.c - a malloc based filesystem
* efivars.c - EFI variable filesystem
*
* Copyright (c) 2007 Sascha Hauer <s.hauer@pengutronix.de>, Pengutronix
* Copyright (c) 2014 Sascha Hauer <s.hauer@pengutronix.de>, Pengutronix
*
* See file CREDITS for list of people who contributed to this
* project.
@ -75,8 +75,8 @@ int efi_guid_parse(const char *str, efi_guid_t *guid)
if (*str != '-')
return -EINVAL;
str++;
break;
}
break;
}
}
return 0;