[<prev] [next>] [<thread-prev] [thread-next>] [day] [month] [year] [list]
Message-Id: <1394627982-23726-2-git-send-email-lee.jones@linaro.org>
Date: Wed, 12 Mar 2014 12:39:38 +0000
From: Lee Jones <lee.jones@...aro.org>
To: linux-arm-kernel@...ts.infradead.org, linux-kernel@...r.kernel.org,
tj@...nel.org
Cc: lee.jones@...aro.org, kernel@...inux.com, b.zolnierkie@...sung.com,
linux-ide@...r.kernel.org
Subject: [PATCH 1/5] 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@...sung.com>
Signed-off-by: Lee Jones <lee.jones@...aro.org>
---
drivers/ata/Kconfig | 6 +++---
drivers/ata/ahci_st.c | 2 +-
2 files changed, 4 insertions(+), 4 deletions(-)
diff --git a/drivers/ata/Kconfig b/drivers/ata/Kconfig
index ee7a3dc..ffc5d9d 100644
--- a/drivers/ata/Kconfig
+++ b/drivers/ata/Kconfig
@@ -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.
diff --git a/drivers/ata/ahci_st.c b/drivers/ata/ahci_st.c
index 2f95133..f5af660 100644
--- a/drivers/ata/ahci_st.c
+++ b/drivers/ata/ahci_st.c
@@ -235,5 +235,5 @@ module_platform_driver(st_ahci_driver);
MODULE_AUTHOR("Alexandre Torgue <alexandre.torgue@...com>");
MODULE_AUTHOR("Francesco Virlinzi <francesco.virlinzi@...com>");
-MODULE_DESCRIPTION("STMicroelectronics Sata Ahci driver");
+MODULE_DESCRIPTION("STMicroelectronics SATA AHCI Driver");
MODULE_LICENSE("GPL v2");
--
1.8.3.2
--
To unsubscribe from this list: send the line "unsubscribe linux-kernel" in
the body of a message to majordomo@...r.kernel.org
More majordomo info at http://vger.kernel.org/majordomo-info.html
Please read the FAQ at http://www.tux.org/lkml/
Powered by blists - more mailing lists