diff options
author | Olof Johansson <olof@lixom.net> | 2014-07-19 21:16:02 +0200 |
---|---|---|
committer | Olof Johansson <olof@lixom.net> | 2014-07-19 21:16:34 +0200 |
commit | 730346236af3fcd3324dbc26e4fa13955c59fa7e (patch) | |
tree | 8bdc0ac70d36636a26e2284670aee5f15b930831 /Documentation/DocBook/libata.tmpl | |
parent | Merge tag 'imx-dt-3.17' of git://git.kernel.org/pub/scm/linux/kernel/git/shaw... (diff) | |
parent | ARM: zynq: DT: Migrate UART to Cadence binding (diff) | |
download | linux-730346236af3fcd3324dbc26e4fa13955c59fa7e.tar.xz linux-730346236af3fcd3324dbc26e4fa13955c59fa7e.zip |
Merge tag 'zynq-dt-for-3.17' of git://git.xilinx.com/linux-xlnx into next/dt
Merge "Xilinx Zynq changes for v3.17" from Michal Simek:
arm: Xilinx Zynq dt patches for v3.17
- Document and use new cadence serial binding
* tag 'zynq-dt-for-3.17' of git://git.xilinx.com/linux-xlnx:
ARM: zynq: DT: Migrate UART to Cadence binding
tty: cadence: Document DT binding
+ Linux 3.16-rc5
Signed-off-by: Olof Johansson <olof@lixom.net>
Diffstat (limited to 'Documentation/DocBook/libata.tmpl')
-rw-r--r-- | Documentation/DocBook/libata.tmpl | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/DocBook/libata.tmpl b/Documentation/DocBook/libata.tmpl index deb71baed328..d7fcdc5a4379 100644 --- a/Documentation/DocBook/libata.tmpl +++ b/Documentation/DocBook/libata.tmpl @@ -677,7 +677,7 @@ and other resources, etc. <listitem> <para> - ATA_QCFLAG_ACTIVE is clared from qc->flags. + ATA_QCFLAG_ACTIVE is cleared from qc->flags. </para> </listitem> @@ -708,7 +708,7 @@ and other resources, etc. <listitem> <para> - qc->waiting is claread & completed (in that order). + qc->waiting is cleared & completed (in that order). </para> </listitem> @@ -1163,7 +1163,7 @@ and other resources, etc. <para> Once sense data is acquired, this type of errors can be - handled similary to other SCSI errors. Note that sense data + handled similarly to other SCSI errors. Note that sense data may indicate ATA bus error (e.g. Sense Key 04h HARDWARE ERROR && ASC/ASCQ 47h/00h SCSI PARITY ERROR). In such cases, the error should be considered as an ATA bus error and |