diff options
author | SeongJae Park <sj@kernel.org> | 2023-01-22 21:48:34 +0300 |
---|---|---|
committer | Jonathan Corbet <corbet@lwn.net> | 2023-01-25 01:27:08 +0300 |
commit | 941c95fdd61f4a0d2cd01520282a713962f485f6 (patch) | |
tree | b7d973348c33558c22350dd52866af5c19802e11 /Documentation/crypto | |
parent | c70313cd177d28ea15a3f5cb3e6f10292a782c63 (diff) | |
download | linux-941c95fdd61f4a0d2cd01520282a713962f485f6.tar.xz |
Docs/subsystem-apis: Remove '[The ]Linux' prefixes from titles of listed documents
Some documents that listed on subsystem-apis have 'Linux' or 'The Linux'
title prefixes. It's duplicated information, and makes finding the
document of interest with human eyes not easy. Remove the prefixes from
the titles.
Signed-off-by: SeongJae Park <sj@kernel.org>
Acked-by: Iwona Winiarska <iwona.winiarska@intel.com>
Acked-by: Bjorn Helgaas <bhelgaas@google.com>
Link: https://lore.kernel.org/r/20230122184834.181977-1-sj@kernel.org
Signed-off-by: Jonathan Corbet <corbet@lwn.net>
Diffstat (limited to 'Documentation/crypto')
-rw-r--r-- | Documentation/crypto/index.rst | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/Documentation/crypto/index.rst b/Documentation/crypto/index.rst index 21338fa92642..da5d5ad2bdf3 100644 --- a/Documentation/crypto/index.rst +++ b/Documentation/crypto/index.rst @@ -1,6 +1,6 @@ -======================= -Linux Kernel Crypto API -======================= +========== +Crypto API +========== :Author: Stephan Mueller :Author: Marek Vasut |