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

docs: networking: device drivers: add can sub-folder

Add the container for CAN drivers documentation.

Link: https://lore.kernel.org/all/20220107193105.1699523-7-mkl@pengutronix.de
Signed-off-by: Dario Binacchi <dario.binacchi@amarulasolutions.com>
Signed-off-by: Marc Kleine-Budde <mkl@pengutronix.de>

authored by

Dario Binacchi and committed by
Marc Kleine-Budde
32db1660 74fc5a45

+19
+18
Documentation/networking/device_drivers/can/index.rst
··· 1 + .. SPDX-License-Identifier: (GPL-2.0-only OR BSD-2-Clause) 2 + 3 + Controller Area Network (CAN) Device Drivers 4 + ============================================ 5 + 6 + Device drivers for CAN devices. 7 + 8 + Contents: 9 + 10 + .. toctree:: 11 + :maxdepth: 2 12 + 13 + .. only:: subproject and html 14 + 15 + Indices 16 + ======= 17 + 18 + * :ref:`genindex`
+1
Documentation/networking/device_drivers/index.rst
··· 11 11 appletalk/index 12 12 atm/index 13 13 cable/index 14 + can/index 14 15 cellular/index 15 16 ethernet/index 16 17 fddi/index