]> git.karo-electronics.de Git - karo-tx-linux.git/commit
block-aio-batch-completion-for-bios-kiocbs-checkpatch-fixes
authorAndrew Morton <akpm@linux-foundation.org>
Tue, 26 Mar 2013 23:26:26 +0000 (10:26 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 2 Apr 2013 07:30:07 +0000 (18:30 +1100)
commitb2e11b5bb212b1516d696026cef4c3c06851e4b0
tree32c88858040b19cd9115606a6e1043d6bade9aee
parent465d9b579df8853bae0630fc8490d90c4fe49e96
block-aio-batch-completion-for-bios-kiocbs-checkpatch-fixes

WARNING: line over 80 characters
#155: FILE: block/blk-core.c:2527:
+    unsigned int nr_bytes, unsigned int bidi_bytes,

WARNING: line over 80 characters
#177: FILE: block/blk-core.c:2643:
+void blk_end_request_all_batch(struct request *rq, int error, struct batch_complete *batch)

WARNING: line over 80 characters
#186: FILE: block/blk-core.c:2651:
+ pending = __blk_end_bidi_request(rq, error, blk_rq_bytes(rq), bidi_bytes, batch);

WARNING: line over 80 characters
#633: FILE: fs/direct-io.c:233:
+static ssize_t dio_complete(struct dio *dio, loff_t offset, ssize_t ret, bool is_async,

WARNING: line over 80 characters
#652: FILE: fs/direct-io.c:278:
+static void dio_bio_end_aio(struct bio *bio, int error, struct batch_complete *batch)

total: 0 errors, 5 warnings, 740 lines checked

./patches/block-aio-batch-completion-for-bios-kiocbs.patch has style problems, please review.

If any of these errors are false positives, please report
them to the maintainer, see CHECKPATCH in MAINTAINERS.

Please run checkpatch prior to sending patches

Cc: Kent Overstreet <koverstreet@google.com>
Signed-off-by: Andrew Morton <akpm@linux-foundation.org>
block/blk-core.c
fs/direct-io.c