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 <[email protected]> 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
