Commit d82603c6 authored by Jorrit Schippers's avatar Jorrit Schippers Committed by Jiri Kosina

treewide: Replace incomming with incoming in all comments and strings

Signed-off-by: default avatarJorrit Schippers <jorrit@ncode.nl>
Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent 145bfa9d
...@@ -175,7 +175,7 @@ int cvmx_helper_dump_packet(cvmx_wqe_t *work) ...@@ -175,7 +175,7 @@ int cvmx_helper_dump_packet(cvmx_wqe_t *work)
* Packets will begin slowly dropping when there are less than * Packets will begin slowly dropping when there are less than
* this many packet buffers free in FPA 0. * this many packet buffers free in FPA 0.
* @drop_thresh: * @drop_thresh:
* All incomming packets will be dropped when there are less * All incoming packets will be dropped when there are less
* than this many free packet buffers in FPA 0. * than this many free packet buffers in FPA 0.
* Returns Zero on success. Negative on failure * Returns Zero on success. Negative on failure
*/ */
...@@ -210,7 +210,7 @@ int cvmx_helper_setup_red_queue(int queue, int pass_thresh, int drop_thresh) ...@@ -210,7 +210,7 @@ int cvmx_helper_setup_red_queue(int queue, int pass_thresh, int drop_thresh)
* Packets will begin slowly dropping when there are less than * Packets will begin slowly dropping when there are less than
* this many packet buffers free in FPA 0. * this many packet buffers free in FPA 0.
* @drop_thresh: * @drop_thresh:
* All incomming packets will be dropped when there are less * All incoming packets will be dropped when there are less
* than this many free packet buffers in FPA 0. * than this many free packet buffers in FPA 0.
* Returns Zero on success. Negative on failure * Returns Zero on success. Negative on failure
*/ */
......
...@@ -60,7 +60,7 @@ extern int cvmx_helper_dump_packet(cvmx_wqe_t *work); ...@@ -60,7 +60,7 @@ extern int cvmx_helper_dump_packet(cvmx_wqe_t *work);
* Packets will begin slowly dropping when there are less than * Packets will begin slowly dropping when there are less than
* this many packet buffers free in FPA 0. * this many packet buffers free in FPA 0.
* @drop_thresh: * @drop_thresh:
* All incomming packets will be dropped when there are less * All incoming packets will be dropped when there are less
* than this many free packet buffers in FPA 0. * than this many free packet buffers in FPA 0.
* Returns Zero on success. Negative on failure * Returns Zero on success. Negative on failure
*/ */
...@@ -74,7 +74,7 @@ extern int cvmx_helper_setup_red_queue(int queue, int pass_thresh, ...@@ -74,7 +74,7 @@ extern int cvmx_helper_setup_red_queue(int queue, int pass_thresh,
* Packets will begin slowly dropping when there are less than * Packets will begin slowly dropping when there are less than
* this many packet buffers free in FPA 0. * this many packet buffers free in FPA 0.
* @drop_thresh: * @drop_thresh:
* All incomming packets will be dropped when there are less * All incoming packets will be dropped when there are less
* than this many free packet buffers in FPA 0. * than this many free packet buffers in FPA 0.
* Returns Zero on success. Negative on failure * Returns Zero on success. Negative on failure
*/ */
......
...@@ -528,7 +528,7 @@ static int perf_ibs_handle_irq(struct perf_ibs *perf_ibs, struct pt_regs *iregs) ...@@ -528,7 +528,7 @@ static int perf_ibs_handle_irq(struct perf_ibs *perf_ibs, struct pt_regs *iregs)
if (!test_bit(IBS_STARTED, pcpu->state)) { if (!test_bit(IBS_STARTED, pcpu->state)) {
/* /*
* Catch spurious interrupts after stopping IBS: After * Catch spurious interrupts after stopping IBS: After
* disabling IBS there could be still incomming NMIs * disabling IBS there could be still incoming NMIs
* with samples that even have the valid bit cleared. * with samples that even have the valid bit cleared.
* Mark all this NMIs as handled. * Mark all this NMIs as handled.
*/ */
......
...@@ -311,7 +311,7 @@ config HID_LOGITECH_DJ ...@@ -311,7 +311,7 @@ config HID_LOGITECH_DJ
Say Y if you want support for Logitech Unifying receivers and devices. Say Y if you want support for Logitech Unifying receivers and devices.
Unifying receivers are capable of pairing up to 6 Logitech compliant Unifying receivers are capable of pairing up to 6 Logitech compliant
devices to the same receiver. Without this driver it will be handled by devices to the same receiver. Without this driver it will be handled by
generic USB_HID driver and all incomming events will be multiplexed generic USB_HID driver and all incoming events will be multiplexed
into a single mouse and a single keyboard device. into a single mouse and a single keyboard device.
config LOGITECH_FF config LOGITECH_FF
......
...@@ -422,11 +422,11 @@ struct _DIVA_CAPI_ADAPTER { ...@@ -422,11 +422,11 @@ struct _DIVA_CAPI_ADAPTER {
#define LAPD 6 /* lapd (Q.921) */ #define LAPD 6 /* lapd (Q.921) */
#define X25_L2 7 /* x.25 layer-2 */ #define X25_L2 7 /* x.25 layer-2 */
#define V120_L2 8 /* V.120 layer-2 protocol */ #define V120_L2 8 /* V.120 layer-2 protocol */
#define V42_IN 9 /* V.42 layer-2 protocol, incomming */ #define V42_IN 9 /* V.42 layer-2 protocol, incoming */
#define V42 10 /* V.42 layer-2 protocol */ #define V42 10 /* V.42 layer-2 protocol */
#define MDM_ATP 11 /* AT Parser built in the L2 */ #define MDM_ATP 11 /* AT Parser built in the L2 */
#define X75_V42BIS 12 /* ISO7776 (X.75 SLP) modified to support V.42 bis compression */ #define X75_V42BIS 12 /* ISO7776 (X.75 SLP) modified to support V.42 bis compression */
#define RTPL2_IN 13 /* RTP layer-2 protocol, incomming */ #define RTPL2_IN 13 /* RTP layer-2 protocol, incoming */
#define RTPL2 14 /* RTP layer-2 protocol */ #define RTPL2 14 /* RTP layer-2 protocol */
#define V120_V42BIS 15 /* V.120 layer-2 protocol supporting V.42 bis compression */ #define V120_V42BIS 15 /* V.120 layer-2 protocol supporting V.42 bis compression */
...@@ -1125,7 +1125,7 @@ extern word li_total_channels; ...@@ -1125,7 +1125,7 @@ extern word li_total_channels;
| Direction | word | Enable compression/decompression for | | Direction | word | Enable compression/decompression for |
| | | 0: All direction | | | | 0: All direction |
| | | 1: disable outgoing data | | | | 1: disable outgoing data |
| | | 2: disable incomming data | | | | 2: disable incoming data |
| | | 3: disable both direction (default) | | | | 3: disable both direction (default) |
+---------------------+------+-----------------------------------------+ +---------------------+------+-----------------------------------------+
| Number of code | word | Parameter P1 of V.42bis in accordance | | Number of code | word | Parameter P1 of V.42bis in accordance |
......
...@@ -419,11 +419,11 @@ struct dual ...@@ -419,11 +419,11 @@ struct dual
#define LAPD 6 /* lapd (Q.921) */ #define LAPD 6 /* lapd (Q.921) */
#define X25_L2 7 /* x.25 layer-2 */ #define X25_L2 7 /* x.25 layer-2 */
#define V120_L2 8 /* V.120 layer-2 protocol */ #define V120_L2 8 /* V.120 layer-2 protocol */
#define V42_IN 9 /* V.42 layer-2 protocol, incomming */ #define V42_IN 9 /* V.42 layer-2 protocol, incoming */
#define V42 10 /* V.42 layer-2 protocol */ #define V42 10 /* V.42 layer-2 protocol */
#define MDM_ATP 11 /* AT Parser built in the L2 */ #define MDM_ATP 11 /* AT Parser built in the L2 */
#define X75_V42BIS 12 /* x.75 with V.42bis */ #define X75_V42BIS 12 /* x.75 with V.42bis */
#define RTPL2_IN 13 /* RTP layer-2 protocol, incomming */ #define RTPL2_IN 13 /* RTP layer-2 protocol, incoming */
#define RTPL2 14 /* RTP layer-2 protocol */ #define RTPL2 14 /* RTP layer-2 protocol */
#define V120_V42BIS 15 /* V.120 asynchronous mode supporting V.42bis compression */ #define V120_V42BIS 15 /* V.120 asynchronous mode supporting V.42bis compression */
#define LISTENER 27 /* Layer 2 to listen line */ #define LISTENER 27 /* Layer 2 to listen line */
......
...@@ -692,7 +692,7 @@ l1oip_socket_thread(void *data) ...@@ -692,7 +692,7 @@ l1oip_socket_thread(void *data)
hc->sin_remote.sin_addr.s_addr = htonl(hc->remoteip); hc->sin_remote.sin_addr.s_addr = htonl(hc->remoteip);
hc->sin_remote.sin_port = htons((unsigned short)hc->remoteport); hc->sin_remote.sin_port = htons((unsigned short)hc->remoteport);
/* bind to incomming port */ /* bind to incoming port */
if (socket->ops->bind(socket, (struct sockaddr *)&hc->sin_local, if (socket->ops->bind(socket, (struct sockaddr *)&hc->sin_local,
sizeof(hc->sin_local))) { sizeof(hc->sin_local))) {
printk(KERN_ERR "%s: Failed to bind socket to port %d.\n", printk(KERN_ERR "%s: Failed to bind socket to port %d.\n",
......
...@@ -312,7 +312,7 @@ static struct mx2_fmt_cfg mx27_emma_prp_table[] = { ...@@ -312,7 +312,7 @@ static struct mx2_fmt_cfg mx27_emma_prp_table[] = {
/* /*
* This is a generic configuration which is valid for most * This is a generic configuration which is valid for most
* prp input-output format combinations. * prp input-output format combinations.
* We set the incomming and outgoing pixelformat to a * We set the incoming and outgoing pixelformat to a
* 16 Bit wide format and adjust the bytesperline * 16 Bit wide format and adjust the bytesperline
* accordingly. With this configuration the inputdata * accordingly. With this configuration the inputdata
* will not be changed by the emma and could be any type * will not be changed by the emma and could be any type
......
...@@ -8498,7 +8498,7 @@ static void bnx2x_set_234_gates(struct bnx2x *bp, bool close) ...@@ -8498,7 +8498,7 @@ static void bnx2x_set_234_gates(struct bnx2x *bp, bool close)
(!close) ? (val | HC_CONFIG_0_REG_BLOCK_DISABLE_0) : (!close) ? (val | HC_CONFIG_0_REG_BLOCK_DISABLE_0) :
(val & ~(u32)HC_CONFIG_0_REG_BLOCK_DISABLE_0)); (val & ~(u32)HC_CONFIG_0_REG_BLOCK_DISABLE_0));
} else { } else {
/* Prevent incomming interrupts in IGU */ /* Prevent incoming interrupts in IGU */
val = REG_RD(bp, IGU_REG_BLOCK_CONFIGURATION); val = REG_RD(bp, IGU_REG_BLOCK_CONFIGURATION);
REG_WR(bp, IGU_REG_BLOCK_CONFIGURATION, REG_WR(bp, IGU_REG_BLOCK_CONFIGURATION,
......
...@@ -64,7 +64,7 @@ static const char mlx4_en_version[] = ...@@ -64,7 +64,7 @@ static const char mlx4_en_version[] =
/* Enable RSS UDP traffic */ /* Enable RSS UDP traffic */
MLX4_EN_PARM_INT(udp_rss, 1, MLX4_EN_PARM_INT(udp_rss, 1,
"Enable RSS for incomming UDP traffic or disabled (0)"); "Enable RSS for incoming UDP traffic or disabled (0)");
/* Priority pausing */ /* Priority pausing */
MLX4_EN_PARM_INT(pfctx, 0, "Priority based Flow Control policy on TX[7:0]." MLX4_EN_PARM_INT(pfctx, 0, "Priority based Flow Control policy on TX[7:0]."
......
...@@ -993,7 +993,7 @@ static void ali_ircc_change_speed(struct ali_ircc_cb *self, __u32 baud) ...@@ -993,7 +993,7 @@ static void ali_ircc_change_speed(struct ali_ircc_cb *self, __u32 baud)
/* Enable Interuupt */ /* Enable Interuupt */
self->ier = IER_EOM; // benjamin 2000/11/20 07:24PM self->ier = IER_EOM; // benjamin 2000/11/20 07:24PM
/* Be ready for incomming frames */ /* Be ready for incoming frames */
ali_ircc_dma_receive(self); // benajmin 2000/11/8 07:46PM not complete ali_ircc_dma_receive(self); // benajmin 2000/11/8 07:46PM not complete
} }
/* Go to SIR Speed */ /* Go to SIR Speed */
......
...@@ -224,7 +224,7 @@ enum BinderDriverReturnProtocol { ...@@ -224,7 +224,7 @@ enum BinderDriverReturnProtocol {
BR_SPAWN_LOOPER = _IO('r', 13), BR_SPAWN_LOOPER = _IO('r', 13),
/* /*
* No parameters. The driver has determined that a process has no * No parameters. The driver has determined that a process has no
* threads waiting to service incomming transactions. When a process * threads waiting to service incoming transactions. When a process
* receives this command, it must spawn a new service thread and * receives this command, it must spawn a new service thread and
* register it via bcENTER_LOOPER. * register it via bcENTER_LOOPER.
*/ */
......
...@@ -72,7 +72,7 @@ int pow_receive_group = 15; ...@@ -72,7 +72,7 @@ int pow_receive_group = 15;
module_param(pow_receive_group, int, 0444); module_param(pow_receive_group, int, 0444);
MODULE_PARM_DESC(pow_receive_group, "\n" MODULE_PARM_DESC(pow_receive_group, "\n"
"\tPOW group to receive packets from. All ethernet hardware\n" "\tPOW group to receive packets from. All ethernet hardware\n"
"\twill be configured to send incomming packets to this POW\n" "\twill be configured to send incoming packets to this POW\n"
"\tgroup. Also any other software can submit packets to this\n" "\tgroup. Also any other software can submit packets to this\n"
"\tgroup for the kernel to process."); "\tgroup for the kernel to process.");
......
...@@ -646,7 +646,7 @@ static void queue_received_packet(struct ipw_hardware *hw, ...@@ -646,7 +646,7 @@ static void queue_received_packet(struct ipw_hardware *hw,
(*assem) = pool_allocate(hw, *assem, length); (*assem) = pool_allocate(hw, *assem, length);
if (!(*assem)) { if (!(*assem)) {
printk(KERN_ERR IPWIRELESS_PCCARD_NAME printk(KERN_ERR IPWIRELESS_PCCARD_NAME
": no memory for incomming data packet, dropped!\n"); ": no memory for incoming data packet, dropped!\n");
return; return;
} }
(*assem)->protocol = protocol; (*assem)->protocol = protocol;
...@@ -670,7 +670,7 @@ static void queue_received_packet(struct ipw_hardware *hw, ...@@ -670,7 +670,7 @@ static void queue_received_packet(struct ipw_hardware *hw,
packet = pool_allocate(hw, NULL, length); packet = pool_allocate(hw, NULL, length);
if (!packet) { if (!packet) {
printk(KERN_ERR IPWIRELESS_PCCARD_NAME printk(KERN_ERR IPWIRELESS_PCCARD_NAME
": no memory for incomming ctrl packet, dropped!\n"); ": no memory for incoming ctrl packet, dropped!\n");
return; return;
} }
packet->protocol = protocol; packet->protocol = protocol;
......
...@@ -278,7 +278,7 @@ static inline int irlmp_lap_tx_queue_full(struct lsap_cb *self) ...@@ -278,7 +278,7 @@ static inline int irlmp_lap_tx_queue_full(struct lsap_cb *self)
} }
/* After doing a irlmp_dup(), this get one of the two socket back into /* After doing a irlmp_dup(), this get one of the two socket back into
* a state where it's waiting incomming connections. * a state where it's waiting incoming connections.
* Note : this can be used *only* if the socket is not yet connected * Note : this can be used *only* if the socket is not yet connected
* (i.e. NO irlmp_connect_response() done on this socket). * (i.e. NO irlmp_connect_response() done on this socket).
* - Jean II */ * - Jean II */
......
...@@ -185,7 +185,7 @@ static inline __u32 irttp_get_max_seg_size(struct tsap_cb *self) ...@@ -185,7 +185,7 @@ static inline __u32 irttp_get_max_seg_size(struct tsap_cb *self)
} }
/* After doing a irttp_dup(), this get one of the two socket back into /* After doing a irttp_dup(), this get one of the two socket back into
* a state where it's waiting incomming connections. * a state where it's waiting incoming connections.
* Note : this can be used *only* if the socket is not yet connected * Note : this can be used *only* if the socket is not yet connected
* (i.e. NO irttp_connect_response() done on this socket). * (i.e. NO irttp_connect_response() done on this socket).
* - Jean II */ * - Jean II */
......
...@@ -1855,7 +1855,7 @@ int hci_recv_frame(struct sk_buff *skb) ...@@ -1855,7 +1855,7 @@ int hci_recv_frame(struct sk_buff *skb)
return -ENXIO; return -ENXIO;
} }
/* Incomming skb */ /* Incoming skb */
bt_cb(skb)->incoming = 1; bt_cb(skb)->incoming = 1;
/* Time stamp */ /* Time stamp */
......
...@@ -57,7 +57,7 @@ void irlap_start_query_timer(struct irlap_cb *self, int S, int s) ...@@ -57,7 +57,7 @@ void irlap_start_query_timer(struct irlap_cb *self, int S, int s)
* Basically, we multiply the number of remaining slots by our * Basically, we multiply the number of remaining slots by our
* slot time, plus add some extra time to properly receive the last * slot time, plus add some extra time to properly receive the last
* discovery packet (which is longer due to extra discovery info), * discovery packet (which is longer due to extra discovery info),
* to avoid messing with for incomming connections requests and * to avoid messing with for incoming connections requests and
* to accommodate devices that perform discovery slower than us. * to accommodate devices that perform discovery slower than us.
* Jean II */ * Jean II */
timeout = ((sysctl_slot_timeout * HZ / 1000) * (S - s) timeout = ((sysctl_slot_timeout * HZ / 1000) * (S - s)
......
...@@ -1181,7 +1181,7 @@ static struct sctp_chunk *sctp_make_op_error_space( ...@@ -1181,7 +1181,7 @@ static struct sctp_chunk *sctp_make_op_error_space(
* specifically, max(asoc->pathmtu, SCTP_DEFAULT_MAXSEGMENT) * specifically, max(asoc->pathmtu, SCTP_DEFAULT_MAXSEGMENT)
* This is a helper function to allocate an error chunk for * This is a helper function to allocate an error chunk for
* for those invalid parameter codes in which we may not want * for those invalid parameter codes in which we may not want
* to report all the errors, if the incomming chunk is large * to report all the errors, if the incoming chunk is large
*/ */
static inline struct sctp_chunk *sctp_make_op_error_fixed( static inline struct sctp_chunk *sctp_make_op_error_fixed(
const struct sctp_association *asoc, const struct sctp_association *asoc,
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment