Commit 02926b00 authored by Andries E. Brouwer's avatar Andries E. Brouwer Committed by Linus Torvalds

[PATCH] recieve typos

parent 56029073
......@@ -249,7 +249,7 @@ static int pca_xfer(struct i2c_adapter *i2c_adap,
break;
case 0x20: /* SLA+W has been transmitted; NOT ACK has been received */
DEB2("NOT ACK recieved after SLA+W\n");
DEB2("NOT ACK received after SLA+W\n");
pca_stop(adap);
return -EREMOTEIO;
......@@ -277,7 +277,7 @@ static int pca_xfer(struct i2c_adapter *i2c_adap,
return -EREMOTEIO;
case 0x30: /* Data byte in I2CDAT has been transmitted; NOT ACK has been received */
DEB2("NOT ACK recieved after data byte\n");
DEB2("NOT ACK received after data byte\n");
return -EREMOTEIO;
case 0x38: /* Arbitration lost during SLA+W, SLA+R or data bytes */
......
......@@ -316,14 +316,14 @@ Amd7930_empty_Dfifo(struct IsdnCardState *cs, int flag)
QuickHex(t, cs->rcvbuf, cs->rcvidx);
debugl1(cs, cs->dlog);
}
/* moves recieved data in sk-buffer */
/* moves received data in sk-buffer */
memcpy(skb_put(skb, cs->rcvidx), cs->rcvbuf, cs->rcvidx);
skb_queue_tail(&cs->rq, skb);
}
}
}
/* throw damaged packets away, reset recieve-buffer, indicate RX */
/* throw damaged packets away, reset receive-buffer, indicate RX */
ptr = cs->rcvbuf;
cs->rcvidx = 0;
schedule_event(cs, D_RCVBUFREADY);
......
......@@ -781,7 +781,7 @@ fst_disable_intr(struct fst_card_info *card)
}
}
/* Process the result of trying to pass a recieved frame up the stack
/* Process the result of trying to pass a received frame up the stack
*/
static void
fst_process_rx_status(int rx_status, char *name)
......
......@@ -1199,7 +1199,7 @@ register TARGPCISTAT {
/*
* LQ Packet In
* The last LQ Packet recieved
* The last LQ Packet received
*/
register LQIN {
address 0x020
......
......@@ -583,7 +583,7 @@ qla2x00_async_event(scsi_qla_host_t *ha, uint32_t mbx)
}
/*
* If PORT UPDATE is global (recieved LIP_OCCURED/LIP_RESET
* If PORT UPDATE is global (received LIP_OCCURRED/LIP_RESET
* event etc. earlier indicating loop is down) then process
* it. Otherwise ignore it and Wait for RSCN to come in.
*/
......
......@@ -754,7 +754,7 @@ qla2x00_queuecommand(struct scsi_cmnd *cmd, void (*fn)(struct scsi_cmnd *))
cmd->host_scribble = (unsigned char *)handle;
/* Bookkeeping information */
sp->r_start = jiffies; /* time the request was recieved */
sp->r_start = jiffies; /* time the request was received */
sp->u_start = 0;
/* Setup device queue pointers. */
......
......@@ -121,7 +121,7 @@ static int gen_ndis_query_resp (int configNr, u32 OID, rndis_resp_t *r)
DEBUG("%s: OID_GEN_HARDWARE_STATUS\n", __FUNCTION__);
length = 4;
/* Bogus question!
* Hardware must be ready to recieve high level protocols.
* Hardware must be ready to receive high level protocols.
* BTW:
* reddite ergo quae sunt Caesaris Caesari
* et quae sunt Dei Deo!
......
......@@ -338,8 +338,8 @@ struct sctp_adaption_event {
/*
* 5.3.1.7 SCTP_PARTIAL_DELIVERY_EVENT
*
* When a reciever is engaged in a partial delivery of a
* message this notification will be used to inidicate
* When a receiver is engaged in a partial delivery of a
* message this notification will be used to indicate
* various events.
*/
struct sctp_pdapi_event {
......
......@@ -4598,7 +4598,7 @@ static void sctp_sock_migrate(struct sock *oldsk, struct sock *newsk,
* delivery. Three cases:
* 1) No partial deliver; no work.
* 2) Peeling off partial delivery; keep pd_lobby in new pd_lobby.
* 3) Peeling off non-partial delivery; move pd_lobby to recieve_queue.
* 3) Peeling off non-partial delivery; move pd_lobby to receive_queue.
*/
skb_queue_head_init(&newsp->pd_lobby);
sctp_sk(newsk)->pd_mode = assoc->ulpq.pd_mode;
......
......@@ -712,8 +712,8 @@ struct sctp_ulpevent *sctp_ulpevent_make_rcvmsg(struct sctp_association *asoc,
*
* 5.3.1.7 SCTP_PARTIAL_DELIVERY_EVENT
*
* When a reciever is engaged in a partial delivery of a
* message this notification will be used to inidicate
* When a receiver is engaged in a partial delivery of a
* message this notification will be used to indicate
* various events.
*/
struct sctp_ulpevent *sctp_ulpevent_make_pdapi(
......
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