projects
/
openwrt
/
staging
/
blogic.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
0adb328
)
CIFS: SMBD: fix spelling mistake: "faield" and "legnth"
author
Colin Ian King
<
[email protected]
>
Fri, 9 Feb 2018 12:14:15 +0000
(12:14 +0000)
committer
Steve French
<
[email protected]
>
Mon, 2 Apr 2018 01:24:39 +0000
(20:24 -0500)
Trivial fix to spelling mistake in log_rdma_send and log_rdma_mr
message text.
Signed-off-by: Colin Ian King <
[email protected]
>
Signed-off-by: Steve French <
[email protected]
>
Reviewed-by: Aurelien Aptel <
[email protected]
>
fs/cifs/smbdirect.c
patch
|
blob
|
history
diff --git
a/fs/cifs/smbdirect.c
b/fs/cifs/smbdirect.c
index 91710eb571fb3a61a1fe601d2eb72b0e7b15cc8a..5aa0b54b32ce78d8d8f6ffe00ab2b5660579ca8a 100644
(file)
--- a/
fs/cifs/smbdirect.c
+++ b/
fs/cifs/smbdirect.c
@@
-1025,7
+1025,7
@@
static int smbd_post_send(struct smbd_connection *info,
for (i = 0; i < request->num_sge; i++) {
log_rdma_send(INFO,
- "rdma_request sge[%d] addr=%llu le
gn
th=%u\n",
+ "rdma_request sge[%d] addr=%llu le
ng
th=%u\n",
i, request->sge[0].addr, request->sge[0].length);
ib_dma_sync_single_for_device(
info->id->device,
@@
-2295,7
+2295,7
@@
static void smbd_mr_recovery_work(struct work_struct *work)
rc = ib_dereg_mr(smbdirect_mr->mr);
if (rc) {
log_rdma_mr(ERR,
- "ib_dereg_mr fai
el
d rc=%x\n",
+ "ib_dereg_mr fai
le
d rc=%x\n",
rc);
smbd_disconnect_rdma_connection(info);
}