commit | a419aef8b858a2bdb98df60336063d28df4b272f | [log] [tgz] |
---|---|---|
author | Joe Perches <joe@perches.com> | Tue Aug 18 11:18:35 2009 -0700 |
committer | Jiri Kosina <jkosina@suse.cz> | Mon Sep 21 15:14:58 2009 +0200 |
tree | 1736f6650ec0bfc01074c489fc47396114099c5e | |
parent | 2944fcbe03d65a704f07e43efe14adb0d226fd09 [diff] [blame] |
trivial: remove unnecessary semicolons Signed-off-by: Joe Perches <joe@perches.com> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
diff --git a/arch/s390/hypfs/inode.c b/arch/s390/hypfs/inode.c index bd9914b..1baa635 100644 --- a/arch/s390/hypfs/inode.c +++ b/arch/s390/hypfs/inode.c
@@ -496,7 +496,7 @@ } s390_kobj = kobject_create_and_add("s390", hypervisor_kobj); if (!s390_kobj) { - rc = -ENOMEM;; + rc = -ENOMEM; goto fail_sysfs; } rc = register_filesystem(&hypfs_type);