From: Jonathan Neuschäfer Date: Tue, 1 Nov 2022 16:01:18 +0000 (+0100) Subject: docs: admin-guide: hw_random: Make document title more generic and concise X-Git-Url: http://git.maquefel.me/?a=commitdiff_plain;h=7a96be33c8f555b69b0047935576b52ef94859ff;p=linux.git docs: admin-guide: hw_random: Make document title more generic and concise 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 Link: https://lore.kernel.org/r/20221101160119.955997-1-j.neuschaefer@gmx.net Signed-off-by: Jonathan Corbet --- 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 ============