diff options
author | Bart Van Assche <bart.vanassche@sandisk.com> | 2016-04-22 21:12:10 (GMT) |
---|---|---|
committer | Doug Ledford <dledford@redhat.com> | 2016-05-12 18:18:54 (GMT) |
commit | 1d3d98c4cf4698324d71b29c84dcdc7802444376 (patch) | |
tree | c253b31fa83c09219e26ba8846d27839f6b1b498 /drivers/infiniband/ulp/srp | |
parent | 94d7f1a255db84233a2da70b27d9abf9c0a57135 (diff) | |
download | linux-1d3d98c4cf4698324d71b29c84dcdc7802444376.tar.xz |
IB/srp: Fix a spelling error in a source code comment
Change one occurrence of "boundries" into "boundaries".
Signed-off-by: Bart Van Assche <bart.vanassche@sandisk.com>
Reviewed-by: Sagi Grimberg <sagig@mellanox.com>
Cc: Christoph Hellwig <hch@lst.de>
Cc: Laurence Oberman <loberman@redhat.com>
Reviewed-by: Christoph Hellwig <hch@lst.de>
Signed-off-by: Doug Ledford <dledford@redhat.com>
Diffstat (limited to 'drivers/infiniband/ulp/srp')
-rw-r--r-- | drivers/infiniband/ulp/srp/ib_srp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/infiniband/ulp/srp/ib_srp.c b/drivers/infiniband/ulp/srp/ib_srp.c index b6bf204..9c58676 100644 --- a/drivers/infiniband/ulp/srp/ib_srp.c +++ b/drivers/infiniband/ulp/srp/ib_srp.c @@ -1398,7 +1398,7 @@ static int srp_map_sg_entry(struct srp_map_state *state, /* * If the last entry of the MR wasn't a full page, then we need to * close it out and start a new one -- we can only merge at page - * boundries. + * boundaries. */ ret = 0; if (len != dev->mr_page_size) |