[PATCH 0/2] docs: *-regressions.rst: Tweaks to the commands

2024-03-08 Thread Nícolas F . R . A . Prado
A couple tweaks to the commands in the regression documentation to make them up-to-date and less confusing. Signed-off-by: Nícolas F. R. A. Prado --- Nícolas F. R. A. Prado (2): docs: *-regressions.rst: Use collon after regzbot introduced command docs: handling-regressions.rst

[PATCH 1/2] docs: *-regressions.rst: Use collon after regzbot introduced command

2024-03-08 Thread Nícolas F . R . A . Prado
reference docs. Link: https://gitlab.com/knurd42/regzbot/-/blob/main/docs/reference.md Signed-off-by: Nícolas F. R. A. Prado --- Documentation/admin-guide/reporting-regressions.rst | 2 +- Documentation/process/handling-regressions.rst | 10 +- 2 files changed, 6 insertions(

[PATCH 2/2] docs: handling-regressions.rst: Update regzbot command fixed-by to fix

2024-03-08 Thread Nícolas F . R . A . Prado
Signed-off-by: Nícolas F. R. A. Prado --- Documentation/process/handling-regressions.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/process/handling-regressions.rst b/Documentation/process/handling-regressions.rst index 42b13f77b019..ce6753a674f3 100644

Re: [PATCH 1/2] docs: *-regressions.rst: Use collon after regzbot introduced command

2024-03-11 Thread Nícolas F . R . A . Prado
On Mon, Mar 11, 2024 at 02:39:46PM +0100, Thorsten Leemhuis wrote: > Thx for this! > > On 08.03.24 15:09, Nícolas F. R. A. Prado wrote: > > All the examples in the reference documentation for regzbot have a > > collon > > s/collon/colon/ here and a few lines below

[PATCH v2 0/2] docs: *-regressions.rst: Tweaks to the commands

2024-03-11 Thread Nícolas F . R . A . Prado
A couple tweaks to the commands in the regression documentation to make them up-to-date and less confusing. Signed-off-by: Nícolas F. R. A. Prado --- Changes in v2: - Reworded patch 1: - s/collon/colon/ - Made title and message more straightforward - Link to v1: https://lore.kernel.org/r

[PATCH v2 1/2] docs: *-regressions.rst: Add colon to regzbot commands

2024-03-11 Thread Nícolas F . R . A . Prado
Use colon as command terminator everywhere for consistency, even though it's not strictly necessary. That way it will also match regzbot's reference documentation. Link: https://gitlab.com/knurd42/regzbot/-/blob/main/docs/reference.md Reviewed-by: Thorsten Leemhuis Signed-off-by: Nícol

[PATCH v2 2/2] docs: handling-regressions.rst: Update regzbot command fixed-by to fix

2024-03-11 Thread Nícolas F . R . A . Prado
Reviewed-by: Thorsten Leemhuis Signed-off-by: Nícolas F. R. A. Prado --- Documentation/process/handling-regressions.rst | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Documentation/process/handling-regressions.rst b/Documentation/process/handling-regressions.rst index

[PATCH] docs: dev-tools: Add documentation for the device focused kselftests

2024-10-01 Thread Nícolas F . R . A . Prado
Add documentation for the kselftests focused on testing devices and point to it from the kselftest documentation. There are multiple tests in this category so the aim of this page is to make it clear when to run each test. Signed-off-by: Nícolas F. R. A. Prado --- This patch depends on patch

Re: [PATCH] docs: dev-tools: Add documentation for the device focused kselftests

2024-10-03 Thread Nícolas F . R . A . Prado
On Wed, Oct 02, 2024 at 12:00:10PM -0600, Shuah Khan wrote: > On 10/1/24 09:43, Nícolas F. R. A. Prado wrote: > > Add documentation for the kselftests focused on testing devices and > > point to it from the kselftest documentation. There are multiple tests > > in this catego

Re: [PATCH] docs: Remove literal markup from Documentation/ paths

2025-04-07 Thread Nícolas F . R . A . Prado
On Sat, Apr 05, 2025 at 10:17:16AM +0900, Akira Yokosawa wrote: > Hi, > > Nícolas F. R. A. Prado wrote: > > Given that the automarkup Sphinx plugin cross-references > > "Documentation/*.rst" strings in the text to the corresponding > > documents, surrounding

[PATCH] docs: Remove literal markup from Documentation/ paths

2025-04-04 Thread Nícolas F . R . A . Prado
b page (eg. 'see file Doc...' -> 'see Doc...'). Signed-off-by: Nícolas F. R. A. Prado --- Documentation/admin-guide/mm/numa_memory_policy.rst | 2 +- Documentation/admin-guide/serial-console.rst | 2 +- Documentation/driver-api/dmaengine/client.rst