diff mbox series

[1/7] Add module version and fix whitespace

Message ID 84d87b964f9ed3fa9f0cb0afe1baf3ba417cde8a.1573664004.git.matan@svgalib.org (mailing list archive)
State Superseded, archived
Headers show
Series lg-laptop: Add support for newer models, and small fixes | expand

Commit Message

Matan Ziv-Av Nov. 13, 2019, 3:40 p.m. UTC
- Add module version information
- Fix a small whitespace inconsistency


Signed-off-by: Matan Ziv-Av <matan@svgalib.org>
---
 drivers/platform/x86/lg-laptop.c | 3 ++-
 1 file changed, 2 insertions(+), 1 deletion(-)
diff mbox series

Patch

diff --git a/drivers/platform/x86/lg-laptop.c b/drivers/platform/x86/lg-laptop.c
index c0bb1f864dfe..78d3e3d2e51a 100644
--- a/drivers/platform/x86/lg-laptop.c
+++ b/drivers/platform/x86/lg-laptop.c
@@ -26,6 +26,7 @@ 
 MODULE_AUTHOR("Matan Ziv-Av");
 MODULE_DESCRIPTION("LG WMI Hotkey Driver");
 MODULE_LICENSE("GPL");
+MODULE_VERSION("1.1");
 
 #define WMI_EVENT_GUID0	"E4FB94F9-7F2B-4173-AD1A-CD1D95086248"
 #define WMI_EVENT_GUID1	"023B133E-49D1-4E10-B313-698220140DC2"
@@ -69,7 +70,7 @@  static u32 inited;
 #define INIT_INPUT_ACPI         0x04
 #define INIT_TPAD_LED           0x08
 #define INIT_KBD_LED            0x10
-#define INIT_SPARSE_KEYMAP        0x80
+#define INIT_SPARSE_KEYMAP      0x80
 
 static const struct key_entry wmi_keymap[] = {
 	{KE_KEY, 0x70, {KEY_F15} },	 /* LG control panel (F1) */