From 2d51f24660a830e817e10834ceb7141ac8b76fb5 Mon Sep 17 00:00:00 2001 From: Lucas Stach Date: Mon, 8 Dec 2014 14:42:32 +0100 Subject: fs: efivars: cosmetic changes Signed-off-by: Lucas Stach Signed-off-by: Sascha Hauer --- fs/efivarfs.c | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) (limited to 'fs/efivarfs.c') 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 , Pengutronix + * Copyright (c) 2014 Sascha Hauer , 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; -- cgit v1.2.3