treewide: Fix common typo in "identify"
Correct common misspelling of "identify" as "indentify" throughout the kernel Signed-off-by: Maxime Jayat <maxime@artisandeveloppeur.fr> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
This commit is contained in:

committed by
Jiri Kosina

parent
1a49123b34
commit
3f79410c7c
@@ -1546,7 +1546,7 @@ static inline void *netdev_priv(const struct net_device *dev)
|
||||
#define SET_NETDEV_DEV(net, pdev) ((net)->dev.parent = (pdev))
|
||||
|
||||
/* Set the sysfs device type for the network logical device to allow
|
||||
* fin grained indentification of different network device types. For
|
||||
* fine-grained identification of different network device types. For
|
||||
* example Ethernet, Wirelss LAN, Bluetooth, WiMAX etc.
|
||||
*/
|
||||
#define SET_NETDEV_DEVTYPE(net, devtype) ((net)->dev.type = (devtype))
|
||||
|
Reference in New Issue
Block a user