]> git.karo-electronics.de Git - linux-beck.git/commitdiff
Fix misleading comment in bio.h
authorAlberto Bertogli <albertito@blitiri.com.ar>
Mon, 2 Feb 2009 11:41:07 +0000 (12:41 +0100)
committerJens Axboe <jens.axboe@oracle.com>
Mon, 2 Feb 2009 11:41:07 +0000 (12:41 +0100)
The comment says "remember to add offset!", but the function already adds
it.

Signed-off-by: Alberto Bertogli <albertito@blitiri.com.ar>
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
include/linux/bio.h

index 0942765cf8c0b9208828d1b090c20f9ef8a451ee..99728320cc0552e5c90b631a51cce714df1e2321 100644 (file)
@@ -451,8 +451,8 @@ extern struct biovec_slab bvec_slabs[BIOVEC_NR_POOLS] __read_mostly;
 
 #ifdef CONFIG_HIGHMEM
 /*
- * remember to add offset! and never ever reenable interrupts between a
- * bvec_kmap_irq and bvec_kunmap_irq!!
+ * remember never ever reenable interrupts between a bvec_kmap_irq and
+ * bvec_kunmap_irq!
  *
  * This function MUST be inlined - it plays with the CPU interrupt flags.
  */