Skip to content

Commit 5ff1f51

Browse files
geertumstsirkin
authored andcommitted
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>
1 parent a5d7df8 commit 5ff1f51

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

drivers/vhost/scsi.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1158,7 +1158,7 @@ vhost_scsi_handle_vq(struct vhost_scsi *vs, struct vhost_virtqueue *vq)
11581158
/*
11591159
* Set prot_iter to data_iter and truncate it to
11601160
* prot_bytes, and advance data_iter past any
1161-
* preceeding prot_bytes that may be present.
1161+
* preceding prot_bytes that may be present.
11621162
*
11631163
* Also fix up the exp_data_len to reflect only the
11641164
* actual data payload length.

0 commit comments

Comments
 (0)