[PATCH] tpm: Remove duplicate documentation

2025-03-09 Thread Jarkko Sakkinen
The functions already have documentation as defined in https://www.kernel.org/doc/Documentation/kernel-doc-nano-HOWTO.txt Remove duplicate documentation in order to reduce maintainer overhead. Signed-off-by: Jarkko Sakkinen --- This is posted mainly for transparency and will be picked to the ne

[PATCH] tpm: efi: Improve exception handling in tpm_read_log_efi()

2025-03-09 Thread Markus Elfring
From: Markus Elfring Date: Sun, 9 Mar 2025 14:43:52 +0100 Add a label so that a bit of exception handling can be better reused from an if branch in this function implementation. Signed-off-by: Markus Elfring --- drivers/char/tpm/eventlog/efi.c | 5 ++--- 1 file changed, 2 insertions(+), 3 dele