From 6c85fb5486c5a8ae646438877d7dc5050992a173 Mon Sep 17 00:00:00 2001 From: Geert Uytterhoeven Date: Thu, 25 Sep 2025 09:09:50 +0200 Subject: [PATCH] psp: Expand PSP acronym in INET_PSP help description People not very intimate with PSP may not know the meaning of this recursive acronym. Hence replace the half-explanatory "PSP protocol" in the help description by the full expansion, like is done in the linked PSP Architecture Specification document. Signed-off-by: Geert Uytterhoeven Reviewed-by: Simon Horman Link: https://patch.msgid.link/ae13c3ed7f80e604b8ae1561437a67b73549e599.1758784164.git.geert+renesas@glider.be Signed-off-by: Jakub Kicinski --- net/psp/Kconfig | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/net/psp/Kconfig b/net/psp/Kconfig index a7d24691a7e1d..371e8771f3bd3 100644 --- a/net/psp/Kconfig +++ b/net/psp/Kconfig @@ -8,7 +8,7 @@ config INET_PSP select SKB_DECRYPTED select SOCK_VALIDATE_XMIT help - Enable kernel support for the PSP protocol. + Enable kernel support for the PSP Security Protocol (PSP). For more information see: https://raw.githubusercontent.com/google/psp/main/doc/PSP_Arch_Spec.pdf -- 2.47.3