projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
94d7f1a
)
IB/srp: Fix a spelling error in a source code comment
author
Bart Van Assche
<
[email protected]
>
Fri, 22 Apr 2016 21:12:10 +0000
(14:12 -0700)
committer
Doug Ledford
<
[email protected]
>
Thu, 12 May 2016 18:18:54 +0000
(14:18 -0400)
Change one occurrence of "boundries" into "boundaries".
Signed-off-by: Bart Van Assche <
[email protected]
>
Reviewed-by: Sagi Grimberg <
[email protected]
>
Cc: Christoph Hellwig <
[email protected]
>
Cc: Laurence Oberman <
[email protected]
>
Reviewed-by: Christoph Hellwig <
[email protected]
>
Signed-off-by: Doug Ledford <
[email protected]
>
drivers/infiniband/ulp/srp/ib_srp.c
patch
|
blob
|
history
diff --git
a/drivers/infiniband/ulp/srp/ib_srp.c
b/drivers/infiniband/ulp/srp/ib_srp.c
index b6bf2049602107befe1f49eedee4494336f85e28..9c58676459c477551581e7451e9e4eb2c4e70f1b 100644
(file)
--- 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.
+ * bound
a
ries.
*/
ret = 0;
if (len != dev->mr_page_size)