From: Masanari Iida Date: Fri, 29 May 2015 14:11:51 +0000 (+0900) Subject: Doc: libata: Fix spelling typo found in libata.xml X-Git-Url: https://git.stricted.de/?a=commitdiff_plain;h=8485187b5e458d17d63a597484391b98bbcdbb7b;p=GitHub%2Fmoto-9609%2Fandroid_kernel_motorola_exynos9610.git Doc: libata: Fix spelling typo found in libata.xml This patch fix a spelling typo found in libata.xml. It is because libata.xml is generated from comments in source, I have to fix it in libata-core.c Signed-off-by: Masanari Iida Signed-off-by: Tejun Heo --- diff --git a/drivers/ata/libata-core.c b/drivers/ata/libata-core.c index 8c1f0742cc1a..52c640da9d4e 100644 --- a/drivers/ata/libata-core.c +++ b/drivers/ata/libata-core.c @@ -3654,7 +3654,7 @@ int sata_link_resume(struct ata_link *link, const unsigned long *params, * EH context. * * RETURNS: - * 0 on succes, -errno otherwise. + * 0 on success, -errno otherwise. */ int sata_link_scr_lpm(struct ata_link *link, enum ata_lpm_policy policy, bool spm_wakeup)