mirror of
https://github.com/torvalds/linux.git
synced 2026-05-26 16:12:59 +02:00
ublk: fix "immepdately" typo in comment
Looks like "immediately" was intended. Signed-off-by: Caleb Sander Mateos <csander@purestorage.com> Reviewed-by: Ming Lei <ming.lei@redhat.com> Link: https://lore.kernel.org/r/20250430225234.2676781-3-csander@purestorage.com Signed-off-by: Jens Axboe <axboe@kernel.dk>
This commit is contained in:
parent
0cb39afd2a
commit
80c0789a7d
|
|
@ -1182,7 +1182,7 @@ static void ublk_dispatch_req(struct ublk_queue *ubq,
|
|||
if (ublk_need_get_data(ubq) && ublk_need_map_req(req)) {
|
||||
/*
|
||||
* We have not handled UBLK_IO_NEED_GET_DATA command yet,
|
||||
* so immepdately pass UBLK_IO_RES_NEED_GET_DATA to ublksrv
|
||||
* so immediately pass UBLK_IO_RES_NEED_GET_DATA to ublksrv
|
||||
* and notify it.
|
||||
*/
|
||||
if (!(io->flags & UBLK_IO_FLAG_NEED_GET_DATA)) {
|
||||
|
|
|
|||
Loading…
Reference in New Issue
Block a user