diff options
author | Randy Dunlap <rdunlap@infradead.org> | 2020-07-31 04:42:33 +0300 |
---|---|---|
committer | Jens Axboe <axboe@kernel.dk> | 2020-08-01 01:29:47 +0300 |
commit | d958e343bdc3de2643ce25225bed082dc222858d (patch) | |
tree | f9335be4a2ebf5e6db26642f25728b86da07974b /block/blk-timeout.c | |
parent | c4aecaa256904bb1f46a8d898034b0c725b45015 (diff) | |
download | linux-d958e343bdc3de2643ce25225bed082dc222858d.tar.xz |
block: blk-timeout: delete duplicated word
Drop the repeated word "request".
Change to the correct kernel-doc notation for function name separtor.
Signed-off-by: Randy Dunlap <rdunlap@infradead.org>
Cc: Jens Axboe <axboe@kernel.dk>
Cc: linux-block@vger.kernel.org
Signed-off-by: Jens Axboe <axboe@kernel.dk>
Diffstat (limited to 'block/blk-timeout.c')
-rw-r--r-- | block/blk-timeout.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/block/blk-timeout.c b/block/blk-timeout.c index 4c1fc3417460..1b8de0417fc1 100644 --- a/block/blk-timeout.c +++ b/block/blk-timeout.c @@ -68,7 +68,7 @@ ssize_t part_timeout_store(struct device *dev, struct device_attribute *attr, #endif /* CONFIG_FAIL_IO_TIMEOUT */ /** - * blk_abort_request -- Request request recovery for the specified command + * blk_abort_request - Request recovery for the specified command * @req: pointer to the request of interest * * This function requests that the block layer start recovery for the |