diff options
author | 2025-02-25 17:36:09 +1000 | |
---|---|---|
committer | 2025-02-25 17:36:09 +1000 | |
commit | fb51bf02551958265b7116f6ba92752295c83c26 (patch) | |
tree | 7642e57ef59c30cf1423196ba071074b931f1d94 /scripts/mod/modpost.c | |
parent | Merge tag 'drm-misc-next-2025-02-20' of https://gitlab.freedesktop.org/drm/misc/kernel into drm-next (diff) | |
parent | Linux 6.14-rc4 (diff) | |
download | wireguard-linux-fb51bf02551958265b7116f6ba92752295c83c26.tar.xz wireguard-linux-fb51bf02551958265b7116f6ba92752295c83c26.zip |
Merge tag 'v6.14-rc4' into drm-next
Backmerge Linux 6.14-rc4 at the request of tzimmermann so misc-next
can base on rc4.
Signed-off-by: Dave Airlie <airlied@redhat.com>
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; |