From: Jonathan Neuschäfer Date: Wed, 3 Mar 2021 20:34:43 +0000 (+0100) Subject: docs: driver-api: gpio: consumer: Mark another line of code as such X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=3fd19d4b565dafd690a262fa95d25927bc797e42;p=linux.git 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 Reviewed-by: Linus Walleij Signed-off-by: Bartosz Golaszewski --- diff --git a/Documentation/driver-api/gpio/consumer.rst b/Documentation/driver-api/gpio/consumer.rst index 22271c342d923..3366a991b4aa7 100644 --- a/Documentation/driver-api/gpio/consumer.rst +++ b/Documentation/driver-api/gpio/consumer.rst @@ -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