2023-09-19 18:04:08

by Bagas Sanjaya

[permalink] [raw]
Subject: [PATCH 0/2] Documentation fixes for dpll subsystem

First of all, sorry for not reviewing dpll series [1] before it gets merged. I
was prompted to post this doc fixup mini series because I was emailed by kernel
test robot (see [1/2] for the warnings).

This fixup is all code block related.

[1]: https://lore.kernel.org/netdev/[email protected]/

Bagas Sanjaya (2):
Documentation: dpll: Fix code blocks
Documentation: dpll: wrap DPLL_CMD_PIN_GET output in a code block

Documentation/driver-api/dpll.rst | 27 +++++++++++++++------------
1 file changed, 15 insertions(+), 12 deletions(-)


base-commit: 8d6198a14e2bfb09f190055b387c90b4ac9b49a4
--
An old man doll... just what I always wanted! - Clara


2023-09-20 03:29:15

by Vadim Fedorenko

[permalink] [raw]
Subject: Re: [PATCH 0/2] Documentation fixes for dpll subsystem

On 18/09/2023 10:32, Bagas Sanjaya wrote:
> First of all, sorry for not reviewing dpll series [1] before it gets merged. I
> was prompted to post this doc fixup mini series because I was emailed by kernel
> test robot (see [1/2] for the warnings).
>
> This fixup is all code block related.

Thanks for cleaning the documentation part.

Vadim