[PATCH] docs: admin-guide: hw_random: Make document title more generic and concise

Jonathan Neuschäfer posted 1 patch 3 years, 5 months ago
Documentation/admin-guide/hw_random.rst | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
[PATCH] docs: admin-guide: hw_random: Make document title more generic and concise
Posted by Jonathan Neuschäfer 3 years, 5 months ago
The hw_random subsystem no longer works only on specific Intel chipsets;
make the title of hw_random.rst reflect this fact.

While we're at it, also remove the words "Linux support for", since it's
clear from context that this is a document about Linux.

Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
---
 Documentation/admin-guide/hw_random.rst | 6 +++---
 1 file changed, 3 insertions(+), 3 deletions(-)

diff --git a/Documentation/admin-guide/hw_random.rst b/Documentation/admin-guide/hw_random.rst
index 121de96e395e2..d494601717f1f 100644
--- a/Documentation/admin-guide/hw_random.rst
+++ b/Documentation/admin-guide/hw_random.rst
@@ -1,6 +1,6 @@
-==========================================================
-Linux support for random number generator in i8xx chipsets
-==========================================================
+=================================
+Hardware random number generators
+=================================
 
 Introduction
 ============
-- 
2.35.1

Re: [PATCH] docs: admin-guide: hw_random: Make document title more generic and concise
Posted by Jonathan Corbet 3 years, 5 months ago
Jonathan Neuschäfer <j.neuschaefer@gmx.net> writes:

> The hw_random subsystem no longer works only on specific Intel chipsets;
> make the title of hw_random.rst reflect this fact.
>
> While we're at it, also remove the words "Linux support for", since it's
> clear from context that this is a document about Linux.
>
> Signed-off-by: Jonathan Neuschäfer <j.neuschaefer@gmx.net>
> ---
>  Documentation/admin-guide/hw_random.rst | 6 +++---
>  1 file changed, 3 insertions(+), 3 deletions(-)

Applied, thanks.

jon