mirror of
https://github.com/torvalds/linux.git
synced 2024-12-12 22:23:55 +00:00
4119f0dfbd
Unfortunately, (R) and (W) are valid markups for enumerated lists, as described at: https://docutils.sourceforge.io/docs/ref/rst/restructuredtext.html#enumerated-lists So, we ned to replace them by: (R) -> (Read) (W) -> (Write) As otherwise, (R) will be displayed as R., with is not what it is desired. There's no need to touch (RO) and (RW). Acked-by: Jonathan Corbet <corbet@lwn.net> Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org> Link: https://lore.kernel.org/r/6e81ad8064f3ed4f8dc265086fdf1c618043f935.1604042072.git.mchehab+huawei@kernel.org Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
18 lines
605 B
Plaintext
18 lines
605 B
Plaintext
What: /sys/bus/moxtet/devices/moxtet-<name>.<addr>/module_description
|
|
Date: March 2019
|
|
KernelVersion: 5.3
|
|
Contact: Marek Behún <marek.behun@nic.cz>
|
|
Description: (Read) Moxtet module description. Format: string
|
|
|
|
What: /sys/bus/moxtet/devices/moxtet-<name>.<addr>/module_id
|
|
Date: March 2019
|
|
KernelVersion: 5.3
|
|
Contact: Marek Behún <marek.behun@nic.cz>
|
|
Description: (Read) Moxtet module ID. Format: %x
|
|
|
|
What: /sys/bus/moxtet/devices/moxtet-<name>.<addr>/module_name
|
|
Date: March 2019
|
|
KernelVersion: 5.3
|
|
Contact: Marek Behún <marek.behun@nic.cz>
|
|
Description: (Read) Moxtet module name. Format: string
|