Skip to content

Commit

Permalink
docs: driver-api: gpio: consumer: Mark another line of code as such
Browse files Browse the repository at this point in the history
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>
  • Loading branch information
neuschaefer authored and brgl committed Mar 26, 2021
1 parent 0d02ec6 commit 3fd19d4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Documentation/driver-api/gpio/consumer.rst
Original file line number Diff line number Diff line change
Expand Up @@ -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>

Expand Down

0 comments on commit 3fd19d4

Please sign in to comment.