staging: erofs: update super.c
authorGao Xiang <gaoxiang25@huawei.com>
Wed, 31 Jul 2019 15:57:51 +0000 (23:57 +0800)
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>
Fri, 2 Aug 2019 11:52:08 +0000 (13:52 +0200)
Keep in line with erofs-outofstaging patchset:
- "Chao Yu" is most commonly used in Linux community;
- quoted string split across lines.

Reviewed-by: Chao Yu <yuchao0@huawei.com>
Signed-off-by: Gao Xiang <gaoxiang25@huawei.com>
Link: https://lore.kernel.org/r/20190731155752.210602-22-gaoxiang25@huawei.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
drivers/staging/erofs/super.c

index a14fa52..f65a1ff 100644 (file)
@@ -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");