We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent beef988 commit 77d6354Copy full SHA for 77d6354
kernel/module/decompress.c
@@ -256,7 +256,7 @@ void module_decompress_cleanup(struct load_info *info)
256
static ssize_t compression_show(struct kobject *kobj,
257
struct kobj_attribute *attr, char *buf)
258
{
259
- return sysfs_emit(buf, "%s\n", __stringify(MODULE_COMPRESSION));
+ return sysfs_emit(buf, __stringify(MODULE_COMPRESSION) "\n");
260
}
261
262
static struct kobj_attribute module_compression_attr = __ATTR_RO(compression);
0 commit comments