You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced 2026-05-01 15:00:59 -07:00
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>
This commit is contained in:
committed by
Jiri Kosina
parent
3cd0b6252e
commit
5fd5c44d3f
+1
-1
@@ -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);
|
||||
|
||||
+1
-1
@@ -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);
|
||||
|
||||
Reference in New Issue
Block a user