* [PATCH] [trivial] scsi:fcoe: Fix typo "a ethernet" in fcoe_transport.c
@ 2015-06-03 15:54 Masanari Iida
[not found] ` <1433346874-11261-1-git-send-email-standby24x7-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
0 siblings, 1 reply; 2+ messages in thread
From: Masanari Iida @ 2015-06-03 15:54 UTC (permalink / raw)
To: JBottomley, trivial, vasu.dev, linux-kernel, linux-scsi,
fcoe-devel
Cc: Masanari Iida
This patch fix some "a ethernet" in MODULE_DESCRIPTIONS in
fcoe_transport.c
Signed-off-by: Masanari Iida <standby24x7@gmail.com>
---
drivers/scsi/fcoe/fcoe_transport.c | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/drivers/scsi/fcoe/fcoe_transport.c b/drivers/scsi/fcoe/fcoe_transport.c
index bdc8989..d7597c0 100644
--- a/drivers/scsi/fcoe/fcoe_transport.c
+++ b/drivers/scsi/fcoe/fcoe_transport.c
@@ -58,7 +58,7 @@ MODULE_PARM_DESC(show, " Show attached FCoE transports");
module_param_call(create, fcoe_transport_create, NULL,
(void *)FIP_MODE_FABRIC, S_IWUSR);
__MODULE_PARM_TYPE(create, "string");
-MODULE_PARM_DESC(create, " Creates fcoe instance on a ethernet interface");
+MODULE_PARM_DESC(create, " Creates fcoe instance on an ethernet interface");
module_param_call(create_vn2vn, fcoe_transport_create, NULL,
(void *)FIP_MODE_VN2VN, S_IWUSR);
@@ -68,15 +68,15 @@ MODULE_PARM_DESC(create_vn2vn, " Creates a VN_node to VN_node FCoE instance "
module_param_call(destroy, fcoe_transport_destroy, NULL, NULL, S_IWUSR);
__MODULE_PARM_TYPE(destroy, "string");
-MODULE_PARM_DESC(destroy, " Destroys fcoe instance on a ethernet interface");
+MODULE_PARM_DESC(destroy, " Destroys fcoe instance on an ethernet interface");
module_param_call(enable, fcoe_transport_enable, NULL, NULL, S_IWUSR);
__MODULE_PARM_TYPE(enable, "string");
-MODULE_PARM_DESC(enable, " Enables fcoe on a ethernet interface.");
+MODULE_PARM_DESC(enable, " Enables fcoe on an ethernet interface.");
module_param_call(disable, fcoe_transport_disable, NULL, NULL, S_IWUSR);
__MODULE_PARM_TYPE(disable, "string");
-MODULE_PARM_DESC(disable, " Disables fcoe on a ethernet interface.");
+MODULE_PARM_DESC(disable, " Disables fcoe on an ethernet interface.");
/* notification function for packets from net device */
static struct notifier_block libfcoe_notifier = {
--
2.4.2.387.gf86f31a
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] [trivial] scsi:fcoe: Fix typo "a ethernet" in fcoe_transport.c
[not found] ` <1433346874-11261-1-git-send-email-standby24x7-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
@ 2015-06-23 17:00 ` Vasu Dev
0 siblings, 0 replies; 2+ messages in thread
From: Vasu Dev @ 2015-06-23 17:00 UTC (permalink / raw)
To: Masanari Iida
Cc: trivial-DgEjT+Ai2ygdnm+yROfE0A, linux-scsi-u79uwXL29TY76Z2rM5mHXA,
JBottomley-wo1vFcy6AUs, linux-kernel-u79uwXL29TY76Z2rM5mHXA,
fcoe-devel-s9riP+hp16TNLxjTenLetw
On Thu, 2015-06-04 at 00:54 +0900, Masanari Iida wrote:
> This patch fix some "a ethernet" in MODULE_DESCRIPTIONS in
> fcoe_transport.c
>
> Signed-off-by: Masanari Iida <standby24x7-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
> ---
> drivers/scsi/fcoe/fcoe_transport.c | 8 ++++----
> 1 file changed, 4 insertions(+), 4 deletions(-)
>
> diff --git a/drivers/scsi/fcoe/fcoe_transport.c b/drivers/scsi/fcoe/fcoe_transport.c
> index bdc8989..d7597c0 100644
> --- a/drivers/scsi/fcoe/fcoe_transport.c
> +++ b/drivers/scsi/fcoe/fcoe_transport.c
> @@ -58,7 +58,7 @@ MODULE_PARM_DESC(show, " Show attached FCoE transports");
> module_param_call(create, fcoe_transport_create, NULL,
> (void *)FIP_MODE_FABRIC, S_IWUSR);
> __MODULE_PARM_TYPE(create, "string");
> -MODULE_PARM_DESC(create, " Creates fcoe instance on a ethernet interface");
> +MODULE_PARM_DESC(create, " Creates fcoe instance on an ethernet interface");
>
> module_param_call(create_vn2vn, fcoe_transport_create, NULL,
> (void *)FIP_MODE_VN2VN, S_IWUSR);
> @@ -68,15 +68,15 @@ MODULE_PARM_DESC(create_vn2vn, " Creates a VN_node to VN_node FCoE instance "
>
> module_param_call(destroy, fcoe_transport_destroy, NULL, NULL, S_IWUSR);
> __MODULE_PARM_TYPE(destroy, "string");
> -MODULE_PARM_DESC(destroy, " Destroys fcoe instance on a ethernet interface");
> +MODULE_PARM_DESC(destroy, " Destroys fcoe instance on an ethernet interface");
>
> module_param_call(enable, fcoe_transport_enable, NULL, NULL, S_IWUSR);
> __MODULE_PARM_TYPE(enable, "string");
> -MODULE_PARM_DESC(enable, " Enables fcoe on a ethernet interface.");
> +MODULE_PARM_DESC(enable, " Enables fcoe on an ethernet interface.");
>
> module_param_call(disable, fcoe_transport_disable, NULL, NULL, S_IWUSR);
> __MODULE_PARM_TYPE(disable, "string");
> -MODULE_PARM_DESC(disable, " Disables fcoe on a ethernet interface.");
> +MODULE_PARM_DESC(disable, " Disables fcoe on an ethernet interface.");
>
> /* notification function for packets from net device */
> static struct notifier_block libfcoe_notifier = {
I don't this patch applied yet, Looks good.
Acked-by: Vasu Dev <vasu.dev-ral2JQCrhuEAvxtiuMwx3w@public.gmane.org>
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2015-06-23 17:00 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2015-06-03 15:54 [PATCH] [trivial] scsi:fcoe: Fix typo "a ethernet" in fcoe_transport.c Masanari Iida
[not found] ` <1433346874-11261-1-git-send-email-standby24x7-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
2015-06-23 17:00 ` Vasu Dev
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).