[<prev] [next>] [day] [month] [year] [list]
Message-Id: <20220728235503.651254-1-alvin@pqrs.dk>
Date: Fri, 29 Jul 2022 01:55:03 +0200
From: Alvin Šipraga <alvin@...s.dk>
To: Jonathan Corbet <corbet@....net>
Cc: Alvin Šipraga <alsi@...g-olufsen.dk>,
linux-doc@...r.kernel.org, linux-kernel@...r.kernel.org
Subject: [PATCH v2] documentation: debugfs: add a missing closing parenthesis
From: Alvin Šipraga <alsi@...g-olufsen.dk>
The two impacted sentences ought to be one, concatenated at the point of
the missing parenthesis that has been added.
Signed-off-by: Alvin Šipraga <alsi@...g-olufsen.dk>
---
v1 -> v2:
In disgrace, I made typo in the subject of v1. Here is a v2 without that
typo.
---
Documentation/filesystems/debugfs.rst | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/Documentation/filesystems/debugfs.rst b/Documentation/filesystems/debugfs.rst
index 71b1fee56d2a..a810eee40a8b 100644
--- a/Documentation/filesystems/debugfs.rst
+++ b/Documentation/filesystems/debugfs.rst
@@ -155,8 +155,8 @@ any code which does so in the mainline. Note that all files created with
debugfs_create_blob() are read-only.
If you want to dump a block of registers (something that happens quite
-often during development, even if little such code reaches mainline.
-Debugfs offers two functions: one to make a registers-only file, and
+often during development, even if little such code reaches mainline),
+debugfs offers two functions: one to make a registers-only file, and
another to insert a register block in the middle of another sequential
file::
--
2.37.0
Powered by blists - more mailing lists