Commit bd974bb3 authored by Scott Feldman's avatar Scott Feldman Committed by Jeff Garzik

[E100] Spelling mistakes

On Thu, 20 Mar 2003, Scott Feldman wrote:


* Spelling mistakes
parent 5fc57f6e
...@@ -2687,13 +2687,12 @@ e100_sw_reset(struct e100_private *bdp, u32 reset_cmd) ...@@ -2687,13 +2687,12 @@ e100_sw_reset(struct e100_private *bdp, u32 reset_cmd)
udelay(20); udelay(20);
} }
/* Mask off our interrupt line -- its unmasked after reset */ /* Mask off our interrupt line -- it is unmasked after reset */
e100_disable_clear_intr(bdp); e100_disable_clear_intr(bdp);
#ifdef E100_CU_DEBUG #ifdef E100_CU_DEBUG
bdp->last_cmd = 0; bdp->last_cmd = 0;
bdp->last_sub_cmd = 0; bdp->last_sub_cmd = 0;
#endif #endif
} }
/** /**
......
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