[PATCH 6/6] net: wireguard: rename 'mod_init' & 'mod_exit' functions to be module-specific

Jason A. Donenfeld Jason at zx2c4.com
Fri Jul 9 10:21:39 UTC 2021


Hi Randy,

The commit subject line should be:

wireguard: main: rename 'mod_init' & 'mod_exit' functions to be module-specific

And:

On Fri, Jul 9, 2021 at 4:17 AM Randy Dunlap <rdunlap at infradead.org> wrote:
> -static int __init mod_init(void)
> +static int __init wireguard_init(void)

wg_mod_init

> -static void __exit mod_exit(void)
> +static void __exit wireguard_exit(void)

wg_mod_exit

Thanks,
Jason


More information about the WireGuard mailing list