Skip to content

Commit

Permalink
s390/sie: fix typo in SIGP code description
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
Julian Wiedmann authored and Vasily Gorbik committed Oct 7, 2020
1 parent 4aa32ee commit eefc69a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion arch/s390/include/uapi/asm/sie.h
Original file line number Diff line number Diff line change
@@ -29,7 +29,7 @@
{ 0x13, "SIGP conditional emergency signal" }, \
{ 0x15, "SIGP sense running" }, \
{ 0x16, "SIGP set multithreading"}, \
{ 0x17, "SIGP store additional status ait address"}
{ 0x17, "SIGP store additional status at address"}

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

0 comments on commit eefc69a

Please sign in to comment.