* [PATCH] [trivial] rds: Fix typo in iw_recv.c and ib_recv.c
@ 2012-02-09 14:17 Masanari Iida
0 siblings, 0 replies; only message in thread
From: Masanari Iida @ 2012-02-09 14:17 UTC (permalink / raw)
To: venkat.x.venkatsubra, rds-devel; +Cc: trivial, linux-kernel, standby24x7
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>
---
net/rds/ib_recv.c | 2 +-
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 744a00d..8d19491 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,
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);
diff --git a/net/rds/iw_recv.c b/net/rds/iw_recv.c
index 0bd9b5e..4503335 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,
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);
--
1.7.6.5
^ permalink raw reply [flat|nested] only message in thread
only message in thread, other threads:[~2012-02-09 14:17 UTC | newest]
Thread overview: (only message) (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2012-02-09 14:17 [PATCH] [trivial] rds: Fix typo in iw_recv.c and ib_recv.c Masanari Iida
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox
all inboxes | Powered by JetHome®