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>
This commit is contained in:
Jonathan Neuschäfer 2021-03-03 21:34:43 +01:00 committed by Bartosz Golaszewski
parent 0d02ec6b31
commit 3fd19d4b56
1 changed files with 1 additions and 1 deletions

View File

@ -12,7 +12,7 @@ Guidelines for GPIOs consumers
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
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>