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
@@ -192,13 +192,13 @@ typedef struct {
|
||||
/* Number of packets processed by PIP */
|
||||
uint32_t packets;
|
||||
/*
|
||||
* Number of indentified L2 multicast packets. Does not
|
||||
* Number of identified L2 multicast packets. Does not
|
||||
* include broadcast packets. Only includes packets whose
|
||||
* parse mode is SKIP_TO_L2
|
||||
*/
|
||||
uint32_t multicast_packets;
|
||||
/*
|
||||
* Number of indentified L2 broadcast packets. Does not
|
||||
* Number of identified L2 broadcast packets. Does not
|
||||
* include multicast packets. Only includes packets whose
|
||||
* parse mode is SKIP_TO_L2
|
||||
*/
|
||||
|
Reference in New Issue
Block a user