]> git.karo-electronics.de Git - karo-tx-linux.git/commit
aio-make-aio_put_req-lockless-checkpatch-fixes
authorAndrew Morton <akpm@linux-foundation.org>
Tue, 26 Mar 2013 23:26:18 +0000 (10:26 +1100)
committerStephen Rothwell <sfr@canb.auug.org.au>
Thu, 4 Apr 2013 06:26:35 +0000 (17:26 +1100)
commit3fa64603f8795d4e82b45baf0dedbe8e4ac273af
treed5610f5ae74fa4683f8e610f61a730b10eaadd40
parente5b78abf0e02a146c30d5545f679dc9a5c7d20e4
aio-make-aio_put_req-lockless-checkpatch-fixes

WARNING: line over 80 characters
#160: FILE: fs/aio.c:548:
+ avail = aio_ring_avail(&ctx->ring_info, ring) - atomic_read(&ctx->reqs_active);

total: 0 errors, 1 warnings, 224 lines checked

./patches/aio-make-aio_put_req-lockless.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