* [PATCH] ntb_pingpong: Fix db_init parameter description
@ 2016-08-08 9:48 Wei Yongjun
2016-08-08 13:07 ` Allen Hubbe
0 siblings, 1 reply; 3+ messages in thread
From: Wei Yongjun @ 2016-08-08 9:48 UTC (permalink / raw)
To: Jon Mason, Dave Jiang, Allen Hubbe, Logan Gunthorpe
Cc: Wei Yongjun, linux-ntb, linux-kernel
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;
^ permalink raw reply related [flat|nested] 3+ messages in thread
* RE: [PATCH] ntb_pingpong: Fix db_init parameter description
2016-08-08 9:48 [PATCH] ntb_pingpong: Fix db_init parameter description Wei Yongjun
@ 2016-08-08 13:07 ` Allen Hubbe
2016-08-08 14:59 ` Jon Mason
0 siblings, 1 reply; 3+ messages in thread
From: Allen Hubbe @ 2016-08-08 13:07 UTC (permalink / raw)
To: 'Wei Yongjun', 'Jon Mason', 'Dave Jiang',
'Logan Gunthorpe'
Cc: linux-ntb, linux-kernel
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;
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] ntb_pingpong: Fix db_init parameter description
2016-08-08 13:07 ` Allen Hubbe
@ 2016-08-08 14:59 ` Jon Mason
0 siblings, 0 replies; 3+ messages in thread
From: Jon Mason @ 2016-08-08 14:59 UTC (permalink / raw)
To: Allen Hubbe
Cc: Wei Yongjun, Dave Jiang, Logan Gunthorpe, linux-ntb, linux-kernel
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;
>
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2016-08-08 14:59 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2016-08-08 9:48 [PATCH] ntb_pingpong: Fix db_init parameter description Wei Yongjun
2016-08-08 13:07 ` Allen Hubbe
2016-08-08 14:59 ` Jon Mason
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox