Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit a94c79bd authored by Jiri Kosina's avatar Jiri Kosina
Browse files

HID: apple: swap_opt_cmd is already zero-initialized



Global static variable is already zero-initialized.

Signed-off-by: default avatarJiri Kosina <jkosina@suse.cz>
parent 43c83146
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -46,7 +46,7 @@ module_param(iso_layout, uint, 0644);
MODULE_PARM_DESC(iso_layout, "Enable/Disable hardcoded ISO-layout of the keyboard. "
		"(0 = disabled, [1] = enabled)");

static unsigned int swap_opt_cmd = 0;
static unsigned int swap_opt_cmd;
module_param(swap_opt_cmd, uint, 0644);
MODULE_PARM_DESC(swap_opt_cmd, "Swap the Option (\"Alt\") and Command (\"Flag\") keys. "
		"(For people who want to keep Windows PC keyboard muscle memory. "