diff options
author | 2020-01-14 16:57:50 +0100 | |
---|---|---|
committer | 2020-01-15 13:14:02 +0100 | |
commit | ca78e042f286af6d8171481e4ec6800f3843b89f (patch) | |
tree | 7c8ea3ebb0faa177ddaa5dd99a2a2d9a47ed432f | |
parent | staging: rtl8192u: replace printk with natdev_<LEVEL> statements in ieee80211 (diff) | |
download | wireguard-linux-ca78e042f286af6d8171481e4ec6800f3843b89f.tar.xz wireguard-linux-ca78e042f286af6d8171481e4ec6800f3843b89f.zip |
staging: most: core: fix date in file comment
This patch updates the date range in the comment section.
Signed-off-by: Christian Gromm <christian.gromm@microchip.com>
Link: https://lore.kernel.org/r/1579017478-3339-2-git-send-email-christian.gromm@microchip.com
Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r-- | drivers/staging/most/core.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/staging/most/core.c b/drivers/staging/most/core.c index af542ed6c7f0..bc375e73a9d1 100644 --- a/drivers/staging/most/core.c +++ b/drivers/staging/most/core.c @@ -2,7 +2,7 @@ /* * core.c - Implementation of core module of MOST Linux driver stack * - * Copyright (C) 2013-2015 Microchip Technology Germany II GmbH & Co. KG + * Copyright (C) 2013-2020 Microchip Technology Germany II GmbH & Co. KG */ #define pr_fmt(fmt) KBUILD_MODNAME ": " fmt |