* [PATCH] bug-hunting.rst: Fix an example and a typo in a Sphinx tag
@ 2017-10-20 19:49 Christophe JAILLET
2017-10-31 8:07 ` Jonathan Corbet
0 siblings, 1 reply; 2+ messages in thread
From: Christophe JAILLET @ 2017-10-20 19:49 UTC (permalink / raw)
To: corbet, mchehab; +Cc: linux-doc, linux-kernel, Christophe JAILLET
- Use the same file name in the explanation and in the example (conex.c vs
sonixj.c)
- Add a missing ':' in a :ref: tag which leads to incorrect Shpinx output
- Add some missing ',' and ';'
Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
---
Documentation/admin-guide/bug-hunting.rst | 8 ++++----
1 file changed, 4 insertions(+), 4 deletions(-)
diff --git a/Documentation/admin-guide/bug-hunting.rst b/Documentation/admin-guide/bug-hunting.rst
index 08c4b1308189..f278b289e260 100644
--- a/Documentation/admin-guide/bug-hunting.rst
+++ b/Documentation/admin-guide/bug-hunting.rst
@@ -240,7 +240,7 @@ In order to report it upstream, you should identify the mailing list
used for the development of the affected code. This can be done by using
the ``get_maintainer.pl`` script.
-For example, if you find a bug at the gspca's conex.c file, you can get
+For example, if you find a bug at the gspca's sonixj.c file, you can get
their maintainers with::
$ ./scripts/get_maintainer.pl -f drivers/media/usb/gspca/sonixj.c
@@ -257,7 +257,7 @@ Please notice that it will point to:
Tejun and Bhaktipriya (in this specific case, none really envolved on the
development of this file);
- The driver maintainer (Hans Verkuil);
-- The subsystem maintainer (Mauro Carvalho Chehab)
+- The subsystem maintainer (Mauro Carvalho Chehab);
- The driver and/or subsystem mailing list (linux-media@vger.kernel.org);
- the Linux Kernel mailing list (linux-kernel@vger.kernel.org).
@@ -274,14 +274,14 @@ Fixing the bug
--------------
If you know programming, you could help us by not only reporting the bug,
-but also providing us with a solution. After all open source is about
+but also providing us with a solution. After all, open source is about
sharing what you do and don't you want to be recognised for your genius?
If you decide to take this way, once you have worked out a fix please submit
it upstream.
Please do read
-ref:`Documentation/process/submitting-patches.rst <submittingpatches>` though
+:ref:`Documentation/process/submitting-patches.rst <submittingpatches>` though
to help your code get accepted.
--
2.14.1
^ permalink raw reply related [flat|nested] 2+ messages in thread
* Re: [PATCH] bug-hunting.rst: Fix an example and a typo in a Sphinx tag
2017-10-20 19:49 [PATCH] bug-hunting.rst: Fix an example and a typo in a Sphinx tag Christophe JAILLET
@ 2017-10-31 8:07 ` Jonathan Corbet
0 siblings, 0 replies; 2+ messages in thread
From: Jonathan Corbet @ 2017-10-31 8:07 UTC (permalink / raw)
To: Christophe JAILLET; +Cc: mchehab, linux-doc, linux-kernel
On Fri, 20 Oct 2017 21:49:14 +0200
Christophe JAILLET <christophe.jaillet@wanadoo.fr> wrote:
> - Use the same file name in the explanation and in the example (conex.c vs
> sonixj.c)
> - Add a missing ':' in a :ref: tag which leads to incorrect Shpinx output
> - Add some missing ',' and ';'
>
> Signed-off-by: Christophe JAILLET <christophe.jaillet@wanadoo.fr>
Applied to the docs tree, thanks.
jon
^ permalink raw reply [flat|nested] 2+ messages in thread
end of thread, other threads:[~2017-10-31 8:07 UTC | newest]
Thread overview: 2+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2017-10-20 19:49 [PATCH] bug-hunting.rst: Fix an example and a typo in a Sphinx tag Christophe JAILLET
2017-10-31 8:07 ` Jonathan Corbet
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox