All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] Fix typo in reporting-regressions.rst
@ 2024-03-07 18:10 Chris Bainbridge
  2024-03-10  7:57 ` Thorsten Leemhuis
  0 siblings, 1 reply; 5+ messages in thread
From: Chris Bainbridge @ 2024-03-07 18:10 UTC (permalink / raw)
  To: linux; +Cc: regressions, trivial

Append a ':' character to the first usage of "#regzbot introduced".

According to the regzbot documentation, the ':' suffix is the correct
format, and, even if not strictly necessary, it is good to be
consistent.

Signed-off-by: Chris Bainbridge <chris.bainbridge@gmail.com>
---
 Documentation/admin-guide/reporting-regressions.rst | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/Documentation/admin-guide/reporting-regressions.rst b/Documentation/admin-guide/reporting-regressions.rst
index d8adccdae23f..76b246ecf21b 100644
--- a/Documentation/admin-guide/reporting-regressions.rst
+++ b/Documentation/admin-guide/reporting-regressions.rst
@@ -31,7 +31,7 @@ The important bits (aka "TL;DR")
    Linux kernel regression tracking bot "regzbot" track the issue by specifying
    when the regression started like this::
 
-       #regzbot introduced v5.13..v5.14-rc1
+       #regzbot introduced: v5.13..v5.14-rc1
 
 
 All the details on Linux kernel regressions relevant for users
-- 
2.39.2


^ permalink raw reply related	[flat|nested] 5+ messages in thread

end of thread, other threads:[~2024-03-11 13:28 UTC | newest]

Thread overview: 5+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2024-03-07 18:10 [PATCH] Fix typo in reporting-regressions.rst Chris Bainbridge
2024-03-10  7:57 ` Thorsten Leemhuis
2024-03-10 10:45   ` Chris Bainbridge
2024-03-10 11:27     ` Linux regression tracking (Thorsten Leemhuis)
2024-03-11 13:28     ` Nícolas F. R. A. Prado

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.