Commit 3fd19d4b authored by Jonathan Neuschäfer's avatar Jonathan Neuschäfer Committed by Bartosz Golaszewski

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: default avatarJonathan Neuschäfer <j.neuschaefer@gmx.net>
Reviewed-by: default avatarLinus Walleij <linus.walleij@linaro.org>
Signed-off-by: default avatarBartosz Golaszewski <bgolaszewski@baylibre.com>
parent 0d02ec6b
...@@ -12,7 +12,7 @@ Guidelines for GPIOs consumers ...@@ -12,7 +12,7 @@ Guidelines for GPIOs consumers
Drivers that can't work without standard GPIO calls should have Kconfig entries Drivers that can't work without standard GPIO calls should have Kconfig entries
that depend on GPIOLIB or select GPIOLIB. The functions that allow a driver to that depend on GPIOLIB or select GPIOLIB. The functions that allow a driver to
obtain and use GPIOs are available by including the following file: obtain and use GPIOs are available by including the following file::
#include <linux/gpio/consumer.h> #include <linux/gpio/consumer.h>
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment