aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--arch/mips/include/asm/octeon/cvmx-pip.h4
-rw-r--r--arch/x86/kernel/cpu/intel_cacheinfo.c2
-rw-r--r--arch/x86/kernel/cpu/scattered.c2
-rw-r--r--drivers/media/rc/keymaps/rc-dib0700-nec.c2
-rw-r--r--drivers/media/rc/keymaps/rc-dib0700-rc5.c2
-rw-r--r--drivers/net/irda/ali-ircc.c2
-rw-r--r--drivers/net/irda/nsc-ircc.c2
-rw-r--r--drivers/s390/scsi/zfcp_dbf.c6
-rw-r--r--drivers/scsi/bnx2i/bnx2i_hwi.c16
-rw-r--r--drivers/scsi/bnx2i/bnx2i_iscsi.c14
-rw-r--r--drivers/scsi/ncr53c8xx.c2
-rw-r--r--drivers/scsi/sym53c8xx_2/sym_glue.h2
-rw-r--r--drivers/staging/iio/adc/ad7606.h2
-rw-r--r--include/linux/amba/serial.h2
-rw-r--r--include/linux/mfd/si476x-core.h2
-rw-r--r--include/linux/netdevice.h2
-rw-r--r--include/net/bluetooth/l2cap.h2
-rw-r--r--net/can/af_can.c2
-rw-r--r--net/netfilter/xt_set.c4
19 files changed, 36 insertions, 36 deletions
diff --git a/arch/mips/include/asm/octeon/cvmx-pip.h b/arch/mips/include/asm/octeon/cvmx-pip.h
index a76fe5a57a9f..df69bfd2b006 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 {
192 /* Number of packets processed by PIP */ 192 /* Number of packets processed by PIP */
193 uint32_t packets; 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 * include broadcast packets. Only includes packets whose 196 * include broadcast packets. Only includes packets whose
197 * parse mode is SKIP_TO_L2 197 * parse mode is SKIP_TO_L2
198 */ 198 */
199 uint32_t multicast_packets; 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 * include multicast packets. Only includes packets whose 202 * include multicast packets. Only includes packets whose
203 * parse mode is SKIP_TO_L2 203 * parse mode is SKIP_TO_L2
204 */ 204 */
diff --git a/arch/x86/kernel/cpu/intel_cacheinfo.c b/arch/x86/kernel/cpu/intel_cacheinfo.c
index 1414c90feaba..0641113e2965 100644
--- a/arch/x86/kernel/cpu/intel_cacheinfo.c
+++ b/arch/x86/kernel/cpu/intel_cacheinfo.c
@@ -1,5 +1,5 @@
1/* 1/*
2 * Routines to indentify caches on Intel CPU. 2 * Routines to identify caches on Intel CPU.
3 * 3 *
4 * Changes: 4 * Changes:
5 * Venkatesh Pallipadi : Adding cache identification through cpuid(4) 5 * Venkatesh Pallipadi : Adding cache identification through cpuid(4)
diff --git a/arch/x86/kernel/cpu/scattered.c b/arch/x86/kernel/cpu/scattered.c
index f2cc63e9cf08..b6f794aa1693 100644
--- a/arch/x86/kernel/cpu/scattered.c
+++ b/arch/x86/kernel/cpu/scattered.c
@@ -1,5 +1,5 @@
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 * cpuid space. 3 * cpuid space.
4 */ 4 */
5#include <linux/cpu.h> 5#include <linux/cpu.h>
diff --git a/drivers/media/rc/keymaps/rc-dib0700-nec.c b/drivers/media/rc/keymaps/rc-dib0700-nec.c
index 4d13a7f2e5c3..492a05ade7e1 100644
--- a/drivers/media/rc/keymaps/rc-dib0700-nec.c
+++ b/drivers/media/rc/keymaps/rc-dib0700-nec.c
@@ -5,7 +5,7 @@
5 * TODO: This table is a real mess, as it merges RC codes from several 5 * TODO: This table is a real mess, as it merges RC codes from several
6 * devices into a big table. It also has both RC-5 and NEC codes inside. 6 * devices into a big table. It also has both RC-5 and NEC codes inside.
7 * It should be broken into small tables, and the protocols should properly 7 * It should be broken into small tables, and the protocols should properly
8 * be indentificated. 8 * be identificated.
9 * 9 *
10 * The table were imported from dib0700_devices.c. 10 * The table were imported from dib0700_devices.c.
11 * 11 *
diff --git a/drivers/media/rc/keymaps/rc-dib0700-rc5.c b/drivers/media/rc/keymaps/rc-dib0700-rc5.c
index ba81d9697cfc..454ea596a7ee 100644
--- a/drivers/media/rc/keymaps/rc-dib0700-rc5.c
+++ b/drivers/media/rc/keymaps/rc-dib0700-rc5.c
@@ -5,7 +5,7 @@
5 * TODO: This table is a real mess, as it merges RC codes from several 5 * TODO: This table is a real mess, as it merges RC codes from several
6 * devices into a big table. It also has both RC-5 and NEC codes inside. 6 * devices into a big table. It also has both RC-5 and NEC codes inside.
7 * It should be broken into small tables, and the protocols should properly 7 * It should be broken into small tables, and the protocols should properly
8 * be indentificated. 8 * be identificated.
9 * 9 *
10 * The table were imported from dib0700_devices.c. 10 * The table were imported from dib0700_devices.c.
11 * 11 *
diff --git a/drivers/net/irda/ali-ircc.c b/drivers/net/irda/ali-ircc.c
index 7bbd318bc93e..befa45f809c3 100644
--- a/drivers/net/irda/ali-ircc.c
+++ b/drivers/net/irda/ali-ircc.c
@@ -627,7 +627,7 @@ static int ali_ircc_setup(chipio_t *info)
627/* 627/*
628 * Function ali_ircc_read_dongle_id (int index, info) 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 * once after power-on/reset. It also needs to be used whenever you suspect 631 * once after power-on/reset. It also needs to be used whenever you suspect
632 * that the user may have plugged/unplugged the IrDA Dongle. 632 * that the user may have plugged/unplugged the IrDA Dongle.
633 */ 633 */
diff --git a/drivers/net/irda/nsc-ircc.c b/drivers/net/irda/nsc-ircc.c
index ceeb53737f86..66bc03bdb138 100644
--- a/drivers/net/irda/nsc-ircc.c
+++ b/drivers/net/irda/nsc-ircc.c
@@ -1035,7 +1035,7 @@ static int nsc_ircc_setup(chipio_t *info)
1035/* 1035/*
1036 * Function nsc_ircc_read_dongle_id (void) 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 * once after power-on/reset. It also needs to be used whenever you suspect 1039 * once after power-on/reset. It also needs to be used whenever you suspect
1040 * that the user may have plugged/unplugged the IrDA Dongle. 1040 * that the user may have plugged/unplugged the IrDA Dongle.
1041 */ 1041 */
diff --git a/drivers/s390/scsi/zfcp_dbf.c b/drivers/s390/scsi/zfcp_dbf.c
index 132a905b6bdb..0ca64484cfa3 100644
--- a/drivers/s390/scsi/zfcp_dbf.c
+++ b/drivers/s390/scsi/zfcp_dbf.c
@@ -344,7 +344,7 @@ void zfcp_dbf_san(char *tag, struct zfcp_dbf *dbf, void *data, u8 id, u16 len,
344 344
345/** 345/**
346 * zfcp_dbf_san_req - trace event for issued SAN request 346 * zfcp_dbf_san_req - trace event for issued SAN request
347 * @tag: indentifier for event 347 * @tag: identifier for event
348 * @fsf_req: request containing issued CT data 348 * @fsf_req: request containing issued CT data
349 * d_id: destination ID 349 * d_id: destination ID
350 */ 350 */
@@ -361,7 +361,7 @@ void zfcp_dbf_san_req(char *tag, struct zfcp_fsf_req *fsf, u32 d_id)
361 361
362/** 362/**
363 * zfcp_dbf_san_res - trace event for received SAN request 363 * zfcp_dbf_san_res - trace event for received SAN request
364 * @tag: indentifier for event 364 * @tag: identifier for event
365 * @fsf_req: request containing issued CT data 365 * @fsf_req: request containing issued CT data
366 */ 366 */
367void zfcp_dbf_san_res(char *tag, struct zfcp_fsf_req *fsf) 367void zfcp_dbf_san_res(char *tag, struct zfcp_fsf_req *fsf)
@@ -377,7 +377,7 @@ void zfcp_dbf_san_res(char *tag, struct zfcp_fsf_req *fsf)
377 377
378/** 378/**
379 * zfcp_dbf_san_in_els - trace event for incoming ELS 379 * zfcp_dbf_san_in_els - trace event for incoming ELS
380 * @tag: indentifier for event 380 * @tag: identifier for event
381 * @fsf_req: request containing issued CT data 381 * @fsf_req: request containing issued CT data
382 */ 382 */
383void zfcp_dbf_san_in_els(char *tag, struct zfcp_fsf_req *fsf) 383void zfcp_dbf_san_in_els(char *tag, struct zfcp_fsf_req *fsf)
diff --git a/drivers/scsi/bnx2i/bnx2i_hwi.c b/drivers/scsi/bnx2i/bnx2i_hwi.c
index af3e675d4d48..886e2f9eb0ea 100644
--- a/drivers/scsi/bnx2i/bnx2i_hwi.c
+++ b/drivers/scsi/bnx2i/bnx2i_hwi.c
@@ -126,7 +126,7 @@ static void bnx2i_iscsi_license_error(struct bnx2i_hba *hba, u32 error_code)
126 126
127/** 127/**
128 * bnx2i_arm_cq_event_coalescing - arms CQ to enable EQ notification 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 * @action: action, ARM or DISARM. For now only ARM_CQE is used 130 * @action: action, ARM or DISARM. For now only ARM_CQE is used
131 * 131 *
132 * Arm'ing CQ will enable chip to generate global EQ events inorder to interrupt 132 * Arm'ing CQ will enable chip to generate global EQ events inorder to interrupt
@@ -756,7 +756,7 @@ void bnx2i_send_cmd_cleanup_req(struct bnx2i_hba *hba, struct bnx2i_cmd *cmd)
756/** 756/**
757 * bnx2i_send_conn_destroy - initiates iscsi connection teardown process 757 * bnx2i_send_conn_destroy - initiates iscsi connection teardown process
758 * @hba: adapter structure pointer 758 * @hba: adapter structure pointer
759 * @ep: endpoint (transport indentifier) structure 759 * @ep: endpoint (transport identifier) structure
760 * 760 *
761 * this routine prepares and posts CONN_OFLD_REQ1/2 KWQE to initiate 761 * this routine prepares and posts CONN_OFLD_REQ1/2 KWQE to initiate
762 * iscsi connection context clean-up process 762 * iscsi connection context clean-up process
@@ -791,7 +791,7 @@ int bnx2i_send_conn_destroy(struct bnx2i_hba *hba, struct bnx2i_endpoint *ep)
791/** 791/**
792 * bnx2i_570x_send_conn_ofld_req - initiates iscsi conn context setup process 792 * bnx2i_570x_send_conn_ofld_req - initiates iscsi conn context setup process
793 * @hba: adapter structure pointer 793 * @hba: adapter structure pointer
794 * @ep: endpoint (transport indentifier) structure 794 * @ep: endpoint (transport identifier) structure
795 * 795 *
796 * 5706/5708/5709 specific - prepares and posts CONN_OFLD_REQ1/2 KWQE 796 * 5706/5708/5709 specific - prepares and posts CONN_OFLD_REQ1/2 KWQE
797 */ 797 */
@@ -851,7 +851,7 @@ static int bnx2i_570x_send_conn_ofld_req(struct bnx2i_hba *hba,
851/** 851/**
852 * bnx2i_5771x_send_conn_ofld_req - initiates iscsi connection context creation 852 * bnx2i_5771x_send_conn_ofld_req - initiates iscsi connection context creation
853 * @hba: adapter structure pointer 853 * @hba: adapter structure pointer
854 * @ep: endpoint (transport indentifier) structure 854 * @ep: endpoint (transport identifier) structure
855 * 855 *
856 * 57710 specific - prepares and posts CONN_OFLD_REQ1/2 KWQE 856 * 57710 specific - prepares and posts CONN_OFLD_REQ1/2 KWQE
857 */ 857 */
@@ -920,7 +920,7 @@ static int bnx2i_5771x_send_conn_ofld_req(struct bnx2i_hba *hba,
920 * bnx2i_send_conn_ofld_req - initiates iscsi connection context setup process 920 * bnx2i_send_conn_ofld_req - initiates iscsi connection context setup process
921 * 921 *
922 * @hba: adapter structure pointer 922 * @hba: adapter structure pointer
923 * @ep: endpoint (transport indentifier) structure 923 * @ep: endpoint (transport identifier) structure
924 * 924 *
925 * this routine prepares and posts CONN_OFLD_REQ1/2 KWQE 925 * this routine prepares and posts CONN_OFLD_REQ1/2 KWQE
926 */ 926 */
@@ -939,7 +939,7 @@ int bnx2i_send_conn_ofld_req(struct bnx2i_hba *hba, struct bnx2i_endpoint *ep)
939 939
940/** 940/**
941 * setup_qp_page_tables - iscsi QP page table setup function 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 * Sets up page tables for SQ/RQ/CQ, 1G/sec (5706/5708/5709) devices requires 944 * Sets up page tables for SQ/RQ/CQ, 1G/sec (5706/5708/5709) devices requires
945 * 64-bit address in big endian format. Whereas 10G/sec (57710) requires 945 * 64-bit address in big endian format. Whereas 10G/sec (57710) requires
@@ -1046,7 +1046,7 @@ static void setup_qp_page_tables(struct bnx2i_endpoint *ep)
1046/** 1046/**
1047 * bnx2i_alloc_qp_resc - allocates required resources for QP. 1047 * bnx2i_alloc_qp_resc - allocates required resources for QP.
1048 * @hba: adapter structure pointer 1048 * @hba: adapter structure pointer
1049 * @ep: endpoint (transport indentifier) structure 1049 * @ep: endpoint (transport identifier) structure
1050 * 1050 *
1051 * Allocate QP (transport layer for iSCSI connection) resources, DMA'able 1051 * Allocate QP (transport layer for iSCSI connection) resources, DMA'able
1052 * memory for SQ/RQ/CQ and page tables. EP structure elements such 1052 * memory for SQ/RQ/CQ and page tables. EP structure elements such
@@ -1191,7 +1191,7 @@ mem_alloc_err:
1191/** 1191/**
1192 * bnx2i_free_qp_resc - free memory resources held by QP 1192 * bnx2i_free_qp_resc - free memory resources held by QP
1193 * @hba: adapter structure pointer 1193 * @hba: adapter structure pointer
1194 * @ep: endpoint (transport indentifier) structure 1194 * @ep: endpoint (transport identifier) structure
1195 * 1195 *
1196 * Free QP resources - SQ/RQ/CQ memory and page tables. 1196 * Free QP resources - SQ/RQ/CQ memory and page tables.
1197 */ 1197 */
diff --git a/drivers/scsi/bnx2i/bnx2i_iscsi.c b/drivers/scsi/bnx2i/bnx2i_iscsi.c
index fabeb88602ac..854dad7d5b03 100644
--- a/drivers/scsi/bnx2i/bnx2i_iscsi.c
+++ b/drivers/scsi/bnx2i/bnx2i_iscsi.c
@@ -596,7 +596,7 @@ void bnx2i_drop_session(struct iscsi_cls_session *cls_session)
596/** 596/**
597 * bnx2i_ep_destroy_list_add - add an entry to EP destroy list 597 * bnx2i_ep_destroy_list_add - add an entry to EP destroy list
598 * @hba: pointer to adapter instance 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 * EP destroy queue manager 601 * EP destroy queue manager
602 */ 602 */
@@ -613,7 +613,7 @@ static int bnx2i_ep_destroy_list_add(struct bnx2i_hba *hba,
613 * bnx2i_ep_destroy_list_del - add an entry to EP destroy list 613 * bnx2i_ep_destroy_list_del - add an entry to EP destroy list
614 * 614 *
615 * @hba: pointer to adapter instance 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 * EP destroy queue manager 618 * EP destroy queue manager
619 */ 619 */
@@ -630,7 +630,7 @@ static int bnx2i_ep_destroy_list_del(struct bnx2i_hba *hba,
630/** 630/**
631 * bnx2i_ep_ofld_list_add - add an entry to ep offload pending list 631 * bnx2i_ep_ofld_list_add - add an entry to ep offload pending list
632 * @hba: pointer to adapter instance 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 * pending conn offload completion queue manager 635 * pending conn offload completion queue manager
636 */ 636 */
@@ -646,7 +646,7 @@ static int bnx2i_ep_ofld_list_add(struct bnx2i_hba *hba,
646/** 646/**
647 * bnx2i_ep_ofld_list_del - add an entry to ep offload pending list 647 * bnx2i_ep_ofld_list_del - add an entry to ep offload pending list
648 * @hba: pointer to adapter instance 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 * pending conn offload completion queue manager 651 * pending conn offload completion queue manager
652 */ 652 */
@@ -721,7 +721,7 @@ bnx2i_find_ep_in_destroy_list(struct bnx2i_hba *hba, u32 iscsi_cid)
721/** 721/**
722 * bnx2i_ep_active_list_add - add an entry to ep active list 722 * bnx2i_ep_active_list_add - add an entry to ep active list
723 * @hba: pointer to adapter instance 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 * current active conn queue manager 726 * current active conn queue manager
727 */ 727 */
@@ -737,7 +737,7 @@ static void bnx2i_ep_active_list_add(struct bnx2i_hba *hba,
737/** 737/**
738 * bnx2i_ep_active_list_del - deletes an entry to ep active list 738 * bnx2i_ep_active_list_del - deletes an entry to ep active list
739 * @hba: pointer to adapter instance 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 * current active conn queue manager 742 * current active conn queue manager
743 */ 743 */
@@ -1695,7 +1695,7 @@ no_nx2_route:
1695/** 1695/**
1696 * bnx2i_tear_down_conn - tear down iscsi/tcp connection and free resources 1696 * bnx2i_tear_down_conn - tear down iscsi/tcp connection and free resources
1697 * @hba: pointer to adapter instance 1697 * @hba: pointer to adapter instance
1698 * @ep: endpoint (transport indentifier) structure 1698 * @ep: endpoint (transport identifier) structure
1699 * 1699 *
1700 * destroys cm_sock structure and on chip iscsi context 1700 * destroys cm_sock structure and on chip iscsi context
1701 */ 1701 */
diff --git a/drivers/scsi/ncr53c8xx.c b/drivers/scsi/ncr53c8xx.c
index 5982a587babc..7d014b11df62 100644
--- a/drivers/scsi/ncr53c8xx.c
+++ b/drivers/scsi/ncr53c8xx.c
@@ -1615,7 +1615,7 @@ struct ncb {
1615 spinlock_t smp_lock; /* Lock for SMP threading */ 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 int unit; /* Unit number */ 1621 int unit; /* Unit number */
diff --git a/drivers/scsi/sym53c8xx_2/sym_glue.h b/drivers/scsi/sym53c8xx_2/sym_glue.h
index b80bf709f104..805369521df8 100644
--- a/drivers/scsi/sym53c8xx_2/sym_glue.h
+++ b/drivers/scsi/sym53c8xx_2/sym_glue.h
@@ -174,7 +174,7 @@ struct sym_slcb {
174 */ 174 */
175struct sym_shcb { 175struct sym_shcb {
176 /* 176 /*
177 * Chip and controller indentification. 177 * Chip and controller identification.
178 */ 178 */
179 int unit; 179 int unit;
180 char inst_name[16]; 180 char inst_name[16];
diff --git a/drivers/staging/iio/adc/ad7606.h b/drivers/staging/iio/adc/ad7606.h
index 9221a74efd18..93c7299e8353 100644
--- a/drivers/staging/iio/adc/ad7606.h
+++ b/drivers/staging/iio/adc/ad7606.h
@@ -42,7 +42,7 @@ struct ad7606_platform_data {
42 42
43/** 43/**
44 * struct ad7606_chip_info - chip specifc information 44 * struct ad7606_chip_info - chip specifc information
45 * @name: indentification string for chip 45 * @name: identification string for chip
46 * @int_vref_mv: the internal reference voltage 46 * @int_vref_mv: the internal reference voltage
47 * @channels: channel specification 47 * @channels: channel specification
48 * @num_channels: number of channels 48 * @num_channels: number of channels
diff --git a/include/linux/amba/serial.h b/include/linux/amba/serial.h
index 62d9303c2837..0ddb5c02ad8b 100644
--- a/include/linux/amba/serial.h
+++ b/include/linux/amba/serial.h
@@ -40,7 +40,7 @@
40#define UART010_LCRL 0x10 /* Line control register, low byte. */ 40#define UART010_LCRL 0x10 /* Line control register, low byte. */
41#define UART010_CR 0x14 /* Control register. */ 41#define UART010_CR 0x14 /* Control register. */
42#define UART01x_FR 0x18 /* Flag register (Read only). */ 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#define UART010_ICR 0x1C /* Interrupt clear register (Write). */ 44#define UART010_ICR 0x1C /* Interrupt clear register (Write). */
45#define ST_UART011_LCRH_RX 0x1C /* Rx line control register. */ 45#define ST_UART011_LCRH_RX 0x1C /* Rx line control register. */
46#define UART01x_ILPR 0x20 /* IrDA low power counter register. */ 46#define UART01x_ILPR 0x20 /* IrDA low power counter register. */
diff --git a/include/linux/mfd/si476x-core.h b/include/linux/mfd/si476x-core.h
index ba89b94e4a56..674b45d5a757 100644
--- a/include/linux/mfd/si476x-core.h
+++ b/include/linux/mfd/si476x-core.h
@@ -316,7 +316,7 @@ enum si476x_smoothmetrics {
316 * response to 'FM_RD_STATUS' command 316 * response to 'FM_RD_STATUS' command
317 * @rdstpptyint: Traffic program flag(TP) and/or program type(PTY) 317 * @rdstpptyint: Traffic program flag(TP) and/or program type(PTY)
318 * code has changed. 318 * code has changed.
319 * @rdspiint: Program indentifiaction(PI) code has changed. 319 * @rdspiint: Program identification(PI) code has changed.
320 * @rdssyncint: RDS synchronization has changed. 320 * @rdssyncint: RDS synchronization has changed.
321 * @rdsfifoint: RDS was received and the RDS FIFO has at least 321 * @rdsfifoint: RDS was received and the RDS FIFO has at least
322 * 'FM_RDS_INTERRUPT_FIFO_COUNT' elements in it. 322 * 'FM_RDS_INTERRUPT_FIFO_COUNT' elements in it.
diff --git a/include/linux/netdevice.h b/include/linux/netdevice.h
index 8ed4ae943053..9ff50c9a0009 100644
--- a/include/linux/netdevice.h
+++ b/include/linux/netdevice.h
@@ -1546,7 +1546,7 @@ static inline void *netdev_priv(const struct net_device *dev)
1546#define SET_NETDEV_DEV(net, pdev) ((net)->dev.parent = (pdev)) 1546#define SET_NETDEV_DEV(net, pdev) ((net)->dev.parent = (pdev))
1547 1547
1548/* Set the sysfs device type for the network logical device to allow 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 * example Ethernet, Wirelss LAN, Bluetooth, WiMAX etc. 1550 * example Ethernet, Wirelss LAN, Bluetooth, WiMAX etc.
1551 */ 1551 */
1552#define SET_NETDEV_DEVTYPE(net, devtype) ((net)->dev.type = (devtype)) 1552#define SET_NETDEV_DEVTYPE(net, devtype) ((net)->dev.type = (devtype))
diff --git a/include/net/bluetooth/l2cap.h b/include/net/bluetooth/l2cap.h
index 1a966afbbfa8..7170b4b434e1 100644
--- a/include/net/bluetooth/l2cap.h
+++ b/include/net/bluetooth/l2cap.h
@@ -238,7 +238,7 @@ struct l2cap_conn_rsp {
238#define L2CAP_PSM_SDP 0x0001 238#define L2CAP_PSM_SDP 0x0001
239#define L2CAP_PSM_RFCOMM 0x0003 239#define L2CAP_PSM_RFCOMM 0x0003
240 240
241/* channel indentifier */ 241/* channel identifier */
242#define L2CAP_CID_SIGNALING 0x0001 242#define L2CAP_CID_SIGNALING 0x0001
243#define L2CAP_CID_CONN_LESS 0x0002 243#define L2CAP_CID_CONN_LESS 0x0002
244#define L2CAP_CID_A2MP 0x0003 244#define L2CAP_CID_A2MP 0x0003
diff --git a/net/can/af_can.c b/net/can/af_can.c
index 3ab8dd2e1282..d249874a366d 100644
--- a/net/can/af_can.c
+++ b/net/can/af_can.c
@@ -420,7 +420,7 @@ static struct hlist_head *find_rcv_list(canid_t *can_id, canid_t *mask,
420 * @mask: CAN mask (see description) 420 * @mask: CAN mask (see description)
421 * @func: callback function on filter match 421 * @func: callback function on filter match
422 * @data: returned parameter for callback function 422 * @data: returned parameter for callback function
423 * @ident: string for calling module indentification 423 * @ident: string for calling module identification
424 * 424 *
425 * Description: 425 * Description:
426 * Invokes the callback function with the received sk_buff and the given 426 * Invokes the callback function with the received sk_buff and the given
diff --git a/net/netfilter/xt_set.c b/net/netfilter/xt_set.c
index 31790e789e22..4b9d6b4f1eb0 100644
--- a/net/netfilter/xt_set.c
+++ b/net/netfilter/xt_set.c
@@ -84,7 +84,7 @@ set_match_v0_checkentry(const struct xt_mtchk_param *par)
84 index = ip_set_nfnl_get_byindex(info->match_set.index); 84 index = ip_set_nfnl_get_byindex(info->match_set.index);
85 85
86 if (index == IPSET_INVALID_ID) { 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 info->match_set.index); 88 info->match_set.index);
89 return -ENOENT; 89 return -ENOENT;
90 } 90 }
@@ -205,7 +205,7 @@ set_match_v1_checkentry(const struct xt_mtchk_param *par)
205 index = ip_set_nfnl_get_byindex(info->match_set.index); 205 index = ip_set_nfnl_get_byindex(info->match_set.index);
206 206
207 if (index == IPSET_INVALID_ID) { 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 info->match_set.index); 209 info->match_set.index);
210 return -ENOENT; 210 return -ENOENT;
211 } 211 }