Skip to content

Commit

Permalink
rds: Fix typo in iw_recv.c and ib_recv.c
Browse files Browse the repository at this point in the history
Correct spelling "inclue" to "include" in
net/rds/iw_recv.c and net/rds/ib_recv.c

Signed-off-by: Masanari Iida <[email protected]>
Signed-off-by: Jiri Kosina <[email protected]>
  • Loading branch information
standby24x7 authored and Jiri Kosina committed Feb 9, 2012
1 parent 3cd0b62 commit 5fd5c44
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion 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 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 5fd5c44

Please sign in to comment.