diff options
author | Borislav Petkov (AMD) <bp@alien8.de> | 2023-07-29 16:53:02 +0200 |
---|---|---|
committer | Borislav Petkov (AMD) <bp@alien8.de> | 2023-08-10 10:48:12 +0200 |
commit | 182ac87070e26d32a01445cec7ca7afa07411468 (patch) | |
tree | 0f484984588fc98f57defe3f9403a436faefc6aa | |
parent | cacc6e22932f373a91d7be55a9b992dc77f4c59b (diff) | |
download | lwn-182ac87070e26d32a01445cec7ca7afa07411468.tar.gz lwn-182ac87070e26d32a01445cec7ca7afa07411468.zip |
Documentation/hw-vuln: Unify filename specification in index
Most of the index.rst files in Documentation/ refer to other rst files
without their file extension in the name. Do that here too.
No functional changes.
Reported-by: Linus Torvalds <torvalds@linux-foundation.org>
Signed-off-by: Borislav Petkov (AMD) <bp@alien8.de>
Reviewed-by: Greg Kroah-Hartman <gregkh@linuxfoundation.org>
Link: https://lore.kernel.org/r/20230809102700.29449-2-bp@alien8.de
-rw-r--r-- | Documentation/admin-guide/hw-vuln/index.rst | 14 |
1 files changed, 7 insertions, 7 deletions
diff --git a/Documentation/admin-guide/hw-vuln/index.rst b/Documentation/admin-guide/hw-vuln/index.rst index a7d37e124831..de99caabf65a 100644 --- a/Documentation/admin-guide/hw-vuln/index.rst +++ b/Documentation/admin-guide/hw-vuln/index.rst @@ -13,11 +13,11 @@ are configurable at compile, boot or run time. l1tf mds tsx_async_abort - multihit.rst - special-register-buffer-data-sampling.rst - core-scheduling.rst - l1d_flush.rst - processor_mmio_stale_data.rst - cross-thread-rsb.rst + multihit + special-register-buffer-data-sampling + core-scheduling + l1d_flush + processor_mmio_stale_data + cross-thread-rsb srso - gather_data_sampling.rst + gather_data_sampling |