diff options
| author | 2022-06-24 22:58:00 +0200 | |
|---|---|---|
| committer | 2022-07-02 11:23:30 +0200 | |
| commit | 221756e61b7cc3d7f47f57fb4f371242aa4ccb1d (patch) | |
| tree | c81db15cc9a82c7ff95c609dac4b2dec0bc5a4de /drivers/platform/surface/surface_gpe.c | |
| parent | platform/surface: aggregator: Move subsystem hub drivers to their own module (diff) | |
| download | wireguard-linux-221756e61b7cc3d7f47f57fb4f371242aa4ccb1d.tar.xz wireguard-linux-221756e61b7cc3d7f47f57fb4f371242aa4ccb1d.zip | |
platform/surface: Update copyright year of various drivers
Update the copyright of various Surface drivers to the current year.
Signed-off-by: Maximilian Luz <luzmaximilian@gmail.com>
Link: https://lore.kernel.org/r/20220624205800.1355621-4-luzmaximilian@gmail.com
Reviewed-by: Hans de Goede <hdegoede@redhat.com>
Signed-off-by: Hans de Goede <hdegoede@redhat.com>
Diffstat (limited to 'drivers/platform/surface/surface_gpe.c')
| -rw-r--r-- | drivers/platform/surface/surface_gpe.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/platform/surface/surface_gpe.c b/drivers/platform/surface/surface_gpe.c index ec66fde28e75..27365cbe1ee9 100644 --- a/drivers/platform/surface/surface_gpe.c +++ b/drivers/platform/surface/surface_gpe.c @@ -4,7 +4,7 @@ * properly configuring the respective GPEs. Required for wakeup via lid on * newer Intel-based Microsoft Surface devices. * - * Copyright (C) 2020 Maximilian Luz <luzmaximilian@gmail.com> + * Copyright (C) 2020-2022 Maximilian Luz <luzmaximilian@gmail.com> */ #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt |
