block: Correct a documentation comment in blk-cgroup.c
authorNicky Chorley <ndchorley@gmail.com>
Sun, 14 Jan 2024 19:10:56 +0000 (19:10 +0000)
committerJens Axboe <axboe@kernel.dk>
Mon, 15 Jan 2024 14:23:38 +0000 (07:23 -0700)
commit521277d12b5a75982d4f642d2ee22db8d7f986dd
tree47e394cc8f8c653ae41c47d83e7d361d4047e94d
parent95931a245b44ee04f3359ec432e73614d44d8b38
block: Correct a documentation comment in blk-cgroup.c

Commit 99e603874366
("blk-cgroup: pass a gendisk to the blkg allocation helpers") changed
blkg_alloc() to take a struct gendisk instead of a struct request_queue,
but the documentation comment still referred to q.

So, update that comment to refer to disk instead and fix a typo.

Signed-off-by: Nicky Chorley <ndchorley@gmail.com>
Link: https://lore.kernel.org/r/20240114191056.6992-1-ndchorley@gmail.com
Signed-off-by: Jens Axboe <axboe@kernel.dk>
block/blk-cgroup.c