Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

docs: don't use nested tables

Nested tables aren't supported for pdf output on Sphinx 1.7.9:

admin-guide/laptops/sonypi:: nested tables are not yet implemented.
admin-guide/laptops/toshiba_haps:: nested tables are not yet implemented.
driver-api/nvdimm/btt:: nested tables are not yet implemented.
s390/debugging390:: nested tables are not yet implemented.

Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org>
Acked-by: Andy Shevchenko <andy.shevchenko@gmail.com> # laptops

+18 -20
+12 -14
Documentation/admin-guide/laptops/sonypi.rst
··· 53 53 statically linked into the kernel). Those options are: 54 54 55 55 =============== ======================================================= 56 - minor: minor number of the misc device /dev/sonypi, 56 + minor: minor number of the misc device /dev/sonypi, 57 57 default is -1 (automatic allocation, see /proc/misc 58 58 or kernel logs) 59 59 ··· 89 89 set to 0xffffffff, meaning that all possible events 90 90 will be tried. You can use the following bits to 91 91 construct your own event mask (from 92 - drivers/char/sonypi.h): 92 + drivers/char/sonypi.h):: 93 93 94 - ======================== ====== 95 - SONYPI_JOGGER_MASK 0x0001 96 - SONYPI_CAPTURE_MASK 0x0002 97 - SONYPI_FNKEY_MASK 0x0004 98 - SONYPI_BLUETOOTH_MASK 0x0008 99 - SONYPI_PKEY_MASK 0x0010 100 - SONYPI_BACK_MASK 0x0020 101 - SONYPI_HELP_MASK 0x0040 102 - SONYPI_LID_MASK 0x0080 103 - SONYPI_ZOOM_MASK 0x0100 104 - SONYPI_THUMBPHRASE_MASK 0x0200 94 + SONYPI_JOGGER_MASK 0x0001 95 + SONYPI_CAPTURE_MASK 0x0002 96 + SONYPI_FNKEY_MASK 0x0004 97 + SONYPI_BLUETOOTH_MASK 0x0008 98 + SONYPI_PKEY_MASK 0x0010 99 + SONYPI_BACK_MASK 0x0020 100 + SONYPI_HELP_MASK 0x0040 101 + SONYPI_LID_MASK 0x0080 102 + SONYPI_ZOOM_MASK 0x0100 103 + SONYPI_THUMBPHRASE_MASK 0x0200 105 104 SONYPI_MEYE_MASK 0x0400 106 105 SONYPI_MEMORYSTICK_MASK 0x0800 107 106 SONYPI_BATTERY_MASK 0x1000 108 107 SONYPI_WIRELESS_MASK 0x2000 109 - ======================== ====== 110 108 111 109 useinput: if set (which is the default) two input devices are 112 110 created, one which interprets the jogdial events as
+4 -4
Documentation/admin-guide/laptops/toshiba_haps.rst
··· 75 75 protection_level The protection_level is readable and writeable, and 76 76 provides a way to let userspace query the current protection 77 77 level, as well as set the desired protection level, the 78 - available protection levels are: 78 + available protection levels are:: 79 79 80 - ============ ======= ========== ======== 81 - 0 - Disabled 1 - Low 2 - Medium 3 - High 82 - ============ ======= ========== ======== 80 + ============ ======= ========== ======== 81 + 0 - Disabled 1 - Low 2 - Medium 3 - High 82 + ============ ======= ========== ======== 83 83 84 84 reset_protection The reset_protection entry is writeable only, being "1" 85 85 the only parameter it accepts, it is used to trigger
+1 -1
Documentation/driver-api/nvdimm/btt.rst
··· 83 83 ======== ============================================================= 84 84 Bit Description 85 85 ======== ============================================================= 86 - 31 - 30 Error and Zero flags - Used in the following way: 86 + 31 - 30 Error and Zero flags - Used in the following way:: 87 87 88 88 == == ==================================================== 89 89 31 30 Description
+1 -1
Documentation/s390/debugging390.rst
··· 170 170 | +----------------+-------------------------------------------------+ 171 171 | | 32 | Basic Addressing Mode | 172 172 | | | | 173 - | | | Used to set addressing mode | 173 + | | | Used to set addressing mode:: | 174 174 | | | | 175 175 | | | +---------+----------+----------+ | 176 176 | | | | PSW 31 | PSW 32 | | |