patch-2.4.0-test10 linux/drivers/block/ll_rw_blk.c

Next file: linux/drivers/block/loop.c
Previous file: linux/drivers/block/floppy.c
Back to the patch index
Back to the overall index

diff -u --recursive --new-file v2.4.0-test9/linux/drivers/block/ll_rw_blk.c linux/drivers/block/ll_rw_blk.c
@@ -328,7 +328,7 @@
  * on the list.
  *
  * This is called with interrupts off and no requests on the queue.
- * (and with the request spinlock aquired)
+ * (and with the request spinlock acquired)
  */
 static void generic_plug_device(request_queue_t *q, kdev_t dev)
 {
@@ -570,7 +570,7 @@
 
 /*
  * add-request adds a request to the linked list.
- * It disables interrupts (aquires the request spinlock) so that it can muck
+ * It disables interrupts (acquires the request spinlock) so that it can muck
  * with the request-lists in peace. Thus it should be called with no spinlocks
  * held.
  *
@@ -624,7 +624,7 @@
 }
 
 /*
- * Has to be called with the request spinlock aquired
+ * Has to be called with the request spinlock acquired
  */
 static void attempt_merge(request_queue_t * q,
 			  struct request *req,

FUNET's LINUX-ADM group, linux-adm@nic.funet.fi
TCL-scripts by Sam Shen (who was at: slshen@lbl.gov)