All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH][V2] CIFS: SMBD: fix spelling mistake: "faield" and "legnth"
@ 2018-02-09 12:14 ` Colin King
  0 siblings, 0 replies; 7+ messages in thread
From: Colin King @ 2018-02-09 12:14 UTC (permalink / raw)
  To: Steve French, linux-cifs, samba-technical; +Cc: kernel-janitors, linux-kernel

From: Colin Ian King <colin.king@canonical.com>

Trivial fix to spelling mistake in log_rdma_send and log_rdma_mr
message text.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 fs/cifs/smbdirect.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/fs/cifs/smbdirect.c b/fs/cifs/smbdirect.c
index 91710eb571fb..5aa0b54b32ce 100644
--- 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 legnth=%u\n",
+			"rdma_request sge[%d] addr=%llu length=%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 faield rc=%x\n",
+						"ib_dereg_mr failed rc=%x\n",
 						rc);
 					smbd_disconnect_rdma_connection(info);
 				}
-- 
2.15.1

^ permalink raw reply related	[flat|nested] 7+ messages in thread

* [PATCH][V2] CIFS: SMBD: fix spelling mistake: "faield" and "legnth"
@ 2018-02-09 12:14 ` Colin King
  0 siblings, 0 replies; 7+ messages in thread
From: Colin King @ 2018-02-09 12:14 UTC (permalink / raw)
  To: Steve French, linux-cifs, samba-technical; +Cc: kernel-janitors, linux-kernel

From: Colin Ian King <colin.king@canonical.com>

Trivial fix to spelling mistake in log_rdma_send and log_rdma_mr
message text.

Signed-off-by: Colin Ian King <colin.king@canonical.com>
---
 fs/cifs/smbdirect.c | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/fs/cifs/smbdirect.c b/fs/cifs/smbdirect.c
index 91710eb571fb..5aa0b54b32ce 100644
--- 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 legnth=%u\n",
+			"rdma_request sge[%d] addr=%llu length=%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 faield rc=%x\n",
+						"ib_dereg_mr failed rc=%x\n",
 						rc);
 					smbd_disconnect_rdma_connection(info);
 				}
-- 
2.15.1


^ permalink raw reply related	[flat|nested] 7+ messages in thread

* Re: [PATCH][V2] CIFS: SMBD: fix spelling mistake: "faield" and "legnth"
  2018-02-09 12:14 ` Colin King
@ 2018-02-09 12:48   ` Aurélien Aptel
  -1 siblings, 0 replies; 7+ messages in thread
From: Aurélien Aptel @ 2018-02-09 12:48 UTC (permalink / raw)
  To: Colin King, Steve French, linux-cifs, samba-technical
  Cc: kernel-janitors, linux-kernel


Reviewed-by: Aurelien Aptel <aaptel@suse.com>

-- 
Aurélien Aptel / SUSE Labs Samba Team
GPG: 1839 CB5F 9F5B FB9B AA97  8C99 03C8 A49B 521B D5D3
SUSE Linux GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
GF: Felix Imendörffer, Jane Smithard, Graham Norton, HRB 21284 (AG Nürnberg)

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH][V2] CIFS: SMBD: fix spelling mistake: "faield" and "legnth"
@ 2018-02-09 12:48   ` Aurélien Aptel
  0 siblings, 0 replies; 7+ messages in thread
From: Aurélien Aptel @ 2018-02-09 12:48 UTC (permalink / raw)
  To: Colin King, Steve French, linux-cifs, samba-technical
  Cc: kernel-janitors, linux-kernel


Reviewed-by: Aurelien Aptel <aaptel@suse.com>

-- 
Aurélien Aptel / SUSE Labs Samba Team
GPG: 1839 CB5F 9F5B FB9B AA97  8C99 03C8 A49B 521B D5D3
SUSE Linux GmbH, Maxfeldstraße 5, 90409 Nürnberg, Germany
GF: Felix Imendörffer, Jane Smithard, Graham Norton, HRB 21284 (AG Nürnberg)

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH][V2] CIFS: SMBD: fix spelling mistake: "faield" and "legnth"
  2018-02-09 12:14 ` Colin King
  (?)
@ 2018-02-09 23:57     ` Steve French
  -1 siblings, 0 replies; 7+ messages in thread
From: Steve French @ 2018-02-09 23:57 UTC (permalink / raw)
  To: Colin King; +Cc: Steve French, CIFS, samba-technical, kernel-janitors, LKML

merged into cifs-2.6.git for-next

On Fri, Feb 9, 2018 at 6:14 AM, Colin King <colin.king-Z7WLFzj8eWMS+FvcfC7Uqw@public.gmane.org> wrote:
> From: Colin Ian King <colin.king-Z7WLFzj8eWMS+FvcfC7Uqw@public.gmane.org>
>
> Trivial fix to spelling mistake in log_rdma_send and log_rdma_mr
> message text.
>
> Signed-off-by: Colin Ian King <colin.king-Z7WLFzj8eWMS+FvcfC7Uqw@public.gmane.org>
> ---
>  fs/cifs/smbdirect.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/fs/cifs/smbdirect.c b/fs/cifs/smbdirect.c
> index 91710eb571fb..5aa0b54b32ce 100644
> --- 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 legnth=%u\n",
> +                       "rdma_request sge[%d] addr=%llu length=%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 faield rc=%x\n",
> +                                               "ib_dereg_mr failed rc=%x\n",
>                                                 rc);
>                                         smbd_disconnect_rdma_connection(info);
>                                 }
> --
> 2.15.1
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-cifs" in
> the body of a message to majordomo-u79uwXL29TY76Z2rM5mHXA@public.gmane.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html



-- 
Thanks,

Steve

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH][V2] CIFS: SMBD: fix spelling mistake: "faield" and "legnth"
@ 2018-02-09 23:57     ` Steve French
  0 siblings, 0 replies; 7+ messages in thread
From: Steve French @ 2018-02-09 23:57 UTC (permalink / raw)
  To: Colin King; +Cc: Steve French, CIFS, samba-technical, kernel-janitors, LKML

merged into cifs-2.6.git for-next

On Fri, Feb 9, 2018 at 6:14 AM, Colin King <colin.king@canonical.com> wrote:
> From: Colin Ian King <colin.king@canonical.com>
>
> Trivial fix to spelling mistake in log_rdma_send and log_rdma_mr
> message text.
>
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
> ---
>  fs/cifs/smbdirect.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/fs/cifs/smbdirect.c b/fs/cifs/smbdirect.c
> index 91710eb571fb..5aa0b54b32ce 100644
> --- 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 legnth=%u\n",
> +                       "rdma_request sge[%d] addr=%llu length=%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 faield rc=%x\n",
> +                                               "ib_dereg_mr failed rc=%x\n",
>                                                 rc);
>                                         smbd_disconnect_rdma_connection(info);
>                                 }
> --
> 2.15.1
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-cifs" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html



-- 
Thanks,

Steve

^ permalink raw reply	[flat|nested] 7+ messages in thread

* Re: [PATCH][V2] CIFS: SMBD: fix spelling mistake: "faield" and "legnth"
@ 2018-02-09 23:57     ` Steve French
  0 siblings, 0 replies; 7+ messages in thread
From: Steve French @ 2018-02-09 23:57 UTC (permalink / raw)
  To: Colin King; +Cc: Steve French, CIFS, samba-technical, kernel-janitors, LKML

merged into cifs-2.6.git for-next

On Fri, Feb 9, 2018 at 6:14 AM, Colin King <colin.king@canonical.com> wrote:
> From: Colin Ian King <colin.king@canonical.com>
>
> Trivial fix to spelling mistake in log_rdma_send and log_rdma_mr
> message text.
>
> Signed-off-by: Colin Ian King <colin.king@canonical.com>
> ---
>  fs/cifs/smbdirect.c | 4 ++--
>  1 file changed, 2 insertions(+), 2 deletions(-)
>
> diff --git a/fs/cifs/smbdirect.c b/fs/cifs/smbdirect.c
> index 91710eb571fb..5aa0b54b32ce 100644
> --- 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 legnth=%u\n",
> +                       "rdma_request sge[%d] addr=%llu length=%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 faield rc=%x\n",
> +                                               "ib_dereg_mr failed rc=%x\n",
>                                                 rc);
>                                         smbd_disconnect_rdma_connection(info);
>                                 }
> --
> 2.15.1
>
> --
> To unsubscribe from this list: send the line "unsubscribe linux-cifs" in
> the body of a message to majordomo@vger.kernel.org
> More majordomo info at  http://vger.kernel.org/majordomo-info.html



-- 
Thanks,

Steve

^ permalink raw reply	[flat|nested] 7+ messages in thread

end of thread, other threads:[~2018-02-09 23:57 UTC | newest]

Thread overview: 7+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2018-02-09 12:14 [PATCH][V2] CIFS: SMBD: fix spelling mistake: "faield" and "legnth" Colin King
2018-02-09 12:14 ` Colin King
2018-02-09 12:48 ` Aurélien Aptel
2018-02-09 12:48   ` Aurélien Aptel
     [not found] ` <20180209121415.564-1-colin.king-Z7WLFzj8eWMS+FvcfC7Uqw@public.gmane.org>
2018-02-09 23:57   ` Steve French
2018-02-09 23:57     ` Steve French
2018-02-09 23:57     ` Steve French

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.