Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
1
fork

Configure Feed

Select the types of activity you want to include in your feed.

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 <geert+renesas@glider.be>
Reviewed-by: Simon Horman <horms@kernel.org>
Link: https://patch.msgid.link/ae13c3ed7f80e604b8ae1561437a67b73549e599.1758784164.git.geert+renesas@glider.be
Signed-off-by: Jakub Kicinski <kuba@kernel.org>

authored by

Geert Uytterhoeven and committed by
Jakub Kicinski
6c85fb54 267bca00

+1 -1
+1 -1
net/psp/Kconfig
··· 8 8 select SKB_DECRYPTED 9 9 select SOCK_VALIDATE_XMIT 10 10 help 11 - Enable kernel support for the PSP protocol. 11 + Enable kernel support for the PSP Security Protocol (PSP). 12 12 For more information see: 13 13 https://raw.githubusercontent.com/google/psp/main/doc/PSP_Arch_Spec.pdf 14 14