Skip to content

Commit e2b6392

Browse files
StaticRocketpraneethbajjuri
authored andcommitted
fix: use verbose explicit names
Explicit names don't help anyone if the name is simply "usage". Signed-off-by: Randolph Sapp <[email protected]>
1 parent a10fbd1 commit e2b6392

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

source/linux/Foundational_Components/Kernel/Kernel_Drivers/ADC.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -229,7 +229,7 @@ You can find the source code for ADC in the kernel sources at
229229
``drivers/iio/adc/ti_am335x_adc.c``.
230230

231231
.. rubric:: **Usage**
232-
:name: usage
232+
:name: adc-usage
233233

234234
To test ADC, Connect a DC voltage supply to each of the AIN0 through
235235
AIN7 pins (based on your channel configuration), and vary voltage

source/linux/Overview/GCC_ToolChain.rst

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -185,7 +185,7 @@ is as simple as:
185185

186186

187187
.. rubric:: Example usage
188-
:name: usage
188+
:name: linux-devkit-usage
189189

190190
In the simplest case the cross-compiler can be used to compile simple
191191
applications that just need access to standard libraries. The

0 commit comments

Comments
 (0)