Update copyright information in the header and specify
that this driver also applies to handhelds.
Signed-off-by: Antheas Kapenekakis <lkml@xxxxxxxxxxx>
---
drivers/platform/x86/msi-wmi-platform.c | 5 +++--
1 file changed, 3 insertions(+), 2 deletions(-)
diff --git a/drivers/platform/x86/msi-wmi-platform.c b/drivers/platform/x86/msi-wmi-platform.c
index eaf0eb25e349b..7dafe17d4d6be 100644
--- a/drivers/platform/x86/msi-wmi-platform.c
+++ b/drivers/platform/x86/msi-wmi-platform.c
@@ -1,8 +1,9 @@
// SPDX-License-Identifier: GPL-2.0-or-later
/*
- * Linux driver for WMI platform features on MSI notebooks.
+ * Linux driver for WMI platform features on MSI notebooks and handhelds.
*
- * Copyright (C) 2024 Armin Wolf <W_Armin@xxxxxx>
+ * Copyright (C) 2024-2025 Armin Wolf <W_Armin@xxxxxx>
+ * Copyright (C) 2025 Antheas Kapenekakis <lkml@xxxxxxxxxxx>
*/
#define pr_format(fmt) KBUILD_MODNAME ": " fmt