Skip to content

Commit

Permalink
---
Browse files Browse the repository at this point in the history
yaml
---
r: 291718
b: refs/heads/master
c: 5fd5c44
h: refs/heads/master
v: v3
  • Loading branch information
Masanari Iida authored and Jiri Kosina committed Feb 9, 2012
1 parent f962f65 commit 3c69347
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion [refs]
Original file line number Diff line number Diff line change
@@ -1,2 +1,2 @@
---
refs/heads/master: 3cd0b6252ebfaf65226a30e00a2d7535f66adb0e
refs/heads/master: 5fd5c44d3f27c93685d4a036565245f3cdb8c033
2 changes: 1 addition & 1 deletion trunk/net/rds/ib_recv.c
Original file line number Diff line number Diff line change
Expand Up @@ -826,7 +826,7 @@ static void rds_ib_process_recv(struct rds_connection *conn,

if (data_len < sizeof(struct rds_header)) {
rds_ib_conn_error(conn, "incoming message "
"from %pI4 didn't inclue a "
"from %pI4 didn't include a "
"header, disconnecting and "
"reconnecting\n",
&conn->c_faddr);
Expand Down
2 changes: 1 addition & 1 deletion trunk/net/rds/iw_recv.c
Original file line number Diff line number Diff line change
Expand Up @@ -661,7 +661,7 @@ static void rds_iw_process_recv(struct rds_connection *conn,

if (byte_len < sizeof(struct rds_header)) {
rds_iw_conn_error(conn, "incoming message "
"from %pI4 didn't inclue a "
"from %pI4 didn't include a "
"header, disconnecting and "
"reconnecting\n",
&conn->c_faddr);
Expand Down

0 comments on commit 3c69347

Please sign in to comment.