diff options
author | Masanari Iida <standby24x7@gmail.com> | 2012-02-09 09:17:15 -0500 |
---|---|---|
committer | Jiri Kosina <jkosina@suse.cz> | 2012-02-09 17:09:54 -0500 |
commit | 5fd5c44d3f27c93685d4a036565245f3cdb8c033 (patch) | |
tree | eb58d59729fab017b09e784a488793c2748b65b6 /net/rds | |
parent | 3cd0b6252ebfaf65226a30e00a2d7535f66adb0e (diff) |
rds: Fix typo in iw_recv.c and ib_recv.c
Correct spelling "inclue" to "include" in
net/rds/iw_recv.c and net/rds/ib_recv.c
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'net/rds')
-rw-r--r-- | net/rds/ib_recv.c | 2 | ||||
-rw-r--r-- | net/rds/iw_recv.c | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/net/rds/ib_recv.c b/net/rds/ib_recv.c index e29e0ca32f74..8d6d9702d1ec 100644 --- a/net/rds/ib_recv.c +++ b/net/rds/ib_recv.c | |||
@@ -826,7 +826,7 @@ static void rds_ib_process_recv(struct rds_connection *conn, | |||
826 | 826 | ||
827 | if (data_len < sizeof(struct rds_header)) { | 827 | if (data_len < sizeof(struct rds_header)) { |
828 | rds_ib_conn_error(conn, "incoming message " | 828 | rds_ib_conn_error(conn, "incoming message " |
829 | "from %pI4 didn't inclue a " | 829 | "from %pI4 didn't include a " |
830 | "header, disconnecting and " | 830 | "header, disconnecting and " |
831 | "reconnecting\n", | 831 | "reconnecting\n", |
832 | &conn->c_faddr); | 832 | &conn->c_faddr); |
diff --git a/net/rds/iw_recv.c b/net/rds/iw_recv.c index 5e57347f49ff..3c8717005018 100644 --- a/net/rds/iw_recv.c +++ b/net/rds/iw_recv.c | |||
@@ -661,7 +661,7 @@ static void rds_iw_process_recv(struct rds_connection *conn, | |||
661 | 661 | ||
662 | if (byte_len < sizeof(struct rds_header)) { | 662 | if (byte_len < sizeof(struct rds_header)) { |
663 | rds_iw_conn_error(conn, "incoming message " | 663 | rds_iw_conn_error(conn, "incoming message " |
664 | "from %pI4 didn't inclue a " | 664 | "from %pI4 didn't include a " |
665 | "header, disconnecting and " | 665 | "header, disconnecting and " |
666 | "reconnecting\n", | 666 | "reconnecting\n", |
667 | &conn->c_faddr); | 667 | &conn->c_faddr); |