]> git.kernelconcepts.de Git - karo-tx-linux.git/commit
aio-make-aio_read_evt-more-efficient-convert-to-hrtimers-checkpatch-fixes
authorAndrew Morton <akpm@linux-foundation.org>
Sat, 23 Mar 2013 02:33:12 +0000 (13:33 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Tue, 26 Mar 2013 05:11:47 +0000 (16:11 +1100)
commit57ab1095ae8391c6fd3bad7695bc12e26bc73d27
tree4f75ac6a4fe7b86f6118bf30ae373a6df0b5301e
parenta143ac3e221622322d0266250a833d6ac30df432
aio-make-aio_read_evt-more-efficient-convert-to-hrtimers-checkpatch-fixes

WARNING: line over 80 characters
#97: FILE: fs/aio.c:775:
+ long avail = (head <= info->tail ? info->tail : info->nr) - head;

WARNING: line over 80 characters
#106: FILE: fs/aio.c:784:
+       ((head + AIO_EVENTS_OFFSET) % AIO_EVENTS_PER_PAGE));

WARNING: line over 80 characters
#113: FILE: fs/aio.c:791:
+ copy_ret = copy_to_user(event + ret, ev + pos, sizeof(*ev) * avail);

total: 0 errors, 3 warnings, 288 lines checked

./patches/aio-make-aio_read_evt-more-efficient-convert-to-hrtimers.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>
fs/aio.c