Re: [PATCH] firmware: stratix10-svc: fix FCS SMC call kernel-doc

From: Dinh Nguyen

Date: Mon Jun 29 2026 - 10:08:50 EST




On 6/23/26 04:10, genevieve.chan@xxxxxxxxxx wrote:
From: Genevieve Chan <genevieve.chan@xxxxxxxxxx>

Correct the kernel-doc for INTEL_SIP_SMC_FCS_SEND_CERTIFICATE to
describe an async call instead of sync, and fix incorrect return
status macro names
(INTEL_SIP_SMC_FCS_REJECTED -> INTEL_SIP_SMC_REJECTED).

For INTEL_SIP_SMC_FCS_GET_PROVISION_DATA, align the documented
return status macros with the standard values
(INTEL_SIP_SMC_STATUS_ERROR and INTEL_SIP_SMC_STATUS_REJECTED)
and document the full async return register usage in a1-a3:
mailbox error code, physical address of the fuse/key hash structure,
and structure size.

Signed-off-by: Genevieve Chan <genevieve.chan@xxxxxxxxxx>
---
include/linux/firmware/intel/stratix10-smc.h | 12 +++++++-----
1 file changed, 7 insertions(+), 5 deletions(-)


If this is a fix, you forgot to include the Fixes tag and Cc: stable.

Please refer to : Documentation/process/stable-kernel-rules.rst

Thanks,
Dinh