Linux block layer
 help / color / mirror / Atom feed
* [PATCH] block: Fix typo 'prefered' -> 'preferred'
@ 2025-07-25  4:09 Ignacio Peña
  2025-07-25 12:10 ` Jens Axboe
  0 siblings, 1 reply; 2+ messages in thread
From: Ignacio Peña @ 2025-07-25  4:09 UTC (permalink / raw)
  To: Jens Axboe; +Cc: linux-block, linux-kernel, Ignacio Pena

Fix spelling mistake.

No functional change.

Signed-off-by: Ignacio Pena <ignacio.pena87@gmail.com>
---
 block/blk-mq.c | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/block/blk-mq.c b/block/blk-mq.c
index b1d818396..5457c0e1a 100644
--- a/block/blk-mq.c
+++ b/block/blk-mq.c
@@ -2361,7 +2361,7 @@ void blk_mq_run_hw_queue(struct blk_mq_hw_ctx *hctx, bool async)
 EXPORT_SYMBOL(blk_mq_run_hw_queue);
 
 /*
- * Return prefered queue to dispatch from (if any) for non-mq aware IO
+ * Return preferred queue to dispatch from (if any) for non-mq aware IO
  * scheduler.
  */
 static struct blk_mq_hw_ctx *blk_mq_get_sq_hctx(struct request_queue *q)
-- 
2.50.1


^ permalink raw reply related	[flat|nested] 2+ messages in thread

end of thread, other threads:[~2025-07-25 12:10 UTC | newest]

Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2025-07-25  4:09 [PATCH] block: Fix typo 'prefered' -> 'preferred' Ignacio Peña
2025-07-25 12:10 ` Jens Axboe

This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox