--- zzzz-none-000/linux-3.10.107/Documentation/networking/netdevices.txt 2017-06-27 09:49:32.000000000 +0000 +++ scorpion-7490-727/linux-3.10.107/Documentation/networking/netdevices.txt 2021-02-04 17:41:59.000000000 +0000 @@ -10,12 +10,12 @@ struct net_device allocation rules ================================== Network device structures need to persist even after module is unloaded and -must be allocated with kmalloc. If device has registered successfully, -it will be freed on last use by free_netdev. This is required to handle the -pathologic case cleanly (example: rmmod mydriver