Skip to content

Commit

Permalink
ata: mediatek: Fix typo in module description
Browse files Browse the repository at this point in the history
Signed-off-by: Albert Pool <albertpool@solcon.nl>
Signed-off-by: Tejun Heo <tj@kernel.org>
  • Loading branch information
Albert Pool authored and Tejun Heo committed Nov 27, 2017
1 parent 4fbd8d1 commit 16a27df
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions drivers/ata/ahci_mtk.c
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
/*
* MeidaTek AHCI SATA driver
* MediaTek AHCI SATA driver
*
* Copyright (c) 2017 MediaTek Inc.
* Author: Ryder Lee <ryder.lee@mediatek.com>
@@ -192,5 +192,5 @@ static struct platform_driver mtk_ahci_driver = {
};
module_platform_driver(mtk_ahci_driver);

MODULE_DESCRIPTION("MeidaTek SATA AHCI Driver");
MODULE_DESCRIPTION("MediaTek SATA AHCI Driver");
MODULE_LICENSE("GPL v2");

0 comments on commit 16a27df

Please sign in to comment.