summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMauro Carvalho Chehab <mchehab@s-opensource.com>2019-06-13 22:04:10 -0400
committerGreg Kroah-Hartman <gregkh@linuxfoundation.org>2019-06-14 12:17:12 -0400
commit1107049034ac094dd66998ec91d59d8f8807c88a (patch)
tree8a4b0c9e2251f93b14647b6b52df5c4f4fd5132f
parentd59f0ec7151e8f70ceaf58e2ddd057e3296cc2d7 (diff)
ABI: better identificate tables
When parsing via script, it is important to know if the script should consider a description as a literal block that should be displayed as-is, or if the description can be considered as a normal text. Change descriptions to ensure that the preceding line of a table ends with a colon. That makes easy to identify the need of a literal block. Signed-off-by: Mauro Carvalho Chehab <mchehab@s-opensource.com> Signed-off-by: Mauro Carvalho Chehab <mchehab+samsung@kernel.org> Signed-off-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
-rw-r--r--Documentation/ABI/obsolete/sysfs-driver-hid-roccat-pyra2
-rw-r--r--Documentation/ABI/testing/sysfs-class-backlight-driver-lm35336
-rw-r--r--Documentation/ABI/testing/sysfs-class-led-driver-lm35338
-rw-r--r--Documentation/ABI/testing/sysfs-class-leds-gt683r4
-rw-r--r--Documentation/ABI/testing/sysfs-driver-hid-roccat-kone2
5 files changed, 11 insertions, 11 deletions
diff --git a/Documentation/ABI/obsolete/sysfs-driver-hid-roccat-pyra b/Documentation/ABI/obsolete/sysfs-driver-hid-roccat-pyra
index 16020b31ae64..5d41ebadf15e 100644
--- a/Documentation/ABI/obsolete/sysfs-driver-hid-roccat-pyra
+++ b/Documentation/ABI/obsolete/sysfs-driver-hid-roccat-pyra
@@ -5,7 +5,7 @@ Description: It is possible to switch the cpi setting of the mouse with the
5 press of a button. 5 press of a button.
6 When read, this file returns the raw number of the actual cpi 6 When read, this file returns the raw number of the actual cpi
7 setting reported by the mouse. This number has to be further 7 setting reported by the mouse. This number has to be further
8 processed to receive the real dpi value. 8 processed to receive the real dpi value:
9 9
10 VALUE DPI 10 VALUE DPI
11 1 400 11 1 400
diff --git a/Documentation/ABI/testing/sysfs-class-backlight-driver-lm3533 b/Documentation/ABI/testing/sysfs-class-backlight-driver-lm3533
index 77cf7ac949af..c0e0a9ae7b3d 100644
--- a/Documentation/ABI/testing/sysfs-class-backlight-driver-lm3533
+++ b/Documentation/ABI/testing/sysfs-class-backlight-driver-lm3533
@@ -4,7 +4,7 @@ KernelVersion: 3.5
4Contact: Johan Hovold <jhovold@gmail.com> 4Contact: Johan Hovold <jhovold@gmail.com>
5Description: 5Description:
6 Get the ALS output channel used as input in 6 Get the ALS output channel used as input in
7 ALS-current-control mode (0, 1), where 7 ALS-current-control mode (0, 1), where:
8 8
9 0 - out_current0 (backlight 0) 9 0 - out_current0 (backlight 0)
10 1 - out_current1 (backlight 1) 10 1 - out_current1 (backlight 1)
@@ -28,7 +28,7 @@ Date: April 2012
28KernelVersion: 3.5 28KernelVersion: 3.5
29Contact: Johan Hovold <jhovold@gmail.com> 29Contact: Johan Hovold <jhovold@gmail.com>
30Description: 30Description:
31 Set the brightness-mapping mode (0, 1), where 31 Set the brightness-mapping mode (0, 1), where:
32 32
33 0 - exponential mode 33 0 - exponential mode
34 1 - linear mode 34 1 - linear mode
@@ -38,7 +38,7 @@ Date: April 2012
38KernelVersion: 3.5 38KernelVersion: 3.5
39Contact: Johan Hovold <jhovold@gmail.com> 39Contact: Johan Hovold <jhovold@gmail.com>
40Description: 40Description:
41 Set the PWM-input control mask (5 bits), where 41 Set the PWM-input control mask (5 bits), where:
42 42
43 bit 5 - PWM-input enabled in Zone 4 43 bit 5 - PWM-input enabled in Zone 4
44 bit 4 - PWM-input enabled in Zone 3 44 bit 4 - PWM-input enabled in Zone 3
diff --git a/Documentation/ABI/testing/sysfs-class-led-driver-lm3533 b/Documentation/ABI/testing/sysfs-class-led-driver-lm3533
index 620ebb3b9baa..e4c89b261546 100644
--- a/Documentation/ABI/testing/sysfs-class-led-driver-lm3533
+++ b/Documentation/ABI/testing/sysfs-class-led-driver-lm3533
@@ -4,7 +4,7 @@ KernelVersion: 3.5
4Contact: Johan Hovold <jhovold@gmail.com> 4Contact: Johan Hovold <jhovold@gmail.com>
5Description: 5Description:
6 Set the ALS output channel to use as input in 6 Set the ALS output channel to use as input in
7 ALS-current-control mode (1, 2), where 7 ALS-current-control mode (1, 2), where:
8 8
9 1 - out_current1 9 1 - out_current1
10 2 - out_current2 10 2 - out_current2
@@ -22,7 +22,7 @@ Date: April 2012
22KernelVersion: 3.5 22KernelVersion: 3.5
23Contact: Johan Hovold <jhovold@gmail.com> 23Contact: Johan Hovold <jhovold@gmail.com>
24Description: 24Description:
25 Set the pattern generator fall and rise times (0..7), where 25 Set the pattern generator fall and rise times (0..7), where:
26 26
27 0 - 2048 us 27 0 - 2048 us
28 1 - 262 ms 28 1 - 262 ms
@@ -45,7 +45,7 @@ Date: April 2012
45KernelVersion: 3.5 45KernelVersion: 3.5
46Contact: Johan Hovold <jhovold@gmail.com> 46Contact: Johan Hovold <jhovold@gmail.com>
47Description: 47Description:
48 Set the brightness-mapping mode (0, 1), where 48 Set the brightness-mapping mode (0, 1), where:
49 49
50 0 - exponential mode 50 0 - exponential mode
51 1 - linear mode 51 1 - linear mode
@@ -55,7 +55,7 @@ Date: April 2012
55KernelVersion: 3.5 55KernelVersion: 3.5
56Contact: Johan Hovold <jhovold@gmail.com> 56Contact: Johan Hovold <jhovold@gmail.com>
57Description: 57Description:
58 Set the PWM-input control mask (5 bits), where 58 Set the PWM-input control mask (5 bits), where:
59 59
60 bit 5 - PWM-input enabled in Zone 4 60 bit 5 - PWM-input enabled in Zone 4
61 bit 4 - PWM-input enabled in Zone 3 61 bit 4 - PWM-input enabled in Zone 3
diff --git a/Documentation/ABI/testing/sysfs-class-leds-gt683r b/Documentation/ABI/testing/sysfs-class-leds-gt683r
index e4fae6026e79..6adab27f646e 100644
--- a/Documentation/ABI/testing/sysfs-class-leds-gt683r
+++ b/Documentation/ABI/testing/sysfs-class-leds-gt683r
@@ -5,7 +5,7 @@ Contact: Janne Kanniainen <janne.kanniainen@gmail.com>
5Description: 5Description:
6 Set the mode of LEDs. You should notice that changing the mode 6 Set the mode of LEDs. You should notice that changing the mode
7 of one LED will update the mode of its two sibling devices as 7 of one LED will update the mode of its two sibling devices as
8 well. 8 well. Possible values are:
9 9
10 0 - normal 10 0 - normal
11 1 - audio 11 1 - audio
@@ -13,4 +13,4 @@ Description:
13 13
14 Normal: LEDs are fully on when enabled 14 Normal: LEDs are fully on when enabled
15 Audio: LEDs brightness depends on sound level 15 Audio: LEDs brightness depends on sound level
16 Breathing: LEDs brightness varies at human breathing rate \ No newline at end of file 16 Breathing: LEDs brightness varies at human breathing rate
diff --git a/Documentation/ABI/testing/sysfs-driver-hid-roccat-kone b/Documentation/ABI/testing/sysfs-driver-hid-roccat-kone
index 3ca3971109bf..8f7982c70d72 100644
--- a/Documentation/ABI/testing/sysfs-driver-hid-roccat-kone
+++ b/Documentation/ABI/testing/sysfs-driver-hid-roccat-kone
@@ -5,7 +5,7 @@ Description: It is possible to switch the dpi setting of the mouse with the
5 press of a button. 5 press of a button.
6 When read, this file returns the raw number of the actual dpi 6 When read, this file returns the raw number of the actual dpi
7 setting reported by the mouse. This number has to be further 7 setting reported by the mouse. This number has to be further
8 processed to receive the real dpi value. 8 processed to receive the real dpi value:
9 9
10 VALUE DPI 10 VALUE DPI
11 1 800 11 1 800