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

docs: driver-api: gpio: consumer: Mark another line of code as such

Make it so that this #include line is rendered in monospace, like other
code blocks.

Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
Reviewed-by: Linus Walleij <linus.walleij@linaro.org>
Signed-off-by: Bartosz Golaszewski <bgolaszewski@baylibre.com>

authored by

Jonathan Neuschäfer and committed by
Bartosz Golaszewski
3fd19d4b 0d02ec6b

+1 -1
+1 -1
Documentation/driver-api/gpio/consumer.rst
··· 12 12 13 13 Drivers that can't work without standard GPIO calls should have Kconfig entries 14 14 that depend on GPIOLIB or select GPIOLIB. The functions that allow a driver to 15 - obtain and use GPIOs are available by including the following file: 15 + obtain and use GPIOs are available by including the following file:: 16 16 17 17 #include <linux/gpio/consumer.h> 18 18