[0/2] Documentation fixes for dpll subsystem

Message ID 20230918093240.29824-1-bagasdotme@gmail.com
Headers
Series Documentation fixes for dpll subsystem |

Message

Bagas Sanjaya Sept. 18, 2023, 9:32 a.m. UTC
  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/20230913204943.1051233-1-vadim.fedorenko@linux.dev/

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
  

Comments

Vadim Fedorenko Sept. 18, 2023, 10:04 a.m. UTC | #1
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