Skip to content

Commit cafd34c

Browse files
kwillis01praneethbajjuri
authored andcommitted
chore(pm_dfs): Add file styling to referenced files
Referenced files were put into the documentation as normal text. Add the :file: styling to the referenced files so that it aligns with rest of documentation. Signed-off-by: Kendall Willis <[email protected]>
1 parent 18ea79f commit cafd34c

File tree

1 file changed

+6
-6
lines changed
  • source/linux/Foundational_Components/Power_Management

1 file changed

+6
-6
lines changed

source/linux/Foundational_Components/Power_Management/pm_dfs.rst

Lines changed: 6 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@ instructions.
3838

3939
.. rubric:: Source Location
4040

41-
drivers/cpufreq/cpufreq-dt.c
41+
:file:`drivers/cpufreq/cpufreq-dt.c`
4242

4343
The OPP data itself is used by the cpufreq DT driver to scale frequencies
4444
based on the governors.
@@ -253,15 +253,15 @@ table.
253253

254254
.. ifconfig:: CONFIG_part_variant in ('AM62X')
255255

256-
arch/arm64/boot/dts/ti/k3-am625.dtsi
256+
:file:`arch/arm64/boot/dts/ti/k3-am625.dtsi`
257257

258258
.. ifconfig:: CONFIG_part_variant in ('AM62AX')
259259

260-
arch/arm64/boot/dts/ti/k3-am62a7.dtsi
260+
:file:`arch/arm64/boot/dts/ti/k3-am62a7.dtsi`
261261

262262
.. ifconfig:: CONFIG_part_variant in ('AM62PX')
263263

264-
arch/arm64/boot/dts/ti/k3-am62p5.dtsi
264+
:file:`arch/arm64/boot/dts/ti/k3-am62p5.dtsi`
265265

266266
.. code-block:: dts
267267
@@ -315,11 +315,11 @@ table.
315315

316316
.. ifconfig:: CONFIG_part_variant in ('AM62X')
317317

318-
arch/arm64/boot/dts/ti/k3-am625-sk.dts
318+
:file:`arch/arm64/boot/dts/ti/k3-am625-sk.dts`
319319

320320
.. ifconfig:: CONFIG_part_variant in ('AM62PX')
321321

322-
arch/arm64/boot/dts/ti/k3-am62p5-sk.dts
322+
:file:`arch/arm64/boot/dts/ti/k3-am62p5-sk.dts`
323323

324324
.. code-block:: dts
325325

0 commit comments

Comments
 (0)