Commit 3f79410c7c9c8ef33ccff60c61e1f1166f5ed64a

Authored by Maxime Jayat
Committed by Jiri Kosina
1 parent 1a49123b34

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>

Showing 19 changed files with 36 additions and 36 deletions Side-by-side Diff

arch/mips/include/asm/octeon/cvmx-pip.h
... ... @@ -192,13 +192,13 @@
192 192 /* Number of packets processed by PIP */
193 193 uint32_t packets;
194 194 /*
195   - * Number of indentified L2 multicast packets. Does not
  195 + * Number of identified L2 multicast packets. Does not
196 196 * include broadcast packets. Only includes packets whose
197 197 * parse mode is SKIP_TO_L2
198 198 */
199 199 uint32_t multicast_packets;
200 200 /*
201   - * Number of indentified L2 broadcast packets. Does not
  201 + * Number of identified L2 broadcast packets. Does not
202 202 * include multicast packets. Only includes packets whose
203 203 * parse mode is SKIP_TO_L2
204 204 */
arch/x86/kernel/cpu/intel_cacheinfo.c
1 1 /*
2   - * Routines to indentify caches on Intel CPU.
  2 + * Routines to identify caches on Intel CPU.
3 3 *
4 4 * Changes:
5 5 * Venkatesh Pallipadi : Adding cache identification through cpuid(4)
arch/x86/kernel/cpu/scattered.c
1 1 /*
2   - * Routines to indentify additional cpu features that are scattered in
  2 + * Routines to identify additional cpu features that are scattered in
3 3 * cpuid space.
4 4 */
5 5 #include <linux/cpu.h>
drivers/media/rc/keymaps/rc-dib0700-nec.c
... ... @@ -5,7 +5,7 @@
5 5 * TODO: This table is a real mess, as it merges RC codes from several
6 6 * devices into a big table. It also has both RC-5 and NEC codes inside.
7 7 * It should be broken into small tables, and the protocols should properly
8   - * be indentificated.
  8 + * be identificated.
9 9 *
10 10 * The table were imported from dib0700_devices.c.
11 11 *
drivers/media/rc/keymaps/rc-dib0700-rc5.c
... ... @@ -5,7 +5,7 @@
5 5 * TODO: This table is a real mess, as it merges RC codes from several
6 6 * devices into a big table. It also has both RC-5 and NEC codes inside.
7 7 * It should be broken into small tables, and the protocols should properly
8   - * be indentificated.
  8 + * be identificated.
9 9 *
10 10 * The table were imported from dib0700_devices.c.
11 11 *
drivers/net/irda/ali-ircc.c
... ... @@ -627,7 +627,7 @@
627 627 /*
628 628 * Function ali_ircc_read_dongle_id (int index, info)
629 629 *
630   - * Try to read dongle indentification. This procedure needs to be executed
  630 + * Try to read dongle identification. This procedure needs to be executed
631 631 * once after power-on/reset. It also needs to be used whenever you suspect
632 632 * that the user may have plugged/unplugged the IrDA Dongle.
633 633 */
drivers/net/irda/nsc-ircc.c
... ... @@ -1035,7 +1035,7 @@
1035 1035 /*
1036 1036 * Function nsc_ircc_read_dongle_id (void)
1037 1037 *
1038   - * Try to read dongle indentification. This procedure needs to be executed
  1038 + * Try to read dongle identification. This procedure needs to be executed
1039 1039 * once after power-on/reset. It also needs to be used whenever you suspect
1040 1040 * that the user may have plugged/unplugged the IrDA Dongle.
1041 1041 */
drivers/s390/scsi/zfcp_dbf.c
... ... @@ -344,7 +344,7 @@
344 344  
345 345 /**
346 346 * zfcp_dbf_san_req - trace event for issued SAN request
347   - * @tag: indentifier for event
  347 + * @tag: identifier for event
348 348 * @fsf_req: request containing issued CT data
349 349 * d_id: destination ID
350 350 */
... ... @@ -361,7 +361,7 @@
361 361  
362 362 /**
363 363 * zfcp_dbf_san_res - trace event for received SAN request
364   - * @tag: indentifier for event
  364 + * @tag: identifier for event
365 365 * @fsf_req: request containing issued CT data
366 366 */
367 367 void zfcp_dbf_san_res(char *tag, struct zfcp_fsf_req *fsf)
... ... @@ -377,7 +377,7 @@
377 377  
378 378 /**
379 379 * zfcp_dbf_san_in_els - trace event for incoming ELS
380   - * @tag: indentifier for event
  380 + * @tag: identifier for event
381 381 * @fsf_req: request containing issued CT data
382 382 */
383 383 void zfcp_dbf_san_in_els(char *tag, struct zfcp_fsf_req *fsf)
drivers/scsi/bnx2i/bnx2i_hwi.c
... ... @@ -126,7 +126,7 @@
126 126  
127 127 /**
128 128 * bnx2i_arm_cq_event_coalescing - arms CQ to enable EQ notification
129   - * @ep: endpoint (transport indentifier) structure
  129 + * @ep: endpoint (transport identifier) structure
130 130 * @action: action, ARM or DISARM. For now only ARM_CQE is used
131 131 *
132 132 * Arm'ing CQ will enable chip to generate global EQ events inorder to interrupt
... ... @@ -756,7 +756,7 @@
756 756 /**
757 757 * bnx2i_send_conn_destroy - initiates iscsi connection teardown process
758 758 * @hba: adapter structure pointer
759   - * @ep: endpoint (transport indentifier) structure
  759 + * @ep: endpoint (transport identifier) structure
760 760 *
761 761 * this routine prepares and posts CONN_OFLD_REQ1/2 KWQE to initiate
762 762 * iscsi connection context clean-up process
... ... @@ -791,7 +791,7 @@
791 791 /**
792 792 * bnx2i_570x_send_conn_ofld_req - initiates iscsi conn context setup process
793 793 * @hba: adapter structure pointer
794   - * @ep: endpoint (transport indentifier) structure
  794 + * @ep: endpoint (transport identifier) structure
795 795 *
796 796 * 5706/5708/5709 specific - prepares and posts CONN_OFLD_REQ1/2 KWQE
797 797 */
... ... @@ -851,7 +851,7 @@
851 851 /**
852 852 * bnx2i_5771x_send_conn_ofld_req - initiates iscsi connection context creation
853 853 * @hba: adapter structure pointer
854   - * @ep: endpoint (transport indentifier) structure
  854 + * @ep: endpoint (transport identifier) structure
855 855 *
856 856 * 57710 specific - prepares and posts CONN_OFLD_REQ1/2 KWQE
857 857 */
... ... @@ -920,7 +920,7 @@
920 920 * bnx2i_send_conn_ofld_req - initiates iscsi connection context setup process
921 921 *
922 922 * @hba: adapter structure pointer
923   - * @ep: endpoint (transport indentifier) structure
  923 + * @ep: endpoint (transport identifier) structure
924 924 *
925 925 * this routine prepares and posts CONN_OFLD_REQ1/2 KWQE
926 926 */
... ... @@ -939,7 +939,7 @@
939 939  
940 940 /**
941 941 * setup_qp_page_tables - iscsi QP page table setup function
942   - * @ep: endpoint (transport indentifier) structure
  942 + * @ep: endpoint (transport identifier) structure
943 943 *
944 944 * Sets up page tables for SQ/RQ/CQ, 1G/sec (5706/5708/5709) devices requires
945 945 * 64-bit address in big endian format. Whereas 10G/sec (57710) requires
... ... @@ -1046,7 +1046,7 @@
1046 1046 /**
1047 1047 * bnx2i_alloc_qp_resc - allocates required resources for QP.
1048 1048 * @hba: adapter structure pointer
1049   - * @ep: endpoint (transport indentifier) structure
  1049 + * @ep: endpoint (transport identifier) structure
1050 1050 *
1051 1051 * Allocate QP (transport layer for iSCSI connection) resources, DMA'able
1052 1052 * memory for SQ/RQ/CQ and page tables. EP structure elements such
... ... @@ -1191,7 +1191,7 @@
1191 1191 /**
1192 1192 * bnx2i_free_qp_resc - free memory resources held by QP
1193 1193 * @hba: adapter structure pointer
1194   - * @ep: endpoint (transport indentifier) structure
  1194 + * @ep: endpoint (transport identifier) structure
1195 1195 *
1196 1196 * Free QP resources - SQ/RQ/CQ memory and page tables.
1197 1197 */
drivers/scsi/bnx2i/bnx2i_iscsi.c
... ... @@ -596,7 +596,7 @@
596 596 /**
597 597 * bnx2i_ep_destroy_list_add - add an entry to EP destroy list
598 598 * @hba: pointer to adapter instance
599   - * @ep: pointer to endpoint (transport indentifier) structure
  599 + * @ep: pointer to endpoint (transport identifier) structure
600 600 *
601 601 * EP destroy queue manager
602 602 */
... ... @@ -613,7 +613,7 @@
613 613 * bnx2i_ep_destroy_list_del - add an entry to EP destroy list
614 614 *
615 615 * @hba: pointer to adapter instance
616   - * @ep: pointer to endpoint (transport indentifier) structure
  616 + * @ep: pointer to endpoint (transport identifier) structure
617 617 *
618 618 * EP destroy queue manager
619 619 */
... ... @@ -630,7 +630,7 @@
630 630 /**
631 631 * bnx2i_ep_ofld_list_add - add an entry to ep offload pending list
632 632 * @hba: pointer to adapter instance
633   - * @ep: pointer to endpoint (transport indentifier) structure
  633 + * @ep: pointer to endpoint (transport identifier) structure
634 634 *
635 635 * pending conn offload completion queue manager
636 636 */
... ... @@ -646,7 +646,7 @@
646 646 /**
647 647 * bnx2i_ep_ofld_list_del - add an entry to ep offload pending list
648 648 * @hba: pointer to adapter instance
649   - * @ep: pointer to endpoint (transport indentifier) structure
  649 + * @ep: pointer to endpoint (transport identifier) structure
650 650 *
651 651 * pending conn offload completion queue manager
652 652 */
... ... @@ -721,7 +721,7 @@
721 721 /**
722 722 * bnx2i_ep_active_list_add - add an entry to ep active list
723 723 * @hba: pointer to adapter instance
724   - * @ep: pointer to endpoint (transport indentifier) structure
  724 + * @ep: pointer to endpoint (transport identifier) structure
725 725 *
726 726 * current active conn queue manager
727 727 */
... ... @@ -737,7 +737,7 @@
737 737 /**
738 738 * bnx2i_ep_active_list_del - deletes an entry to ep active list
739 739 * @hba: pointer to adapter instance
740   - * @ep: pointer to endpoint (transport indentifier) structure
  740 + * @ep: pointer to endpoint (transport identifier) structure
741 741 *
742 742 * current active conn queue manager
743 743 */
... ... @@ -1695,7 +1695,7 @@
1695 1695 /**
1696 1696 * bnx2i_tear_down_conn - tear down iscsi/tcp connection and free resources
1697 1697 * @hba: pointer to adapter instance
1698   - * @ep: endpoint (transport indentifier) structure
  1698 + * @ep: endpoint (transport identifier) structure
1699 1699 *
1700 1700 * destroys cm_sock structure and on chip iscsi context
1701 1701 */
drivers/scsi/ncr53c8xx.c
... ... @@ -1615,7 +1615,7 @@
1615 1615 spinlock_t smp_lock; /* Lock for SMP threading */
1616 1616  
1617 1617 /*----------------------------------------------------------------
1618   - ** Chip and controller indentification.
  1618 + ** Chip and controller identification.
1619 1619 **----------------------------------------------------------------
1620 1620 */
1621 1621 int unit; /* Unit number */
drivers/scsi/sym53c8xx_2/sym_glue.h
... ... @@ -174,7 +174,7 @@
174 174 */
175 175 struct sym_shcb {
176 176 /*
177   - * Chip and controller indentification.
  177 + * Chip and controller identification.
178 178 */
179 179 int unit;
180 180 char inst_name[16];
drivers/staging/iio/adc/ad7606.h
... ... @@ -42,7 +42,7 @@
42 42  
43 43 /**
44 44 * struct ad7606_chip_info - chip specifc information
45   - * @name: indentification string for chip
  45 + * @name: identification string for chip
46 46 * @int_vref_mv: the internal reference voltage
47 47 * @channels: channel specification
48 48 * @num_channels: number of channels
include/linux/amba/serial.h
... ... @@ -40,7 +40,7 @@
40 40 #define UART010_LCRL 0x10 /* Line control register, low byte. */
41 41 #define UART010_CR 0x14 /* Control register. */
42 42 #define UART01x_FR 0x18 /* Flag register (Read only). */
43   -#define UART010_IIR 0x1C /* Interrupt indentification register (Read). */
  43 +#define UART010_IIR 0x1C /* Interrupt identification register (Read). */
44 44 #define UART010_ICR 0x1C /* Interrupt clear register (Write). */
45 45 #define ST_UART011_LCRH_RX 0x1C /* Rx line control register. */
46 46 #define UART01x_ILPR 0x20 /* IrDA low power counter register. */
include/linux/mfd/si476x-core.h
... ... @@ -316,7 +316,7 @@
316 316 * response to 'FM_RD_STATUS' command
317 317 * @rdstpptyint: Traffic program flag(TP) and/or program type(PTY)
318 318 * code has changed.
319   - * @rdspiint: Program indentifiaction(PI) code has changed.
  319 + * @rdspiint: Program identification(PI) code has changed.
320 320 * @rdssyncint: RDS synchronization has changed.
321 321 * @rdsfifoint: RDS was received and the RDS FIFO has at least
322 322 * 'FM_RDS_INTERRUPT_FIFO_COUNT' elements in it.
include/linux/netdevice.h
... ... @@ -1546,7 +1546,7 @@
1546 1546 #define SET_NETDEV_DEV(net, pdev) ((net)->dev.parent = (pdev))
1547 1547  
1548 1548 /* Set the sysfs device type for the network logical device to allow
1549   - * fin grained indentification of different network device types. For
  1549 + * fine-grained identification of different network device types. For
1550 1550 * example Ethernet, Wirelss LAN, Bluetooth, WiMAX etc.
1551 1551 */
1552 1552 #define SET_NETDEV_DEVTYPE(net, devtype) ((net)->dev.type = (devtype))
include/net/bluetooth/l2cap.h
... ... @@ -238,7 +238,7 @@
238 238 #define L2CAP_PSM_SDP 0x0001
239 239 #define L2CAP_PSM_RFCOMM 0x0003
240 240  
241   -/* channel indentifier */
  241 +/* channel identifier */
242 242 #define L2CAP_CID_SIGNALING 0x0001
243 243 #define L2CAP_CID_CONN_LESS 0x0002
244 244 #define L2CAP_CID_A2MP 0x0003
... ... @@ -420,7 +420,7 @@
420 420 * @mask: CAN mask (see description)
421 421 * @func: callback function on filter match
422 422 * @data: returned parameter for callback function
423   - * @ident: string for calling module indentification
  423 + * @ident: string for calling module identification
424 424 *
425 425 * Description:
426 426 * Invokes the callback function with the received sk_buff and the given
net/netfilter/xt_set.c
... ... @@ -84,7 +84,7 @@
84 84 index = ip_set_nfnl_get_byindex(info->match_set.index);
85 85  
86 86 if (index == IPSET_INVALID_ID) {
87   - pr_warning("Cannot find set indentified by id %u to match\n",
  87 + pr_warning("Cannot find set identified by id %u to match\n",
88 88 info->match_set.index);
89 89 return -ENOENT;
90 90 }
... ... @@ -205,7 +205,7 @@
205 205 index = ip_set_nfnl_get_byindex(info->match_set.index);
206 206  
207 207 if (index == IPSET_INVALID_ID) {
208   - pr_warning("Cannot find set indentified by id %u to match\n",
  208 + pr_warning("Cannot find set identified by id %u to match\n",
209 209 info->match_set.index);
210 210 return -ENOENT;
211 211 }