diff options
author | Maxime Jayat <maxime@artisandeveloppeur.fr> | 2013-10-12 01:29:46 +0200 |
---|---|---|
committer | Chanho Park <chanho61.park@samsung.com> | 2014-11-18 11:51:58 +0900 |
commit | be94a292b3ae21b7e08e7e611221d5bf0e40d095 (patch) | |
tree | 41b41a80aa59b30e83729130683f320502b854a3 /arch/mips | |
parent | 89e38c4d03a555b7ea3c852679e66cb040074702 (diff) | |
download | linux-3.10-be94a292b3ae21b7e08e7e611221d5bf0e40d095.tar.gz linux-3.10-be94a292b3ae21b7e08e7e611221d5bf0e40d095.tar.bz2 linux-3.10-be94a292b3ae21b7e08e7e611221d5bf0e40d095.zip |
upstream: 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>
Diffstat (limited to 'arch/mips')
-rw-r--r-- | arch/mips/include/asm/octeon/cvmx-pip.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/arch/mips/include/asm/octeon/cvmx-pip.h b/arch/mips/include/asm/octeon/cvmx-pip.h index a76fe5a57a9..df69bfd2b00 100644 --- a/arch/mips/include/asm/octeon/cvmx-pip.h +++ b/arch/mips/include/asm/octeon/cvmx-pip.h @@ -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 */ |