aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/md/bcache/request.c
diff options
context:
space:
mode:
authorBart Van Assche <bart.vanassche@wdc.com>2018-03-18 20:36:29 -0400
committerJens Axboe <axboe@kernel.dk>2018-03-18 22:15:20 -0400
commit47344e330eabc1515cbe6061eb337100a3ab6d37 (patch)
treead6d622fcdde0fe2aa74cc46e0b567dd75829265 /drivers/md/bcache/request.c
parent9dfbdec7b7fea1ff1b7b5d5d12980dbc7dca46c7 (diff)
bcache: Fix kernel-doc warnings
Avoid that building with W=1 triggers warnings about the kernel-doc headers. Signed-off-by: Bart Van Assche <bart.vanassche@wdc.com> Reviewed-by: Michael Lyle <mlyle@lyle.org> Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'drivers/md/bcache/request.c')
-rw-r--r--drivers/md/bcache/request.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/drivers/md/bcache/request.c b/drivers/md/bcache/request.c
index 5a82237c7025..a65e3365eeb9 100644
--- a/drivers/md/bcache/request.c
+++ b/drivers/md/bcache/request.c
@@ -296,6 +296,7 @@ err:
296 296
297/** 297/**
298 * bch_data_insert - stick some data in the cache 298 * bch_data_insert - stick some data in the cache
299 * @cl: closure pointer.
299 * 300 *
300 * This is the starting point for any data to end up in a cache device; it could 301 * This is the starting point for any data to end up in a cache device; it could
301 * be from a normal write, or a writeback write, or a write to a flash only 302 * be from a normal write, or a writeback write, or a write to a flash only