Commit fe591fcd authored by Dave Jones's avatar Dave Jones Committed by James Bottomley

[PATCH] important bits.

Spelling fixes! Woo! I gotta get me some of that.
parent eeedbf43
...@@ -125,7 +125,7 @@ void sym_mdelay(int ms) { mdelay(ms); } ...@@ -125,7 +125,7 @@ void sym_mdelay(int ms) { mdelay(ms); }
* *
* The whole SCSI sub-system under Linux is basically single-threaded. * The whole SCSI sub-system under Linux is basically single-threaded.
* Everything, including low-level driver interrupt routine, happens * Everything, including low-level driver interrupt routine, happens
* whith the `io_request_lock' held. * with the `io_request_lock' held.
* The sym53c8xx-1.x drivers series ran their interrupt code using a * The sym53c8xx-1.x drivers series ran their interrupt code using a
* spin mutex per controller. This added complexity without improving * spin mutex per controller. This added complexity without improving
* scalability significantly. the sym-2 driver still use a spinlock * scalability significantly. the sym-2 driver still use a spinlock
......
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