Groups | Search | Server Info | Keyboard shortcuts | Login | Register [http] [https] [nntp] [nntps]
Groups > linux.kernel > #1457669 > unrolled thread
| Started by | Wei Yongjun <weiyj.lk@gmail.com> |
|---|---|
| First post | 2016-08-08 11:50 +0200 |
| Last post | 2016-08-08 17:00 +0200 |
| Articles | 3 — 3 participants |
Back to article view | Back to linux.kernel
[PATCH] ntb_pingpong: Fix db_init parameter description Wei Yongjun <weiyj.lk@gmail.com> - 2016-08-08 11:50 +0200
RE: [PATCH] ntb_pingpong: Fix db_init parameter description "Allen Hubbe" <Allen.Hubbe@emc.com> - 2016-08-08 15:10 +0200
Re: [PATCH] ntb_pingpong: Fix db_init parameter description Jon Mason <jdmason@kudzu.us> - 2016-08-08 17:00 +0200
| From | Wei Yongjun <weiyj.lk@gmail.com> |
|---|---|
| Date | 2016-08-08 11:50 +0200 |
| Subject | [PATCH] ntb_pingpong: Fix db_init parameter description |
| Message-ID | <s3Pm2-85D-31@gated-at.bofh.it> |
Fix 'db_init' parameter description.
Signed-off-by: Wei Yongjun <weiyj.lk@gmail.com>
---
drivers/ntb/test/ntb_pingpong.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/ntb/test/ntb_pingpong.c b/drivers/ntb/test/ntb_pingpong.c
index 7d31179..4358611 100644
--- a/drivers/ntb/test/ntb_pingpong.c
+++ b/drivers/ntb/test/ntb_pingpong.c
@@ -88,7 +88,7 @@ MODULE_PARM_DESC(delay_ms, "Milliseconds to delay the response to peer");
static unsigned long db_init = 0x7;
module_param(db_init, ulong, 0644);
-MODULE_PARM_DESC(delay_ms, "Initial doorbell bits to ring on the peer");
+MODULE_PARM_DESC(db_init, "Initial doorbell bits to ring on the peer");
struct pp_ctx {
struct ntb_dev *ntb;
[toc] | [next] | [standalone]
| From | "Allen Hubbe" <Allen.Hubbe@emc.com> |
|---|---|
| Date | 2016-08-08 15:10 +0200 |
| Message-ID | <s3Stz-1Oa-9@gated-at.bofh.it> |
| In reply to | #1457669 |
From: Wei Yongjun
> Fix 'db_init' parameter description.
>
> Signed-off-by: Wei Yongjun <weiyj.lk@gmail.com>
Acked-by: Allen Hubbe <Allen.Hubbe@emc.com>
> ---
> drivers/ntb/test/ntb_pingpong.c | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> diff --git a/drivers/ntb/test/ntb_pingpong.c b/drivers/ntb/test/ntb_pingpong.c
> index 7d31179..4358611 100644
> --- a/drivers/ntb/test/ntb_pingpong.c
> +++ b/drivers/ntb/test/ntb_pingpong.c
> @@ -88,7 +88,7 @@ MODULE_PARM_DESC(delay_ms, "Milliseconds to delay the response to
> peer");
>
> static unsigned long db_init = 0x7;
> module_param(db_init, ulong, 0644);
> -MODULE_PARM_DESC(delay_ms, "Initial doorbell bits to ring on the peer");
> +MODULE_PARM_DESC(db_init, "Initial doorbell bits to ring on the peer");
>
> struct pp_ctx {
> struct ntb_dev *ntb;
[toc] | [prev] | [next] | [standalone]
| From | Jon Mason <jdmason@kudzu.us> |
|---|---|
| Date | 2016-08-08 17:00 +0200 |
| Message-ID | <s3Uc1-2G2-9@gated-at.bofh.it> |
| In reply to | #1457765 |
On Mon, Aug 8, 2016 at 9:07 AM, Allen Hubbe <Allen.Hubbe@emc.com> wrote:
> From: Wei Yongjun
>> Fix 'db_init' parameter description.
>>
>> Signed-off-by: Wei Yongjun <weiyj.lk@gmail.com>
>
> Acked-by: Allen Hubbe <Allen.Hubbe@emc.com>
Good catch! Applied to the ntb branch.
Thanks,
Jon
>
>> ---
>> drivers/ntb/test/ntb_pingpong.c | 2 +-
>> 1 file changed, 1 insertion(+), 1 deletion(-)
>>
>> diff --git a/drivers/ntb/test/ntb_pingpong.c b/drivers/ntb/test/ntb_pingpong.c
>> index 7d31179..4358611 100644
>> --- a/drivers/ntb/test/ntb_pingpong.c
>> +++ b/drivers/ntb/test/ntb_pingpong.c
>> @@ -88,7 +88,7 @@ MODULE_PARM_DESC(delay_ms, "Milliseconds to delay the response to
>> peer");
>>
>> static unsigned long db_init = 0x7;
>> module_param(db_init, ulong, 0644);
>> -MODULE_PARM_DESC(delay_ms, "Initial doorbell bits to ring on the peer");
>> +MODULE_PARM_DESC(db_init, "Initial doorbell bits to ring on the peer");
>>
>> struct pp_ctx {
>> struct ntb_dev *ntb;
>
[toc] | [prev] | [standalone]
Back to top | Article view | linux.kernel
csiph-web