diff options
author | Thomas Zimmermann <tzimmermann@suse.de> | 2025-02-25 11:43:10 +0100 |
---|---|---|
committer | Thomas Zimmermann <tzimmermann@suse.de> | 2025-02-25 11:43:10 +0100 |
commit | 130377304ed09e54ff35a8974372498aad7059f3 (patch) | |
tree | deac7244baf40d11bd3976416d6e1c656fad3ac7 /scripts/mod/modpost.c | |
parent | 40115947b59f2ca361a47615304dff0a2b69a2b4 (diff) | |
parent | fb51bf02551958265b7116f6ba92752295c83c26 (diff) |
Merge drm/drm-next into drm-misc-next
Backmerging to get fixes from v6.14-rc4.
Signed-off-by: Thomas Zimmermann <tzimmermann@suse.de>
Diffstat (limited to 'scripts/mod/modpost.c')
-rw-r--r-- | scripts/mod/modpost.c | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/mod/modpost.c b/scripts/mod/modpost.c index 36b28987a2f0..c35d22607978 100644 --- a/scripts/mod/modpost.c +++ b/scripts/mod/modpost.c @@ -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; |