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

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

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
Loading
Loading
Loading
Loading
+2 −2
Original line number Diff line number Diff line
@@ -175,7 +175,7 @@ int cvmx_helper_dump_packet(cvmx_wqe_t *work)
 *               Packets will begin slowly dropping when there are less than
 *               this many packet buffers free in FPA 0.
 * @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.
 * 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)
 *               Packets will begin slowly dropping when there are less than
 *               this many packet buffers free in FPA 0.
 * @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.
 * Returns Zero on success. Negative on failure
 */
+2 −2
Original line number Diff line number Diff line
@@ -60,7 +60,7 @@ extern int cvmx_helper_dump_packet(cvmx_wqe_t *work);
 *               Packets will begin slowly dropping when there are less than
 *               this many packet buffers free in FPA 0.
 * @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.
 * Returns Zero on success. Negative on failure
 */
@@ -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
 *               this many packet buffers free in FPA 0.
 * @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.
 * Returns Zero on success. Negative on failure
 */
+1 −1
Original line number Diff line number Diff line
@@ -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)) {
		/*
		 * 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.
		 * Mark all this NMIs as handled.
		 */
+1 −1
Original line number Diff line number Diff line
@@ -311,7 +311,7 @@ config HID_LOGITECH_DJ
	Say Y if you want support for Logitech Unifying receivers and devices.
	Unifying receivers are capable of pairing up to 6 Logitech compliant
	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.

config LOGITECH_FF
+3 −3
Original line number Diff line number Diff line
@@ -422,11 +422,11 @@ struct _DIVA_CAPI_ADAPTER {
#define LAPD            6       /* lapd (Q.921)                     */
#define X25_L2          7       /* x.25 layer-2                     */
#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 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 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 V120_V42BIS    15       /* V.120 layer-2 protocol supporting V.42 bis compression */

@@ -1125,7 +1125,7 @@ extern word li_total_channels;
  | Direction           | word | Enable compression/decompression for    |
  |                     |      | 0: All direction                        |
  |                     |      | 1: disable outgoing data                |
  |                     |      | 2: disable incomming data               |
  |                     |      | 2: disable incoming data               |
  |                     |      | 3: disable both direction (default)     |
  +---------------------+------+-----------------------------------------+
  | Number of code      | word | Parameter P1 of V.42bis in accordance   |
Loading