summaryrefslogtreecommitdiffstats
path: root/block/blk-exec.c
diff options
context:
space:
mode:
authorJens Axboe2008-01-31 13:03:55 +0100
committerJens Axboe2008-02-01 09:26:33 +0100
commit6728cb0e6343d4068ccec13f07212e6382d3ff33 (patch)
tree5a7826dc91cf2d9cf54e8c24b40aa3c4d892c797 /block/blk-exec.c
parentblock: new end request handling interface should take unsigned byte counts (diff)
downloadkernel-qcow2-linux-6728cb0e6343d4068ccec13f07212e6382d3ff33.tar.gz
kernel-qcow2-linux-6728cb0e6343d4068ccec13f07212e6382d3ff33.tar.xz
kernel-qcow2-linux-6728cb0e6343d4068ccec13f07212e6382d3ff33.zip
block: make core bits checkpatch compliant
Signed-off-by: Jens Axboe <jens.axboe@oracle.com>
Diffstat (limited to 'block/blk-exec.c')
-rw-r--r--block/blk-exec.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/block/blk-exec.c b/block/blk-exec.c
index ebfb44e959a9..391dd6224890 100644
--- a/block/blk-exec.c
+++ b/block/blk-exec.c
@@ -101,5 +101,4 @@ int blk_execute_rq(struct request_queue *q, struct gendisk *bd_disk,
return err;
}
-
EXPORT_SYMBOL(blk_execute_rq);