Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

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>

authored by

Randy Dunlap and committed by
Jens Axboe
d958e343 c4aecaa2

+1 -1
+1 -1
block/blk-timeout.c
··· 68 68 #endif /* CONFIG_FAIL_IO_TIMEOUT */ 69 69 70 70 /** 71 - * blk_abort_request -- Request request recovery for the specified command 71 + * blk_abort_request - Request recovery for the specified command 72 72 * @req: pointer to the request of interest 73 73 * 74 74 * This function requests that the block layer start recovery for the