From d6dbe1a0b03a1200b8f806f5b68f7c51f5073e66 Mon Sep 17 00:00:00 2001 From: Bart Van Assche Date: Mon, 22 Dec 2014 12:29:51 +0000 Subject: [PATCH] Source code spelling fix: addres -> address git-svn-id: http://svn.code.sf.net/p/scst/svn/trunk@5945 d57e44dd-8a1f-0410-8b47-8ef2f437770f --- srpt/src/ib_srpt.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/srpt/src/ib_srpt.c b/srpt/src/ib_srpt.c index 3b635f322..63a861e36 100644 --- a/srpt/src/ib_srpt.c +++ b/srpt/src/ib_srpt.c @@ -3344,7 +3344,7 @@ static int srpt_map_sg_to_ib_sge(struct srpt_rdma_ch *ch, dma_len = ib_sg_dma_len(dev, &sg[0]); dma_addr = ib_sg_dma_address(dev, &sg[0]); - /* this second loop is really mapped sg_addres to rdma_iu->ib_sge */ + /* this second loop is really mapped sg_address to rdma_iu->ib_sge */ for (i = 0, j = 0, cur_sg = sg; j < count && i < ioctx->n_rbuf && tsize > 0; ++i, ++riu, ++db) { rsize = be32_to_cpu(db->len);