diff options
| author | Dmitry Vyukov <dvyukov@google.com> | 2019-12-20 16:31:14 +0100 |
|---|---|---|
| committer | Dmitry Vyukov <dvyukov@google.com> | 2019-12-20 16:45:35 +0100 |
| commit | bc5869180f69e2ad6c6b823e129e08a8e523d800 (patch) | |
| tree | 3ed8b30b8fbba5535e993eb7b72978853a84243d /sys/linux/dev_cdrom.txt | |
| parent | f83f92fd5e8f53114eb4e4149c19f2c4d7fddc78 (diff) | |
sys/linux: fix 240 warnings in descriptions
Sweeping fix of everything up to socket_netlink_route.txt.
Update #590
Diffstat (limited to 'sys/linux/dev_cdrom.txt')
| -rw-r--r-- | sys/linux/dev_cdrom.txt | 8 |
1 files changed, 6 insertions, 2 deletions
diff --git a/sys/linux/dev_cdrom.txt b/sys/linux/dev_cdrom.txt index d175e3309..b1f268706 100644 --- a/sys/linux/dev_cdrom.txt +++ b/sys/linux/dev_cdrom.txt @@ -320,9 +320,13 @@ cdrom_generic_command { } request_sense { - valid_err_code int8 + error_code int8:7 + valid int8:1 segment_number int8 - ili_sense_key int8 + sense_key int8:4 + reserved2 const[0, int8:1] + ili int8:1 + reserved1 const[0, int8:2] information array[int8, 4] add_sense_len int8 command_info array[int8, 4] |
