diff options
author | Masanari Iida <standby24x7@gmail.com> | 2015-05-29 23:11:51 +0900 |
---|---|---|
committer | Tejun Heo <tj@kernel.org> | 2015-05-29 10:42:37 -0400 |
commit | 8485187b5e458d17d63a597484391b98bbcdbb7b (patch) | |
tree | 044861a5db2f280abe4d278a6194e2f2a0b5af7c /drivers/ata | |
parent | c13aff32135f96e2d53373c807260b96a62cfead (diff) | |
download | linux-8485187b5e458d17d63a597484391b98bbcdbb7b.tar.bz2 |
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@gmail.com>
Signed-off-by: Tejun Heo <tj@kernel.org>
Diffstat (limited to 'drivers/ata')
-rw-r--r-- | drivers/ata/libata-core.c | 2 |
1 files changed, 1 insertions, 1 deletions
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) |