aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--net/rds/ib_recv.c2
-rw-r--r--net/rds/iw_recv.c2
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);