Donate to e Foundation | Murena handsets with /e/OS | Own a part of Murena! Learn more

Commit 4a2e5123 authored by Lee Jones's avatar Lee Jones Committed by Tejun Heo
Browse files

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: default avatarBartlomiej Zolnierkiewicz <b.zolnierkie@samsung.com>
Signed-off-by: default avatarLee Jones <lee.jones@linaro.org>
Signed-off-by: default avatarTejun Heo <tj@kernel.org>
parent 76884cb2
Loading
Loading
Loading
Loading
+3 −3
Original line number Diff line number Diff line
@@ -97,12 +97,12 @@ config SATA_AHCI_PLATFORM

	  If unsure, say N.

config SATA_AHCI_ST
	tristate "ST SATA support"
config AHCI_ST
	tristate "ST AHCI SATA support"
	depends on SATA_AHCI_PLATFORM
	select GENERIC_PHY
	help
	  This option enables support for ST SATA controller.
	  This option enables support for ST AHCI SATA controller.

	  If unsure, say N.

+1 −1
Original line number Diff line number Diff line
@@ -235,5 +235,5 @@ module_platform_driver(st_ahci_driver);

MODULE_AUTHOR("Alexandre Torgue <alexandre.torgue@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");