projects
/
platform
/
kernel
/
linux-rpi.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6ae6ff6
)
virtio_blk: Fix spelling mistake: "advertisted" -> "advertised"
author
Colin Ian King
<colin.i.king@googlemail.com>
Mon, 25 Oct 2021 10:22:40 +0000
(11:22 +0100)
committer
Michael S. Tsirkin
<mst@redhat.com>
Mon, 1 Nov 2021 09:26:48 +0000
(
05:26
-0400)
There is a spelling mistake in a dev_err error message. Fix it.
Signed-off-by: Colin Ian King <colin.i.king@gmail.com>
Link:
https://lore.kernel.org/r/20211025102240.22801-1-colin.i.king@gmail.com
Signed-off-by: Michael S. Tsirkin <mst@redhat.com>
Reviewed-by: Max Gurtovoy <mgurtovoy@nvidia.com>
Acked-by: Jason Wang <jasowang@redhat.com>
drivers/block/virtio_blk.c
patch
|
blob
|
history
diff --git
a/drivers/block/virtio_blk.c
b/drivers/block/virtio_blk.c
index dbcf2a7e4a00cb9e30bbb27a5904fe99fc6b12c6..20f230bfe5b3502aa0a395f28a7490bfacd39d52 100644
(file)
--- a/
drivers/block/virtio_blk.c
+++ b/
drivers/block/virtio_blk.c
@@
-572,7
+572,7
@@
static int init_vq(struct virtio_blk *vblk)
if (err)
num_vqs = 1;
if (!err && !num_vqs) {
- dev_err(&vdev->dev, "MQ advertis
t
ed but zero queues reported\n");
+ dev_err(&vdev->dev, "MQ advertised but zero queues reported\n");
return -EINVAL;
}