diff options
author | Sven Schnelle <svens@linux.ibm.com> | 2022-12-05 10:40:00 +0300 |
---|---|---|
committer | Heiko Carstens <hca@linux.ibm.com> | 2023-01-09 16:34:03 +0300 |
commit | ff61744c97ffd7e91967114f366779d600653684 (patch) | |
tree | d8069471582048a5346b721c383c885fc91d6930 /drivers/s390/char/raw3270.h | |
parent | 754f66b59cc31226601279245356795b7a62e2e3 (diff) | |
download | linux-ff61744c97ffd7e91967114f366779d600653684.tar.xz |
s390/raw3270: fix indentation/whitespace errors
Signed-off-by: Sven Schnelle <svens@linux.ibm.com>
Acked-by: Heiko Carstens <hca@linux.ibm.com>
Signed-off-by: Heiko Carstens <hca@linux.ibm.com>
Diffstat (limited to 'drivers/s390/char/raw3270.h')
-rw-r--r-- | drivers/s390/char/raw3270.h | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/drivers/s390/char/raw3270.h b/drivers/s390/char/raw3270.h index 19f2bc1ee72e..c64eac3f056c 100644 --- a/drivers/s390/char/raw3270.h +++ b/drivers/s390/char/raw3270.h @@ -16,8 +16,8 @@ #define TUBOCMD _IO('3', 4) /* set ccw command for fs writes. */ #define TUBGETI _IO('3', 7) /* get ccw command for fs reads. */ #define TUBGETO _IO('3', 8) /* get ccw command for fs writes. */ -#define TUBSETMOD _IO('3',12) /* FIXME: what does it do ?*/ -#define TUBGETMOD _IO('3',13) /* FIXME: what does it do ?*/ +#define TUBSETMOD _IO('3', 12) /* FIXME: what does it do ?*/ +#define TUBGETMOD _IO('3', 13) /* FIXME: what does it do ?*/ /* Local Channel Commands */ #define TC_WRITE 0x01 /* Write */ |