Geert Uytterhoeven
2023-Sep-28 12:18 UTC
[PATCH] vhost-scsi: Spelling s/preceeding/preceding/g
Fix a misspelling of "preceding". Signed-off-by: Geert Uytterhoeven <geert+renesas at glider.be> --- drivers/vhost/scsi.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/drivers/vhost/scsi.c b/drivers/vhost/scsi.c index abef0619c7901af0..2d689181bafef241 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. -- 2.34.1
Stefan Hajnoczi
2023-Oct-02 18:54 UTC
[PATCH] vhost-scsi: Spelling s/preceeding/preceding/g
On Thu, Sep 28, 2023 at 02:18:33PM +0200, Geert Uytterhoeven wrote:> Fix a misspelling of "preceding". > > Signed-off-by: Geert Uytterhoeven <geert+renesas at glider.be> > --- > drivers/vhost/scsi.c | 2 +- > 1 file changed, 1 insertion(+), 1 deletion(-)Reviewed-by: Stefan Hajnoczi <stefanha at redhat.com> -------------- next part -------------- A non-text attachment was scrubbed... Name: signature.asc Type: application/pgp-signature Size: 484 bytes Desc: not available URL: <http://lists.linuxfoundation.org/pipermail/virtualization/attachments/20231002/287e1fd4/attachment.sig>