Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

docs: admin-guide: reporting-issues.rst: replace some characters

The conversion tools used during DocBook/LaTeX/html/Markdown->ReST
conversion and some cut-and-pasted text contain some characters that
aren't easily reachable on standard keyboards and/or could cause
troubles when parsed by the documentation build system.

Replace the occurences of the following characters:

- U+00a0 (' '): NO-BREAK SPACE
as it can cause lines being truncated on PDF output

Signed-off-by: Mauro Carvalho Chehab <mchehab+huawei@kernel.org>
Link: https://lore.kernel.org/r/551a2af0e654226067e5c376d3e2d959cc738f39.1623826294.git.mchehab+huawei@kernel.org
Signed-off-by: Jonathan Corbet <corbet@lwn.net>

authored by

Mauro Carvalho Chehab and committed by
Jonathan Corbet
349660e9 ae1b2aae

+1 -1
+1 -1
Documentation/admin-guide/reporting-issues.rst
··· 1248 1248 1249 1249 In case you performed a successful bisection, use the title of the change that 1250 1250 introduced the regression as the second part of your subject. Make the report 1251 - also mention the commit id of the culprit. In case of an unsuccessful bisection, 1251 + also mention the commit id of the culprit. In case of an unsuccessful bisection, 1252 1252 make your report mention the latest tested version that's working fine (say 5.7) 1253 1253 and the oldest where the issue occurs (say 5.8-rc1). 1254 1254