Skip to content

Commit

Permalink
Merge pull request #33 from Dunedan/fix-module-param-desc
Browse files Browse the repository at this point in the history
Fix description of iso_layout parameter
  • Loading branch information
cb22 authored Jul 4, 2017
2 parents eabd36e + 6316640 commit 3298e26
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion applespi.c
Original file line number Diff line number Diff line change
Expand Up @@ -67,7 +67,7 @@ MODULE_PARM_DESC(fnmode, "Mode of fn key on Apple keyboards (0 = disabled, "
static unsigned int iso_layout = 0;
module_param(iso_layout, uint, 0644);
MODULE_PARM_DESC(iso_layout, "Enable/Disable hardcoded ISO-layout of the keyboard. "
"(0 = disabled, [1] = enabled)");
"([0] = disabled, 1 = enabled)");


struct keyboard_protocol {
Expand Down

0 comments on commit 3298e26

Please sign in to comment.