Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 3f79410c authored by Maxime Jayat's avatar Maxime Jayat Committed by Jiri Kosina
Browse files

treewide: Fix common typo in "identify"



Correct common misspelling of "identify" as "indentify" throughout
the kernel

Signed-off-by: default avatarMaxime Jayat <maxime@artisandeveloppeur.fr>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent 1a49123b
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -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
	 */
+1 −1
Original line number Diff line number Diff line
/*
 *	Routines to indentify caches on Intel CPU.
 *	Routines to identify caches on Intel CPU.
 *
 *	Changes:
 *	Venkatesh Pallipadi	: Adding cache identification through cpuid(4)
+1 −1
Original line number Diff line number Diff line
/*
 *	Routines to indentify additional cpu features that are scattered in
 *	Routines to identify additional cpu features that are scattered in
 *	cpuid space.
 */
#include <linux/cpu.h>
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@
 * TODO: This table is a real mess, as it merges RC codes from several
 * devices into a big table. It also has both RC-5 and NEC codes inside.
 * It should be broken into small tables, and the protocols should properly
 * be indentificated.
 * be identificated.
 *
 * The table were imported from dib0700_devices.c.
 *
+1 −1
Original line number Diff line number Diff line
@@ -5,7 +5,7 @@
 * TODO: This table is a real mess, as it merges RC codes from several
 * devices into a big table. It also has both RC-5 and NEC codes inside.
 * It should be broken into small tables, and the protocols should properly
 * be indentificated.
 * be identificated.
 *
 * The table were imported from dib0700_devices.c.
 *
Loading