[PATCH v1 09/10] platform/x86: msi-wmi-platform: Update header text

Antheas Kapenekakis posted 10 patches 7 months, 1 week ago
[PATCH v1 09/10] platform/x86: msi-wmi-platform: Update header text
Posted by Antheas Kapenekakis 7 months, 1 week ago
Update copyright information in the header and specify
that this driver also applies to handhelds.

Signed-off-by: Antheas Kapenekakis <lkml@antheas.dev>
---
 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@gmx.de>
+ * Copyright (C) 2024-2025 Armin Wolf <W_Armin@gmx.de>
+ * Copyright (C) 2025 Antheas Kapenekakis <lkml@antheas.dev>
  */
 
 #define pr_format(fmt) KBUILD_MODNAME ": " fmt
-- 
2.49.0
Re: [PATCH v1 09/10] platform/x86: msi-wmi-platform: Update header text
Posted by Armin Wolf 7 months ago
Am 11.05.25 um 22:44 schrieb Antheas Kapenekakis:

> Update copyright information in the header and specify
> that this driver also applies to handhelds.

Reviewed-by: Armin Wolf <W_Armin@gmx.de>

> Signed-off-by: Antheas Kapenekakis <lkml@antheas.dev>
> ---
>   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@gmx.de>
> + * Copyright (C) 2024-2025 Armin Wolf <W_Armin@gmx.de>
> + * Copyright (C) 2025 Antheas Kapenekakis <lkml@antheas.dev>
>    */
>   
>   #define pr_format(fmt) KBUILD_MODNAME ": " fmt