diff options
author | Julian Wiedmann <jwi@linux.vnet.ibm.com> | 2018-02-26 03:46:02 -0500 |
---|---|---|
committer | Martin Schwidefsky <schwidefsky@de.ibm.com> | 2018-02-27 02:05:27 -0500 |
commit | 5e725c570eaa405eb5b1a557e7c6831ac56c3088 (patch) | |
tree | a5206b5b2c760f1d25da8a631a20077508fa5c8f | |
parent | e0aa099c18e83ce6983270da36349e3d52179335 (diff) |
s390: fix typo in irb description
s/sene/sense
Signed-off-by: Julian Wiedmann <jwi@linux.vnet.ibm.com>
Signed-off-by: Martin Schwidefsky <schwidefsky@de.ibm.com>
-rw-r--r-- | arch/s390/include/asm/cio.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/arch/s390/include/asm/cio.h b/arch/s390/include/asm/cio.h index dc84a0171bb3..847a04262b9c 100644 --- a/arch/s390/include/asm/cio.h +++ b/arch/s390/include/asm/cio.h | |||
@@ -227,7 +227,7 @@ struct esw_eadm { | |||
227 | * a field is valid; a field not being valid is always passed as %0. | 227 | * a field is valid; a field not being valid is always passed as %0. |
228 | * If a unit check occurred, @ecw may contain sense data; this is retrieved | 228 | * If a unit check occurred, @ecw may contain sense data; this is retrieved |
229 | * by the common I/O layer itself if the device doesn't support concurrent | 229 | * by the common I/O layer itself if the device doesn't support concurrent |
230 | * sense (so that the device driver never needs to perform basic sene itself). | 230 | * sense (so that the device driver never needs to perform basic sense itself). |
231 | * For unsolicited interrupts, the irb is passed as-is (expect for sense data, | 231 | * For unsolicited interrupts, the irb is passed as-is (expect for sense data, |
232 | * if applicable). | 232 | * if applicable). |
233 | */ | 233 | */ |