Skip to content

Commit

Permalink
docs: don't use nested tables
Browse files Browse the repository at this point in the history
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
  • Loading branch information
mchehab committed Jul 15, 2019
1 parent c2746a1 commit eddeed1
Show file tree
Hide file tree
Showing 4 changed files with 19 additions and 21 deletions.
28 changes: 13 additions & 15 deletions Documentation/admin-guide/laptops/sonypi.rst
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ module or sonypi.<param>=<value> on the kernel boot line when sonypi is
statically linked into the kernel). Those options are:

=============== =======================================================
minor: minor number of the misc device /dev/sonypi,
minor: minor number of the misc device /dev/sonypi,
default is -1 (automatic allocation, see /proc/misc
or kernel logs)

Expand Down Expand Up @@ -89,24 +89,22 @@ statically linked into the kernel). Those options are:
set to 0xffffffff, meaning that all possible events
will be tried. You can use the following bits to
construct your own event mask (from
drivers/char/sonypi.h):

======================== ======
SONYPI_JOGGER_MASK 0x0001
SONYPI_CAPTURE_MASK 0x0002
SONYPI_FNKEY_MASK 0x0004
SONYPI_BLUETOOTH_MASK 0x0008
SONYPI_PKEY_MASK 0x0010
SONYPI_BACK_MASK 0x0020
SONYPI_HELP_MASK 0x0040
SONYPI_LID_MASK 0x0080
SONYPI_ZOOM_MASK 0x0100
SONYPI_THUMBPHRASE_MASK 0x0200
drivers/char/sonypi.h)::

SONYPI_JOGGER_MASK 0x0001
SONYPI_CAPTURE_MASK 0x0002
SONYPI_FNKEY_MASK 0x0004
SONYPI_BLUETOOTH_MASK 0x0008
SONYPI_PKEY_MASK 0x0010
SONYPI_BACK_MASK 0x0020
SONYPI_HELP_MASK 0x0040
SONYPI_LID_MASK 0x0080
SONYPI_ZOOM_MASK 0x0100
SONYPI_THUMBPHRASE_MASK 0x0200
SONYPI_MEYE_MASK 0x0400
SONYPI_MEMORYSTICK_MASK 0x0800
SONYPI_BATTERY_MASK 0x1000
SONYPI_WIRELESS_MASK 0x2000
======================== ======

useinput: if set (which is the default) two input devices are
created, one which interprets the jogdial events as
Expand Down
8 changes: 4 additions & 4 deletions Documentation/admin-guide/laptops/toshiba_haps.rst
Original file line number Diff line number Diff line change
Expand Up @@ -75,11 +75,11 @@ The sysfs files under /sys/devices/LNXSYSTM:00/LNXSYBUS:00/TOS620A:00/ are:
protection_level The protection_level is readable and writeable, and
provides a way to let userspace query the current protection
level, as well as set the desired protection level, the
available protection levels are:
available protection levels are::

============ ======= ========== ========
0 - Disabled 1 - Low 2 - Medium 3 - High
============ ======= ========== ========
============ ======= ========== ========
0 - Disabled 1 - Low 2 - Medium 3 - High
============ ======= ========== ========

reset_protection The reset_protection entry is writeable only, being "1"
the only parameter it accepts, it is used to trigger
Expand Down
2 changes: 1 addition & 1 deletion Documentation/driver-api/nvdimm/btt.rst
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,7 @@ flags, and the remaining form the internal block number.
======== =============================================================
Bit Description
======== =============================================================
31 - 30 Error and Zero flags - Used in the following way:
31 - 30 Error and Zero flags - Used in the following way::

== == ====================================================
31 30 Description
Expand Down
2 changes: 1 addition & 1 deletion Documentation/s390/debugging390.rst
Original file line number Diff line number Diff line change
Expand Up @@ -170,7 +170,7 @@ currently running at.
| +----------------+-------------------------------------------------+
| | 32 | Basic Addressing Mode |
| | | |
| | | Used to set addressing mode |
| | | Used to set addressing mode:: |
| | | |
| | | +---------+----------+----------+ |
| | | | PSW 31 | PSW 32 | | |
Expand Down

0 comments on commit eddeed1

Please sign in to comment.