Skip to content

Commit eefc69a

Browse files
julianwiedmannVasily Gorbik
authored andcommitted
s390/sie: fix typo in SIGP code description
s/ait address/at address Signed-off-by: Julian Wiedmann <jwi@linux.ibm.com> Acked-by: Christian Borntraeger <borntraeger@de.ibm.com> Signed-off-by: Vasily Gorbik <gor@linux.ibm.com>
1 parent 4aa32ee commit eefc69a

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

  • arch/s390/include/uapi/asm

arch/s390/include/uapi/asm/sie.h

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -29,7 +29,7 @@
2929
{ 0x13, "SIGP conditional emergency signal" }, \
3030
{ 0x15, "SIGP sense running" }, \
3131
{ 0x16, "SIGP set multithreading"}, \
32-
{ 0x17, "SIGP store additional status ait address"}
32+
{ 0x17, "SIGP store additional status at address"}
3333

3434
#define icpt_prog_codes \
3535
{ 0x0001, "Prog Operation" }, \

0 commit comments

Comments
 (0)