aboutsummaryrefslogtreecommitdiff
path: root/drivers/vhost
diff options
context:
space:
mode:
authorGravatar Geert Uytterhoeven <geert+renesas@glider.be> 2023-09-28 14:18:33 +0200
committerGravatar Michael S. Tsirkin <mst@redhat.com> 2023-11-01 09:19:59 -0400
commit5ff1f51eefb1cd2c20c3f49538a64c09a1cc98be (patch)
treeff306e6e9313b038c96ba3aa6a0f9aac4ef7d7bd /drivers/vhost
parentvirtio: kdoc for struct virtio_pci_modern_device (diff)
downloadlinux-5ff1f51eefb1cd2c20c3f49538a64c09a1cc98be.tar.gz
linux-5ff1f51eefb1cd2c20c3f49538a64c09a1cc98be.tar.bz2
linux-5ff1f51eefb1cd2c20c3f49538a64c09a1cc98be.zip
vhost-scsi: Spelling s/preceeding/preceding/g
Fix a misspelling of "preceding". Signed-off-by: Geert Uytterhoeven <geert+renesas@glider.be> Message-Id: <b57b882675809f1f9dacbf42cf6b920b2bea9cba.1695903476.git.geert+renesas@glider.be> Signed-off-by: Michael S. Tsirkin <mst@redhat.com> Reviewed-by: Simon Horman <horms@kernel.org> Reviewed-by: Stefan Hajnoczi <stefanha@redhat.com>
Diffstat (limited to 'drivers/vhost')
-rw-r--r--drivers/vhost/scsi.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/vhost/scsi.c b/drivers/vhost/scsi.c
index abef0619c790..2d689181bafe 100644
--- a/drivers/vhost/scsi.c
+++ b/drivers/vhost/scsi.c
@@ -1158,7 +1158,7 @@ vhost_scsi_handle_vq(struct vhost_scsi *vs, struct vhost_virtqueue *vq)
/*
* Set prot_iter to data_iter and truncate it to
* prot_bytes, and advance data_iter past any
- * preceeding prot_bytes that may be present.
+ * preceding prot_bytes that may be present.
*
* Also fix up the exp_data_len to reflect only the
* actual data payload length.