[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index] [xen master] xen/arm: vpsci: Fix typo in comment (SCCC changed to SSSC)
commit d7d55c27cc3253fb3634a0e468ef5df30487552b Author: Mykola Kvach <mykola_kvach@xxxxxxxx> AuthorDate: Thu May 29 22:40:25 2025 +0300 Commit: Michal Orzel <michal.orzel@xxxxxxx> CommitDate: Fri May 30 08:47:29 2025 +0200 xen/arm: vpsci: Fix typo in comment (SCCC changed to SSSC) Corrected a typo in a comment within vpsci.c: replaced "SCCC_SMCCC_*_REVISION" with the correct "SSSC_SMCCC_*_REVISION". This change improves clarity but does not affect functionality. Signed-off-by: Mykola Kvach <mykola_kvach@xxxxxxxx> Reviewed-by: Michal Orzel <michal.orzel@xxxxxxx> --- xen/arch/arm/vpsci.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/xen/arch/arm/vpsci.c b/xen/arch/arm/vpsci.c index d1615be8a6..7ba9ccd94b 100644 --- a/xen/arch/arm/vpsci.c +++ b/xen/arch/arm/vpsci.c @@ -268,7 +268,7 @@ bool do_vpsci_0_2_call(struct cpu_user_regs *regs, uint32_t fid) { /* * /!\ VPSCI_NR_FUNCS (in asm/vpsci.h) should be updated when - * adding/removing a function. SCCC_SMCCC_*_REVISION should be + * adding/removing a function. SSSC_SMCCC_*_REVISION should be * updated once per release. */ switch ( fid ) -- generated by git-patchbot for /home/xen/git/xen.git#master
|
![]() |
Lists.xenproject.org is hosted with RackSpace, monitoring our |