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 1b71c2f commit b28fb1fCopy full SHA for b28fb1f
scripts/mod/modpost.c
@@ -190,8 +190,8 @@ static struct module *new_module(const char *name, size_t namelen)
190
191
/*
192
* Set mod->is_gpl_compatible to true by default. If MODULE_LICENSE()
193
- * is missing, do not check the use for EXPORT_SYMBOL_GPL() becasue
194
- * modpost will exit wiht error anyway.
+ * is missing, do not check the use for EXPORT_SYMBOL_GPL() because
+ * modpost will exit with an error anyway.
195
*/
196
mod->is_gpl_compatible = true;
197
0 commit comments