* [PATCH] docs: driver-api: gpio: consumer: Mark another line of code as such
@ 2021-03-03 20:34 Jonathan Neuschäfer
2021-03-04 8:15 ` Linus Walleij
2021-03-08 15:15 ` Bartosz Golaszewski
0 siblings, 2 replies; 3+ messages in thread
From: Jonathan Neuschäfer @ 2021-03-03 20:34 UTC (permalink / raw)
To: linux-gpio
Cc: Jonathan Neuschäfer, Linus Walleij, Bartosz Golaszewski,
Jonathan Corbet, linux-doc, linux-kernel
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>
---
Documentation/driver-api/gpio/consumer.rst | 2 +-
1 file changed, 1 insertion(+), 1 deletion(-)
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 <linux/gpio/consumer.h>
--
2.30.1
^ permalink raw reply related [flat|nested] 3+ messages in thread
* Re: [PATCH] docs: driver-api: gpio: consumer: Mark another line of code as such
2021-03-03 20:34 [PATCH] docs: driver-api: gpio: consumer: Mark another line of code as such Jonathan Neuschäfer
@ 2021-03-04 8:15 ` Linus Walleij
2021-03-08 15:15 ` Bartosz Golaszewski
1 sibling, 0 replies; 3+ messages in thread
From: Linus Walleij @ 2021-03-04 8:15 UTC (permalink / raw)
To: Jonathan Neuschäfer
Cc: open list:GPIO SUBSYSTEM, Bartosz Golaszewski, Jonathan Corbet,
Linux Doc Mailing List, linux-kernel@vger.kernel.org
On Wed, Mar 3, 2021 at 9:35 PM Jonathan Neuschäfer
<j.neuschaefer@gmx.net> wrote:
> 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>
Yours,
Linus Walleij
^ permalink raw reply [flat|nested] 3+ messages in thread
* Re: [PATCH] docs: driver-api: gpio: consumer: Mark another line of code as such
2021-03-03 20:34 [PATCH] docs: driver-api: gpio: consumer: Mark another line of code as such Jonathan Neuschäfer
2021-03-04 8:15 ` Linus Walleij
@ 2021-03-08 15:15 ` Bartosz Golaszewski
1 sibling, 0 replies; 3+ messages in thread
From: Bartosz Golaszewski @ 2021-03-08 15:15 UTC (permalink / raw)
To: Jonathan Neuschäfer
Cc: linux-gpio, Linus Walleij, Jonathan Corbet, linux-doc, LKML
On Wed, Mar 3, 2021 at 9:43 PM Jonathan Neuschäfer
<j.neuschaefer@gmx.net> wrote:
>
> 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>
> ---
> Documentation/driver-api/gpio/consumer.rst | 2 +-
> 1 file changed, 1 insertion(+), 1 deletion(-)
>
> 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 <linux/gpio/consumer.h>
>
> --
> 2.30.1
>
Patch applied, thanks!
Bartosz
^ permalink raw reply [flat|nested] 3+ messages in thread
end of thread, other threads:[~2021-03-08 15:16 UTC | newest]
Thread overview: 3+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2021-03-03 20:34 [PATCH] docs: driver-api: gpio: consumer: Mark another line of code as such Jonathan Neuschäfer
2021-03-04 8:15 ` Linus Walleij
2021-03-08 15:15 ` Bartosz Golaszewski
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).