ahci: st: Standardise naming conventions

Other devices have adopted similar naming conventions which have been
accepted as the standard. This patch brings any mention of the the ST
AHCI driver into line with them.

Suggested-by: Bartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Signed-off-by: Lee Jones <lee.jones@linaro.org>
Signed-off-by: Tejun Heo <tj@kernel.org>
This commit is contained in:
Lee Jones 2014-03-12 12:39:38 +00:00 committed by Tejun Heo
parent 76884cb2f7
commit 4a2e512340
2 changed files with 4 additions and 4 deletions

View File

@ -97,12 +97,12 @@ config SATA_AHCI_PLATFORM
If unsure, say N. If unsure, say N.
config SATA_AHCI_ST config AHCI_ST
tristate "ST SATA support" tristate "ST AHCI SATA support"
depends on SATA_AHCI_PLATFORM depends on SATA_AHCI_PLATFORM
select GENERIC_PHY select GENERIC_PHY
help help
This option enables support for ST SATA controller. This option enables support for ST AHCI SATA controller.
If unsure, say N. If unsure, say N.

View File

@ -235,5 +235,5 @@ module_platform_driver(st_ahci_driver);
MODULE_AUTHOR("Alexandre Torgue <alexandre.torgue@st.com>"); MODULE_AUTHOR("Alexandre Torgue <alexandre.torgue@st.com>");
MODULE_AUTHOR("Francesco Virlinzi <francesco.virlinzi@st.com>"); MODULE_AUTHOR("Francesco Virlinzi <francesco.virlinzi@st.com>");
MODULE_DESCRIPTION("STMicroelectronics Sata Ahci driver"); MODULE_DESCRIPTION("STMicroelectronics SATA AHCI Driver");
MODULE_LICENSE("GPL v2"); MODULE_LICENSE("GPL v2");