Commit db58976b authored by David S. Miller's avatar David S. Miller

[NET]: Comment typo in net/core/dev.c, thanks akpm.

parent 7c81ce02
......@@ -2725,8 +2725,8 @@ static void netdev_wait_allrefs(struct net_device *dev)
*
* rtnl_lock();
* ...
* register_netdevyce(x1);
* register_netdevyce(x2);
* register_netdevice(x1);
* register_netdevice(x2);
* ...
* unregister_netdevice(y1);
* unregister_netdevice(y2);
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment