[<prev] [next>] [thread-next>] [day] [month] [year] [list]
Message-Id: <1432908711-17893-1-git-send-email-standby24x7@gmail.com>
Date: Fri, 29 May 2015 23:11:51 +0900
From: Masanari Iida <standby24x7@...il.com>
To: tj@...nel.org, linux-kernel@...r.kernel.org, corbet@....net
Cc: trivial@...nel.org, Masanari Iida <standby24x7@...il.com>
Subject: [PATCH] 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 <standby24x7@...il.com>
---
drivers/ata/libata-core.c | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/drivers/ata/libata-core.c b/drivers/ata/libata-core.c
index 577849c..b6aba60 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)
--
2.4.2.339.g77bd3ea
--
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