* [PATCH] SCSI/libsrp: fix typo -- replace RDAM by RDMA
@ 2009-12-04 19:38 Bart Van Assche
2010-01-04 11:37 ` Bart Van Assche
0 siblings, 1 reply; 3+ messages in thread
From: Bart Van Assche @ 2009-12-04 19:38 UTC (permalink / raw)
To: linux-scsi; +Cc: James E.J. Bottomley, FUJITA Tomonori
Fixed a typo in libsrp.c: replaced two occurrences of 'RDAM' by 'RDMA'.
Signed-off-by: Bart Van Assche <bart.vanassche@gmail.com>
Cc: James E.J. Bottomley <James.Bottomley@suse.de>
Cc: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
diff --git a/drivers/scsi/libsrp.c b/drivers/scsi/libsrp.c
index 9ad38e8..f5bfbc5 100644
--- a/drivers/scsi/libsrp.c
+++ b/drivers/scsi/libsrp.c
@@ -1,5 +1,5 @@
/*
- * SCSI RDAM Protocol lib functions
+ * SCSI RDMA Protocol lib functions
*
* Copyright (C) 2006 FUJITA Tomonori <tomof@acm.org>
*
@@ -439,6 +439,6 @@ int srp_cmd_queue(struct Scsi_Host *shost, struct srp_cmd *cmd, void *info,
}
EXPORT_SYMBOL_GPL(srp_cmd_queue);
-MODULE_DESCRIPTION("SCSI RDAM Protocol lib functions");
+MODULE_DESCRIPTION("SCSI RDMA Protocol lib functions");
MODULE_AUTHOR("FUJITA Tomonori");
MODULE_LICENSE("GPL");
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] SCSI/libsrp: fix typo -- replace RDAM by RDMA
2009-12-04 19:38 [PATCH] SCSI/libsrp: fix typo -- replace RDAM by RDMA Bart Van Assche
@ 2010-01-04 11:37 ` Bart Van Assche
2010-01-04 14:35 ` FUJITA Tomonori
0 siblings, 1 reply; 3+ messages in thread
From: Bart Van Assche @ 2010-01-04 11:37 UTC (permalink / raw)
To: linux-scsi; +Cc: James E.J. Bottomley, FUJITA Tomonori
On Fri, Dec 4, 2009 at 8:38 PM, Bart Van Assche
<bart.vanassche@gmail.com> wrote:
>
> Fixed a typo in libsrp.c: replaced two occurrences of 'RDAM' by 'RDMA'.
>
> Signed-off-by: Bart Van Assche <bart.vanassche@gmail.com>
> Cc: James E.J. Bottomley <James.Bottomley@suse.de>
> Cc: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
>
> diff --git a/drivers/scsi/libsrp.c b/drivers/scsi/libsrp.c
> index 9ad38e8..f5bfbc5 100644
> --- a/drivers/scsi/libsrp.c
> +++ b/drivers/scsi/libsrp.c
> @@ -1,5 +1,5 @@
> /*
> - * SCSI RDAM Protocol lib functions
> + * SCSI RDMA Protocol lib functions
> *
> * Copyright (C) 2006 FUJITA Tomonori <tomof@acm.org>
> *
> @@ -439,6 +439,6 @@ int srp_cmd_queue(struct Scsi_Host *shost, struct srp_cmd *cmd, void *info,
> }
> EXPORT_SYMBOL_GPL(srp_cmd_queue);
>
> -MODULE_DESCRIPTION("SCSI RDAM Protocol lib functions");
> +MODULE_DESCRIPTION("SCSI RDMA Protocol lib functions");
> MODULE_AUTHOR("FUJITA Tomonori");
> MODULE_LICENSE("GPL");
Hello Fujita,
Did you perhaps miss the above e-mail ? It's now one month ago that I
posted this patch, and I still did not receive an ACK or NAK.
Bart.
--
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] SCSI/libsrp: fix typo -- replace RDAM by RDMA
2010-01-04 11:37 ` Bart Van Assche
@ 2010-01-04 14:35 ` FUJITA Tomonori
0 siblings, 0 replies; 3+ messages in thread
From: FUJITA Tomonori @ 2010-01-04 14:35 UTC (permalink / raw)
To: bart.vanassche; +Cc: linux-scsi, James.Bottomley, fujita.tomonori
On Mon, 4 Jan 2010 12:37:47 +0100
Bart Van Assche <bart.vanassche@gmail.com> wrote:
> On Fri, Dec 4, 2009 at 8:38 PM, Bart Van Assche
> <bart.vanassche@gmail.com> wrote:
> >
> > Fixed a typo in libsrp.c: replaced two occurrences of 'RDAM' by 'RDMA'.
> >
> > Signed-off-by: Bart Van Assche <bart.vanassche@gmail.com>
> > Cc: James E.J. Bottomley <James.Bottomley@suse.de>
> > Cc: FUJITA Tomonori <fujita.tomonori@lab.ntt.co.jp>
> >
> > diff --git a/drivers/scsi/libsrp.c b/drivers/scsi/libsrp.c
> > index 9ad38e8..f5bfbc5 100644
> > --- a/drivers/scsi/libsrp.c
> > +++ b/drivers/scsi/libsrp.c
> > @@ -1,5 +1,5 @@
> > /*
> > - * SCSI RDAM Protocol lib functions
> > + * SCSI RDMA Protocol lib functions
> > *
> > * Copyright (C) 2006 FUJITA Tomonori <tomof@acm.org>
> > *
> > @@ -439,6 +439,6 @@ int srp_cmd_queue(struct Scsi_Host *shost, struct srp_cmd *cmd, void *info,
> > }
> > EXPORT_SYMBOL_GPL(srp_cmd_queue);
> >
> > -MODULE_DESCRIPTION("SCSI RDAM Protocol lib functions");
> > +MODULE_DESCRIPTION("SCSI RDMA Protocol lib functions");
> > MODULE_AUTHOR("FUJITA Tomonori");
> > MODULE_LICENSE("GPL");
>
> Hello Fujita,
>
> Did you perhaps miss the above e-mail ? It's now one month ago that I
> posted this patch, and I still did not receive an ACK or NAK.
I don't think that James requires an ACK for such trivial patch that
does no functional changes. Feel free to add my ACK if you like.
Thanks,
--
To unsubscribe from this list: send the line "unsubscribe linux-scsi" in
the body of a message to majordomo@vger.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2010-01-04 14:28 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2009-12-04 19:38 [PATCH] SCSI/libsrp: fix typo -- replace RDAM by RDMA Bart Van Assche
2010-01-04 11:37 ` Bart Van Assche
2010-01-04 14:35 ` FUJITA Tomonori
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox