From: Geert Uytterhoeven Date: Thu, 28 Sep 2023 12:18:33 +0000 (+0200) Subject: vhost-scsi: Spelling s/preceeding/preceding/g X-Git-Tag: v6.7-rc1~54^2~12 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=5ff1f51eefb1cd2c20c3f49538a64c09a1cc98be;p=thirdparty%2Fkernel%2Flinux.git vhost-scsi: Spelling s/preceeding/preceding/g Fix a misspelling of "preceding". Signed-off-by: Geert Uytterhoeven Message-Id: Signed-off-by: Michael S. Tsirkin Reviewed-by: Simon Horman Reviewed-by: Stefan Hajnoczi --- diff --git a/drivers/vhost/scsi.c b/drivers/vhost/scsi.c index abef0619c7901..2d689181bafef 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.