diff options
author | 2025-02-25 11:43:10 +0100 | |
---|---|---|
committer | 2025-02-25 11:43:10 +0100 | |
commit | 130377304ed09e54ff35a8974372498aad7059f3 (patch) | |
tree | deac7244baf40d11bd3976416d6e1c656fad3ac7 /scripts/mod/modpost.c | |
parent | drm: panel: Add a panel driver for the Summit display (diff) | |
parent | Merge tag 'v6.14-rc4' into drm-next (diff) | |
download | wireguard-linux-130377304ed09e54ff35a8974372498aad7059f3.tar.xz wireguard-linux-130377304ed09e54ff35a8974372498aad7059f3.zip |
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 '')
-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; |