summaryrefslogtreecommitdiffstats
path: root/fs/efivarfs.c
diff options
context:
space:
mode:
authorLucas Stach <l.stach@pengutronix.de>2014-12-08 14:42:32 +0100
committerSascha Hauer <s.hauer@pengutronix.de>2014-12-09 09:59:09 +0100
commit2d51f24660a830e817e10834ceb7141ac8b76fb5 (patch)
tree917287572cd52891754893ba0b8b9977ba270ab4 /fs/efivarfs.c
parent0f377d6d4052f9fe78e561f9a5f1d28aa14f275a (diff)
downloadbarebox-2d51f24660a830e817e10834ceb7141ac8b76fb5.tar.gz
barebox-2d51f24660a830e817e10834ceb7141ac8b76fb5.tar.xz
fs: efivars: cosmetic changes
Signed-off-by: Lucas Stach <l.stach@pengutronix.de> Signed-off-by: Sascha Hauer <s.hauer@pengutronix.de>
Diffstat (limited to 'fs/efivarfs.c')
-rw-r--r--fs/efivarfs.c8
1 files changed, 4 insertions, 4 deletions
diff --git a/fs/efivarfs.c b/fs/efivarfs.c
index 58c637ef19..4e13c8365e 100644
--- a/fs/efivarfs.c
+++ b/fs/efivarfs.c
@@ -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;