From: "Allen Hubbe" <Allen.Hubbe@emc.com>
To: 'Wei Yongjun' <weiyj.lk@gmail.com>,
'Jon Mason' <jdmason@kudzu.us>,
'Dave Jiang' <dave.jiang@intel.com>
Cc: linux-ntb@googlegroups.com, linux-kernel@vger.kernel.org
Subject: RE: [PATCH] NTB: ntb_hw_intel: Fix typo in module parameter descriptions
Date: Mon, 8 Aug 2016 09:08:10 -0400 [thread overview]
Message-ID: <000101d1f175$e9d800d0$bd880270$@emc.com> (raw)
In-Reply-To: <1470649722-29709-1-git-send-email-weiyj.lk@gmail.com>
From: Wei Yongjun
> Fix typo in module parameter descriptions.
>
> Signed-off-by: Wei Yongjun <weiyj.lk@gmail.com>
Acked-by: Allen Hubbe <Allen.Hubbe@emc.com>
> ---
> drivers/ntb/hw/intel/ntb_hw_intel.c | 12 ++++++------
> 1 file changed, 6 insertions(+), 6 deletions(-)
>
> diff --git a/drivers/ntb/hw/intel/ntb_hw_intel.c b/drivers/ntb/hw/intel/ntb_hw_intel.c
> index 0d5c29a..1ee61d9 100644
> --- a/drivers/ntb/hw/intel/ntb_hw_intel.c
> +++ b/drivers/ntb/hw/intel/ntb_hw_intel.c
> @@ -112,17 +112,17 @@ MODULE_PARM_DESC(xeon_b2b_usd_bar2_addr64,
>
> module_param_named(xeon_b2b_usd_bar4_addr64,
> xeon_b2b_usd_addr.bar4_addr64, ullong, 0644);
> -MODULE_PARM_DESC(xeon_b2b_usd_bar2_addr64,
> +MODULE_PARM_DESC(xeon_b2b_usd_bar4_addr64,
> "XEON B2B USD BAR 4 64-bit address");
>
> module_param_named(xeon_b2b_usd_bar4_addr32,
> xeon_b2b_usd_addr.bar4_addr32, ullong, 0644);
> -MODULE_PARM_DESC(xeon_b2b_usd_bar2_addr64,
> +MODULE_PARM_DESC(xeon_b2b_usd_bar4_addr32,
> "XEON B2B USD split-BAR 4 32-bit address");
>
> module_param_named(xeon_b2b_usd_bar5_addr32,
> xeon_b2b_usd_addr.bar5_addr32, ullong, 0644);
> -MODULE_PARM_DESC(xeon_b2b_usd_bar2_addr64,
> +MODULE_PARM_DESC(xeon_b2b_usd_bar5_addr32,
> "XEON B2B USD split-BAR 5 32-bit address");
>
> module_param_named(xeon_b2b_dsd_bar2_addr64,
> @@ -132,17 +132,17 @@ MODULE_PARM_DESC(xeon_b2b_dsd_bar2_addr64,
>
> module_param_named(xeon_b2b_dsd_bar4_addr64,
> xeon_b2b_dsd_addr.bar4_addr64, ullong, 0644);
> -MODULE_PARM_DESC(xeon_b2b_dsd_bar2_addr64,
> +MODULE_PARM_DESC(xeon_b2b_dsd_bar4_addr64,
> "XEON B2B DSD BAR 4 64-bit address");
>
> module_param_named(xeon_b2b_dsd_bar4_addr32,
> xeon_b2b_dsd_addr.bar4_addr32, ullong, 0644);
> -MODULE_PARM_DESC(xeon_b2b_dsd_bar2_addr64,
> +MODULE_PARM_DESC(xeon_b2b_dsd_bar4_addr32,
> "XEON B2B DSD split-BAR 4 32-bit address");
>
> module_param_named(xeon_b2b_dsd_bar5_addr32,
> xeon_b2b_dsd_addr.bar5_addr32, ullong, 0644);
> -MODULE_PARM_DESC(xeon_b2b_dsd_bar2_addr64,
> +MODULE_PARM_DESC(xeon_b2b_dsd_bar5_addr32,
> "XEON B2B DSD split-BAR 5 32-bit address");
>
> #ifndef ioread64
next prev parent reply other threads:[~2016-08-08 13:08 UTC|newest]
Thread overview: 3+ messages / expand[flat|nested] mbox.gz Atom feed top
2016-08-08 9:48 [PATCH] NTB: ntb_hw_intel: Fix typo in module parameter descriptions Wei Yongjun
2016-08-08 13:08 ` Allen Hubbe [this message]
2016-08-08 15:00 ` Jon Mason
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to='000101d1f175$e9d800d0$bd880270$@emc.com' \
--to=allen.hubbe@emc.com \
--cc=dave.jiang@intel.com \
--cc=jdmason@kudzu.us \
--cc=linux-kernel@vger.kernel.org \
--cc=linux-ntb@googlegroups.com \
--cc=weiyj.lk@gmail.com \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox