Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 21958
b: refs/heads/master
c: bf17c1c
h: refs/heads/master
v: v3
  • Loading branch information
Roland Dreier committed Mar 20, 2006
1 parent a4296fd commit ae7ccd4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 6b63e3015a69dd8aa5534e23af9f132a021da02e
refs/heads/master: bf17c1c7cc9250d7c3c01b0ae898aefa1853535a
1 change: 1 addition & 0 deletions trunk/drivers/infiniband/ulp/srp/ib_srp.c
Original file line number Diff line number Diff line change
Expand Up @@ -1448,6 +1448,7 @@ static int srp_parse_options(const char *buf, struct srp_target_port *target)
strlcpy(dgid, p + i * 2, 3);
target->path.dgid.raw[i] = simple_strtoul(dgid, NULL, 16);
}
kfree(p);
break;

case SRP_OPT_PKEY:
Expand Down

0 comments on commit ae7ccd4

Please sign in to comment.