Skip to content

Commit

Permalink
ntb_pingpong: Fix db_init parameter description
Browse files Browse the repository at this point in the history
Fix 'db_init' parameter description.

Signed-off-by: Wei Yongjun <[email protected]>
Acked-by: Allen Hubbe <[email protected]>
Signed-off-by: Jon Mason <[email protected]>
  • Loading branch information
weiyj authored and jonmason committed Nov 13, 2016
1 parent a25f094 commit cedecbc
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion drivers/ntb/test/ntb_pingpong.c
Original file line number Diff line number Diff line change
Expand Up @@ -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;
Expand Down

0 comments on commit cedecbc

Please sign in to comment.