net: Fix typo in net_device_ops description.

Signed-off-by: Mike Rapoport <mike@compulab.co.il>
Signed-off-by: David S. Miller <davem@davemloft.net>

authored by Mike Rapoport and committed by David S. Miller 37b607c5 c9503e0f

+1 -1
+1 -1
include/linux/netdevice.h
··· 500 500 * 501 501 * int (*ndo_set_mac_address)(struct net_device *dev, void *addr); 502 502 * This function is called when the Media Access Control address 503 - * needs to be changed. If not this interface is not defined, the 503 + * needs to be changed. If this interface is not defined, the 504 504 * mac address can not be changed. 505 505 * 506 506 * int (*ndo_validate_addr)(struct net_device *dev);