Skip to content

Commit

Permalink
modpost: Fix a few typos in a comment
Browse files Browse the repository at this point in the history
Namely: s/becasue/because/ and s/wiht/with/ plus an added article.

Signed-off-by: Uwe Kleine-König <[email protected]>
Signed-off-by: Masahiro Yamada <[email protected]>
  • Loading branch information
Uwe Kleine-König authored and masahir0y committed Feb 15, 2025
1 parent 1b71c2f commit b28fb1f
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions scripts/mod/modpost.c
Original file line number Diff line number Diff line change
Expand Up @@ -190,8 +190,8 @@ static struct module *new_module(const char *name, size_t namelen)

/*
* Set mod->is_gpl_compatible to true by default. If MODULE_LICENSE()
* is missing, do not check the use for EXPORT_SYMBOL_GPL() becasue
* 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.
*/
mod->is_gpl_compatible = true;

Expand Down

0 comments on commit b28fb1f

Please sign in to comment.