Commit be099a31 authored by Alan Cox's avatar Alan Cox Committed by Linus Torvalds

[PATCH] fix 3c501 typo

parent 451149ea
...@@ -955,7 +955,7 @@ MODULE_PARM_DESC(irq, "EtherLink IRQ number"); ...@@ -955,7 +955,7 @@ MODULE_PARM_DESC(irq, "EtherLink IRQ number");
* init_module: * init_module:
* *
* When the driver is loaded as a module this function is called. We fake up * When the driver is loaded as a module this function is called. We fake up
* a device structure with the base I/O and interrupt set as if it was being * a device structure with the base I/O and interrupt set as if it were being
* called from Space.c. This minimises the extra code that would otherwise * called from Space.c. This minimises the extra code that would otherwise
* be required. * be required.
* *
......
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