]> git.karo-electronics.de Git - karo-tx-linux.git/commitdiff
ahci: st: Standardise naming conventions
authorLee Jones <lee.jones@linaro.org>
Wed, 12 Mar 2014 12:39:38 +0000 (12:39 +0000)
committerNitin Garg <nitin.garg@freescale.com>
Fri, 16 Jan 2015 03:17:20 +0000 (21:17 -0600)
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>
(cherry picked from commit 4a2e51234038fb8b24963a2f32e8b55980085a23)

drivers/ata/Kconfig
drivers/ata/ahci_st.c

index ac95b076d1a04e69f87d09ce7935073b6ce9f90e..762831eb0dc94c3bbd8a49e69c589c0afde80f13 100644 (file)
@@ -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.
 
index 2f951332227f591952942b20721a32f40c20abeb..f5af660835b0870c9e97f62d299777f6dee5df44 100644 (file)
@@ -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");