Skip to content

Commit

Permalink
Fixed the misspelling of use_persistent_mapping
Browse files Browse the repository at this point in the history
  • Loading branch information
pakmarkthub committed Dec 15, 2023
1 parent ecb2b92 commit 3ab6776
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/gdrdrv/gdrdrv.c
Original file line number Diff line number Diff line change
Expand Up @@ -262,7 +262,7 @@ MODULE_PARM_DESC(dbg_enabled, "enable debug tracing");
module_param(info_enabled, int, 0000);
MODULE_PARM_DESC(info_enabled, "enable info tracing");
module_param(use_persistent_mapping, int, 0000);
MODULE_PARM_DESC(user_persistent_mapping, "use persistent mapping instead of traditional (non-persistent) mapping");
MODULE_PARM_DESC(use_persistent_mapping, "use persistent mapping instead of traditional (non-persistent) mapping");

//-----------------------------------------------------------------------------

Expand Down

0 comments on commit 3ab6776

Please sign in to comment.