patch-1.3.95 linux/drivers/isdn/pcbit/layer2.c
Next file: linux/drivers/isdn/pcbit/layer2.h
Previous file: linux/drivers/isdn/pcbit/edss1.h
Back to the patch index
Back to the overall index
- Lines: 58
- Date:
Tue Apr 23 12:31:35 1996
- Orig file:
v1.3.94/linux/drivers/isdn/pcbit/layer2.c
- Orig date:
Sun Apr 21 19:22:07 1996
diff -u --recursive --new-file v1.3.94/linux/drivers/isdn/pcbit/layer2.c linux/drivers/isdn/pcbit/layer2.c
@@ -1,7 +1,7 @@
/*
* Copyright (C) 1996 Universidade de Lisboa
*
- * Writen by Pedro Roque Marques (roque@di.fc.ul.pt)
+ * Written by Pedro Roque Marques (roque@di.fc.ul.pt)
*
* This software may be used and distributed according to the terms of
* the GNU Public License, incorporated herein by reference.
@@ -288,7 +288,7 @@
frame->copied += cp_len;
}
- /* bookeeping */
+ /* bookkeeping */
dev->free -= flen;
pcbit_tx_update(dev, flen);
@@ -461,18 +461,18 @@
return;
}
- /* miminum frame read */
+ /* minimum frame read */
frame->skb = dev_alloc_skb(frame->hdr_len + frame->dt_len +
((frame->hdr_len + 15) & ~15));
if (!frame->skb) {
- printk(KERN_DEBUG "pcbit_receive: out of memmory\n");
+ printk(KERN_DEBUG "pcbit_receive: out of memory\n");
kfree(frame);
return;
}
- /* 16 byte aligment for IP */
+ /* 16 byte alignment for IP */
if (frame->dt_len)
skb_reserve(frame->skb, (frame->hdr_len + 15) & ~15);
@@ -485,7 +485,7 @@
if (!(frame = dev->read_frame)) {
printk("Type 1 frame and no frame queued\n");
#if 1
- /* usualy after an error: toss frame */
+ /* usually after an error: toss frame */
dev->readptr += tt;
if (dev->readptr > dev->sh_mem + BANK2 + BANKLEN)
dev->readptr -= BANKLEN;
@@ -533,7 +533,7 @@
/*
* The board sends 0 sized frames
* They are TDATA_CONFs that get messed up somehow
- * gotta send a fake acknowledment to the upper layer somehow
+ * gotta send a fake acknowledgment to the upper layer somehow
*/
static __inline__ void pcbit_fake_conf(struct pcbit_dev *dev, struct pcbit_chan * chan)
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen, slshen@lbl.gov
with Sam's (original) version of this