Commit bc33d9f3 authored by Gao Xiang's avatar Gao Xiang Committed by Greg Kroah-Hartman
Browse files

staging: erofs: update super.c



Keep in line with erofs-outofstaging patchset:
- "Chao Yu" is most commonly used in Linux community;
- quoted string split across lines.

Reviewed-by: default avatarChao Yu <yuchao0@huawei.com>
Signed-off-by: default avatarGao Xiang <gaoxiang25@huawei.com>
Link: https://lore.kernel.org/r/20190731155752.210602-22-gaoxiang25@huawei.com


Signed-off-by: default avatarGreg Kroah-Hartman <gregkh@linuxfoundation.org>
parent 2bb90cc2
Loading
Loading
Loading
Loading
+2 −3
Original line number Diff line number Diff line
@@ -326,8 +326,7 @@ static int parse_options(struct super_block *sb, char *options)
				return err;
			break;
		default:
			errln("Unrecognized mount option \"%s\" "
					"or missing value", p);
			errln("Unrecognized mount option \"%s\" or missing value", p);
			return -EINVAL;
		}
	}
@@ -662,6 +661,6 @@ module_init(erofs_module_init);
module_exit(erofs_module_exit);

MODULE_DESCRIPTION("Enhanced ROM File System");
MODULE_AUTHOR("Gao Xiang, Yu Chao, Miao Xie, CONSUMER BG, HUAWEI Inc.");
MODULE_AUTHOR("Gao Xiang, Chao Yu, Miao Xie, CONSUMER BG, HUAWEI Inc.");
MODULE_LICENSE("GPL");