aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata/ahci_st.c
diff options
context:
space:
mode:
authorLee Jones <lee.jones@linaro.org>2014-03-12 12:39:38 +0000
committerTejun Heo <tj@kernel.org>2014-03-14 09:21:04 -0400
commit4a2e51234038fb8b24963a2f32e8b55980085a23 (patch)
treed90de2864e4e950d239f9f4b161be8edea0dc1c3 /drivers/ata/ahci_st.c
parentahci: st: Add support for ST's SATA IP (diff)
downloadlinux-dev-4a2e51234038fb8b24963a2f32e8b55980085a23.tar.xz
linux-dev-4a2e51234038fb8b24963a2f32e8b55980085a23.zip
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>
Diffstat (limited to 'drivers/ata/ahci_st.c')
-rw-r--r--drivers/ata/ahci_st.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/drivers/ata/ahci_st.c b/drivers/ata/ahci_st.c
index 2f951332227f..f5af660835b0 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@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");