+2
-2
scripts/mod/modpost.c
+2
-2
scripts/mod/modpost.c
···
190
190
191
191
/*
192
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.
193
+
* is missing, do not check the use for EXPORT_SYMBOL_GPL() because
194
+
* modpost will exit with an error anyway.
195
195
*/
196
196
mod->is_gpl_compatible = true;
197
197