1006 Second boot stage failure
1007 Timeout waiting for card ready during boot
1008 Operation only allowed in booted state
- 1009 Config line to long
+ 1009 Config line too long
1010 Invalid channel number
1011 Timeout sending config data
}
- /* Make sure we don't stay here to long */
+ /* Make sure we don't stay here too long */
if (boguscount++ > 16)
break;
break;
}
- /* Make sure we don't stay here to long */
+ /* Make sure we don't stay here too long */
if (boguscount++ > 100)
break;
}
- /* Make sure we don't stay here to long */
+ /* Make sure we don't stay here too long */
if (boguscount++ > 32)
break;
break;
}
- /* Make sure we don't stay here to long */
+ /* Make sure we don't stay here too long */
if (boguscount++ > 100)
break;
sched_d_event(cs, D_RCVBUFREADY);
}
}
- /* Packet to long, overflow */
+ /* Packet too long, overflow */
if(cs->rcvidx >= MAX_DFRAME_LEN_L1) {
if (cs->debug & L1_DEB_WARN)
debugl1(cs, "AMD7930: empty_Dfifo L2-Framelength overrun");
count += fifo_size; /* free bytes */
if (count < skb->len+1) return(0); /* no room */
count = fifo_size - count; /* bytes still not send */
- if (count > 2 * trans_max) return(0); /* delay to long */
+ if (count > 2 * trans_max) return(0); /* delay too long */
count = skb->len;
src = skb->data;
while (count--)
async_unwrap_char(self->netdev, &self->stats, &self->rx_buff,
inb(iobase+UART_RX));
- /* Make sure we don't stay here to long */
+ /* Make sure we don't stay here too long */
if (boguscount++ > 32) {
IRDA_DEBUG(2,"%s(), breaking!\n", __FUNCTION__);
break;
async_unwrap_char(self->netdev, &self->stats, &self->rx_buff,
inb(iobase+UART_RX));
- /* Make sure we don't stay here to long */
+ /* Make sure we don't stay here too long */
if (boguscount++ > 32) {
IRDA_DEBUG(2,"%s(), breaking!\n", __FUNCTION__);
break;
break;
}
- /* Make sure we don't stay here to long */
+ /* Make sure we don't stay here too long */
if (boguscount++ > 100)
break;
len = VPD_MAX_LEN ;
rtv = 2 ;
SK_DBG_MSG(pAC,SK_DBGMOD_VPD,SK_DBGCAT_ERR,
- ("keyword to long, cut after %d bytes\n",VPD_MAX_LEN)) ;
+ ("keyword too long, cut after %d bytes\n",
+ VPD_MAX_LEN));
}
if ((rtv2 = VpdSetupPara(pAC,key,buf,len,VPD_RW_KEY,OWR_KEY)) != 0) {
SK_DBG_MSG(pAC,SK_DBGMOD_VPD,SK_DBGCAT_ERR,
goto abort_frame ;
}
if (len > FDDI_RAW_MTU-4) {
- DB_RX("Frame to long error",0,0,2) ;
+ DB_RX("Frame too long error",0,0,2) ;
smc->hw.fp.err_stats.err_too_long++ ;
goto abort_frame ;
}
if(time_before(tp->LastSendTime + SEND_TIMEOUT, jiffies)
&& (tp->QueueSkb < MAX_TX_QUEUE || tp->TplFree != tp->TplBusy))
{
- /* Anything to send, but stalled to long */
+ /* Anything to send, but stalled too long */
tp->LastSendTime = jiffies;
tms380tr_exec_cmd(dev, OC_CLOSE); /* Does reopen automatically */
}
}
else
{
- err ("Command is to long !\n");
+ err ("Command is too long !\n");
up (&mdc800->io_lock);
return -EIO;
}
#define ERR_BOOTSEQ_FAIL 1006 /* 2. stage boot seq handshake timeout */
#define ERR_POF_TIMEOUT 1007 /* timeout waiting for card pof ready */
#define ERR_NOT_BOOTED 1008 /* operation only allowed when booted */
-#define ERR_CONF_LONG 1009 /* conf line is to long */
+#define ERR_CONF_LONG 1009 /* conf line is too long */
#define ERR_INV_CHAN 1010 /* invalid channel number */
#define ERR_ASYNC_TIME 1011 /* timeout sending async data */
/*
* Function irlmp_expire_discoveries (log, saddr, force)
*
- * Go through all discoveries and expire all that has stayed to long
+ * Go through all discoveries and expire all that has stayed too long
*
* Note : this assume that IrLAP won't change its saddr, which
* currently is a valid assumption...
/*
* Function iriap_watchdog_timer_expired (data)
*
- * Query has taken to long time, so abort
+ * Query has taken too long time, so abort
*
*/
void iriap_watchdog_timer_expired(void *data)