aboutsummaryrefslogtreecommitdiffstats
path: root/drivers/ata
diff options
context:
space:
mode:
authorMasanari Iida <standby24x7@gmail.com>2014-02-18 08:54:36 -0500
committerJiri Kosina <jkosina@suse.cz>2014-02-19 08:58:17 -0500
commite227867f12302633737bd2a48a10a9a72c0630cb (patch)
treec1d96c1f4c3d83b7d6fe3b0c15d480d366ccc8f8 /drivers/ata
parent425529937b6ce37e47120d6b2fb895c5b9910591 (diff)
treewide: Fix typo in Documentation/DocBook
This patch fix spelling typo in Documentation/DocBook. It is because .html and .xml files are generated by make htmldocs, I have to fix a typo within the source files. Signed-off-by: Masanari Iida <standby24x7@gmail.com> Acked-by: Randy Dunlap <rdunlap@infradead.org> Signed-off-by: Jiri Kosina <jkosina@suse.cz>
Diffstat (limited to 'drivers/ata')
-rw-r--r--drivers/ata/libata-core.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/ata/libata-core.c b/drivers/ata/libata-core.c
index 75b93678bbcd..1274720e6bb9 100644
--- a/drivers/ata/libata-core.c
+++ b/drivers/ata/libata-core.c
@@ -1524,7 +1524,7 @@ static void ata_qc_complete_internal(struct ata_queued_cmd *qc)
1524 * @dev: Device to which the command is sent 1524 * @dev: Device to which the command is sent
1525 * @tf: Taskfile registers for the command and the result 1525 * @tf: Taskfile registers for the command and the result
1526 * @cdb: CDB for packet command 1526 * @cdb: CDB for packet command
1527 * @dma_dir: Data tranfer direction of the command 1527 * @dma_dir: Data transfer direction of the command
1528 * @sgl: sg list for the data buffer of the command 1528 * @sgl: sg list for the data buffer of the command
1529 * @n_elem: Number of sg entries 1529 * @n_elem: Number of sg entries
1530 * @timeout: Timeout in msecs (0 for default) 1530 * @timeout: Timeout in msecs (0 for default)
@@ -1712,7 +1712,7 @@ unsigned ata_exec_internal_sg(struct ata_device *dev,
1712 * @dev: Device to which the command is sent 1712 * @dev: Device to which the command is sent
1713 * @tf: Taskfile registers for the command and the result 1713 * @tf: Taskfile registers for the command and the result
1714 * @cdb: CDB for packet command 1714 * @cdb: CDB for packet command
1715 * @dma_dir: Data tranfer direction of the command 1715 * @dma_dir: Data transfer direction of the command
1716 * @buf: Data buffer of the command 1716 * @buf: Data buffer of the command
1717 * @buflen: Length of data buffer 1717 * @buflen: Length of data buffer
1718 * @timeout: Timeout in msecs (0 for default) 1718 * @timeout: Timeout in msecs (0 for default)