patch-2.4.2 linux/drivers/atm/nicstar.c
Next file: linux/drivers/atm/nicstar.h
Previous file: linux/drivers/atm/iphase.h
Back to the patch index
Back to the overall index
- Lines: 18
- Date:
Fri Feb 16 16:02:35 2001
- Orig file:
v2.4.1/linux/drivers/atm/nicstar.c
- Orig date:
Fri Dec 29 14:35:47 2000
diff -u --recursive --new-file v2.4.1/linux/drivers/atm/nicstar.c linux/drivers/atm/nicstar.c
@@ -121,7 +121,7 @@
#define ALIGN_ADDRESS(addr, alignment) \
bus_to_virt(ALIGN_BUS_ADDR(virt_to_bus(addr), alignment))
-#undef CEIL(d)
+#undef CEIL
#ifndef ATM_SKB
#define ATM_SKB(s) (&(s)->atm)
@@ -1360,7 +1360,7 @@
printk("nicstar%d: Raw cell received and no support yet...\n",
card->index);
#endif /* RCQ_SUPPORT */
- /* NOTE: the following procedure may keep a raw cell pending untill the
+ /* NOTE: the following procedure may keep a raw cell pending until the
next interrupt. As this preliminary support is only meant to
avoid buffer leakage, this is not an issue. */
while (readl(card->membase + RAWCT) != card->rawch)
FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)