summaryrefslogtreecommitdiff
path: root/drivers/ata/mtk_ahci.c
diff options
context:
space:
mode:
authorFrank Wunderlich <frank-w@public-files.de>2020-08-20 16:37:54 +0200
committerTom Rini <trini@konsulko.com>2020-08-24 14:11:31 -0400
commita7e0ef15ddee2751110766e2abc010d2ec9325f8 (patch)
tree8cb6e5158482cba906ea39277faa00d6d777ff51 /drivers/ata/mtk_ahci.c
parenta300d696caee9e97da5a0b835451d27c98e07f8f (diff)
ahci: mediatek: fix copyright and author-lines
after review of sam copyright should be on one line and link should not between author lines just remove the link and put ryder first as he is author of linux-driver Signed-off-by: Frank Wunderlich <frank-w@public-files.de>
Diffstat (limited to 'drivers/ata/mtk_ahci.c')
-rw-r--r--drivers/ata/mtk_ahci.c6
1 files changed, 2 insertions, 4 deletions
diff --git a/drivers/ata/mtk_ahci.c b/drivers/ata/mtk_ahci.c
index 8e09c5f9e6..4ad260a5bb 100644
--- a/drivers/ata/mtk_ahci.c
+++ b/drivers/ata/mtk_ahci.c
@@ -2,12 +2,10 @@
/*
* MTK SATA platform driver
*
- * (C) Copyright 2020
- * Mediatek
+ * Copyright (C) 2020 MediaTek Inc.
*
- * Author: Frank Wunderlich <frank-w@public-files.de>
- * based on https://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git/tree/drivers/ata/ahci_mtk.c
* Author: Ryder Lee <ryder.lee@mediatek.com>
+ * Author: Frank Wunderlich <frank-w@public-files.de>
*/
#include <common.h>