From: Gerhard Uttenthaler Date: Fri, 20 Jan 2023 11:26:16 +0000 (+0100) Subject: can: ems_pci: Add myself as module author X-Git-Tag: v6.6.17~5509^2~124^2~2^2 X-Git-Url: http://review.tizen.org/git/?a=commitdiff_plain;h=d5cd5d7fbd8cfb417d6473cd59136f24c7681972;p=platform%2Fkernel%2Flinux-rpi.git can: ems_pci: Add myself as module author Added myself as module author Signed-off-by: Gerhard Uttenthaler Link: https://lore.kernel.org/all/20230120112616.6071-9-uttenthaler@ems-wuensche.com Signed-off-by: Marc Kleine-Budde --- diff --git a/drivers/net/can/sja1000/ems_pci.c b/drivers/net/can/sja1000/ems_pci.c index 212d051..c56e272 100644 --- a/drivers/net/can/sja1000/ems_pci.c +++ b/drivers/net/can/sja1000/ems_pci.c @@ -21,6 +21,7 @@ #define DRV_NAME "ems_pci" MODULE_AUTHOR("Sebastian Haas "); +MODULE_AUTHOR("Gerhard Uttenthaler "); MODULE_DESCRIPTION("Socket-CAN driver for EMS CPC-PCI/PCIe/104P CAN cards"); MODULE_LICENSE("GPL v2");