Skip to content

Commit 67a9528

Browse files
ipenas-clkawasaki
authored andcommitted
block: Fix typo 'prefered' -> 'preferred'
Fix spelling mistake. No functional change. Signed-off-by: Ignacio Pena <[email protected]>
1 parent 593e738 commit 67a9528

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

block/blk-mq.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2361,7 +2361,7 @@ void blk_mq_run_hw_queue(struct blk_mq_hw_ctx *hctx, bool async)
23612361
EXPORT_SYMBOL(blk_mq_run_hw_queue);
23622362

23632363
/*
2364-
* Return prefered queue to dispatch from (if any) for non-mq aware IO
2364+
* Return preferred queue to dispatch from (if any) for non-mq aware IO
23652365
* scheduler.
23662366
*/
23672367
static struct blk_mq_hw_ctx *blk_mq_get_sq_hctx(struct request_queue *q)

0 commit comments

Comments
 (0)