]> git.karo-electronics.de Git - linux-beck.git/blobdiff - drivers/md/bcache/closure.h
Merge branch 'for-4.5/drivers' of git://git.kernel.dk/linux-block
[linux-beck.git] / drivers / md / bcache / closure.h
index 79a6d63e8ed3dce7b5bf936face73542af0a77d8..782cc2c8a1853d1c33c297961ccabf7a7683bc49 100644 (file)
@@ -38,7 +38,7 @@
  * they are running owned by the thread that is running them. Otherwise, suppose
  * you submit some bios and wish to have a function run when they all complete:
  *
- * foo_endio(struct bio *bio, int error)
+ * foo_endio(struct bio *bio)
  * {
  *     closure_put(cl);
  * }