Merge branch 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial
Pull trivial updates from Jiri Kosina. * 'for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/jikos/trivial: NTB: correct ntb_spad_count comment typo misc: ibmasm: fix typo in error message Remove references to dead make variable LINUX_INCLUDE Remove last traces of ikconfig.h treewide: Fix printk() message errors Documentation/device-mapper: s/getsize/getsz/
This commit is contained in:
@@ -619,7 +619,7 @@ __visible int plugin_init(struct plugin_name_args *plugin_info,
|
||||
enabled = false;
|
||||
continue;
|
||||
}
|
||||
error(G_("unkown option '-fplugin-arg-%s-%s'"), plugin_name, argv[i].key);
|
||||
error(G_("unknown option '-fplugin-arg-%s-%s'"), plugin_name, argv[i].key);
|
||||
}
|
||||
|
||||
register_callback(plugin_name, PLUGIN_INFO, NULL,
|
||||
|
||||
@@ -126,7 +126,7 @@ __visible int plugin_init(struct plugin_name_args *plugin_info, struct plugin_gc
|
||||
enable = false;
|
||||
continue;
|
||||
}
|
||||
error(G_("unkown option '-fplugin-arg-%s-%s'"), plugin_name, argv[i].key);
|
||||
error(G_("unknown option '-fplugin-arg-%s-%s'"), plugin_name, argv[i].key);
|
||||
}
|
||||
|
||||
register_callback(plugin_name, PLUGIN_INFO, NULL, &sancov_plugin_info);
|
||||
|
||||
Reference in New Issue
Block a user