Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux

Documentation: driver-api: usb: Limit toctree depth

toctree index in USB driver api docs currently spoils the entire docs
headings due to lack of :maxdepth: option. Add the option to limit
toctree depth to 1, mirroring usb subsystem docs in
Documentation/usb/index.rst.

Signed-off-by: Bagas Sanjaya <bagasdotme@gmail.com>
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Link: https://lore.kernel.org/r/20250820050416.25219-1-bagasdotme@gmail.com

authored by

Bagas Sanjaya and committed by
Jonathan Corbet
af4ed17f 168a4742

+1
+1
Documentation/driver-api/usb/index.rst
··· 3 3 ============= 4 4 5 5 .. toctree:: 6 + :maxdepth: 1 6 7 7 8 usb 8 9 gadget