diff options
Diffstat (limited to 'arch/s390')
-rw-r--r-- | arch/s390/include/asm/cio.h | 2 | ||||
-rw-r--r-- | arch/s390/kernel/sclp.S | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/arch/s390/include/asm/cio.h b/arch/s390/include/asm/cio.h index e85679af54dd..e34347d567a6 100644 --- a/arch/s390/include/asm/cio.h +++ b/arch/s390/include/asm/cio.h | |||
@@ -20,7 +20,7 @@ | |||
20 | /** | 20 | /** |
21 | * struct ccw1 - channel command word | 21 | * struct ccw1 - channel command word |
22 | * @cmd_code: command code | 22 | * @cmd_code: command code |
23 | * @flags: flags, like IDA adressing, etc. | 23 | * @flags: flags, like IDA addressing, etc. |
24 | * @count: byte count | 24 | * @count: byte count |
25 | * @cda: data address | 25 | * @cda: data address |
26 | * | 26 | * |
diff --git a/arch/s390/kernel/sclp.S b/arch/s390/kernel/sclp.S index e27ca63076d1..27c1a2e236d1 100644 --- a/arch/s390/kernel/sclp.S +++ b/arch/s390/kernel/sclp.S | |||
@@ -221,7 +221,7 @@ _sclp_print: | |||
221 | lh %r9,0(%r8) # update sccb length | 221 | lh %r9,0(%r8) # update sccb length |
222 | ar %r9,%r6 | 222 | ar %r9,%r6 |
223 | sth %r9,0(%r8) | 223 | sth %r9,0(%r8) |
224 | ar %r7,%r6 # update current mto adress | 224 | ar %r7,%r6 # update current mto address |
225 | ltr %r0,%r0 # more characters? | 225 | ltr %r0,%r0 # more characters? |
226 | jnz .LinitmtoS4 | 226 | jnz .LinitmtoS4 |
227 | l %r2,.LwritedataS4-.LbaseS4(%r13)# write data | 227 | l %r2,.LwritedataS4-.LbaseS4(%r13)# write data |