From 457281427ba286e24386d7916c4bc81f112f1c60 Mon Sep 17 00:00:00 2001 From: rtos-lover Date: Wed, 21 Apr 2021 18:29:53 +0800 Subject: [PATCH] fix: fix misspell in comments change misspell __cpluscplus to __cplusplus close https://gitee.com/openharmony/kernel_liteos_m/issues/I3NG3P?from=project-issue --- kernel/arch/arm/cortex-m3/keil/los_arch_context.h | 8 ++++---- kernel/arch/arm/cortex-m3/keil/los_arch_interrupt.h | 8 ++++---- kernel/arch/arm/cortex-m3/keil/los_arch_timer.h | 8 ++++---- kernel/arch/arm/cortex-m33/gcc/los_arch_context.h | 8 ++++---- kernel/arch/arm/cortex-m33/gcc/los_arch_interrupt.h | 8 ++++---- kernel/arch/arm/cortex-m33/gcc/los_arch_timer.h | 8 ++++---- kernel/arch/arm/cortex-m4/gcc/los_arch_context.h | 8 ++++---- kernel/arch/arm/cortex-m4/gcc/los_arch_interrupt.h | 8 ++++---- kernel/arch/arm/cortex-m4/gcc/los_arch_timer.h | 8 ++++---- kernel/arch/arm/cortex-m4/iar/los_arch_context.h | 8 ++++---- kernel/arch/arm/cortex-m4/iar/los_arch_interrupt.h | 8 ++++---- kernel/arch/arm/cortex-m4/iar/los_arch_timer.h | 8 ++++---- kernel/arch/arm/cortex-m7/gcc/los_arch_context.h | 8 ++++---- kernel/arch/arm/cortex-m7/gcc/los_arch_interrupt.h | 8 ++++---- kernel/arch/arm/cortex-m7/gcc/los_arch_timer.h | 8 ++++---- kernel/arch/arm/cortex-m7/iar/los_arch_context.h | 8 ++++---- kernel/arch/arm/cortex-m7/iar/los_arch_interrupt.h | 8 ++++---- kernel/arch/arm/cortex-m7/iar/los_arch_timer.h | 8 ++++---- kernel/arch/include/los_arch.h | 8 ++++---- kernel/arch/risc-v/riscv32/gcc/los_arch_timer.h | 8 ++++---- .../cortex-m7_nucleo_f767zi_gcc/Core/Inc/task_sample.h | 8 ++++---- testsuits/include/iCunit.h | 8 ++++---- testsuits/include/iCunit_config.h | 8 ++++---- testsuits/include/osTest.h | 8 ++++---- testsuits/sample/kernel/event/It_los_event.h | 8 ++++---- testsuits/sample/kernel/hwi/it_los_hwi.h | 8 ++++---- testsuits/sample/kernel/mem/It_los_mem.h | 8 ++++---- testsuits/sample/kernel/mux/It_los_mux.h | 8 ++++---- testsuits/sample/kernel/queue/It_los_queue.h | 8 ++++---- testsuits/sample/kernel/sem/It_los_sem.h | 8 ++++---- testsuits/sample/kernel/swtmr/It_los_swtmr.h | 8 ++++---- testsuits/sample/kernel/task/It_los_task.h | 8 ++++---- 32 files changed, 128 insertions(+), 128 deletions(-) diff --git a/kernel/arch/arm/cortex-m3/keil/los_arch_context.h b/kernel/arch/arm/cortex-m3/keil/los_arch_context.h index 972f2fde..be67cda2 100644 --- a/kernel/arch/arm/cortex-m3/keil/los_arch_context.h +++ b/kernel/arch/arm/cortex-m3/keil/los_arch_context.h @@ -38,8 +38,8 @@ #ifdef __cplusplus #if __cplusplus extern "C" { -#endif /* __cpluscplus */ -#endif /* __cpluscplus */ +#endif /* __cplusplus */ +#endif /* __cplusplus */ typedef struct tagTskContext { #if ((defined(__FPU_PRESENT) && (__FPU_PRESENT == 1U)) && \ @@ -124,8 +124,8 @@ extern VOID HalStartToRun(VOID); #ifdef __cplusplus #if __cplusplus } -#endif /* __cpluscplus */ -#endif /* __cpluscplus */ +#endif /* __cplusplus */ +#endif /* __cplusplus */ #endif /* _LOS_ARCH_CONTEXT_H */ diff --git a/kernel/arch/arm/cortex-m3/keil/los_arch_interrupt.h b/kernel/arch/arm/cortex-m3/keil/los_arch_interrupt.h index b3ab442f..e8a530ab 100644 --- a/kernel/arch/arm/cortex-m3/keil/los_arch_interrupt.h +++ b/kernel/arch/arm/cortex-m3/keil/los_arch_interrupt.h @@ -39,8 +39,8 @@ #ifdef __cplusplus #if __cplusplus extern "C" { -#endif /* __cpluscplus */ -#endif /* __cpluscplus */ +#endif /* __cplusplus */ +#endif /* __cplusplus */ /* * * @ingroup los_hwi @@ -712,8 +712,8 @@ extern ExcInfo g_excInfo; #ifdef __cplusplus #if __cplusplus } -#endif /* __cpluscplus */ -#endif /* __cpluscplus */ +#endif /* __cplusplus */ +#endif /* __cplusplus */ #endif /* _LOS_EXC_H */ diff --git a/kernel/arch/arm/cortex-m3/keil/los_arch_timer.h b/kernel/arch/arm/cortex-m3/keil/los_arch_timer.h index 59159c0c..48e48d8d 100644 --- a/kernel/arch/arm/cortex-m3/keil/los_arch_timer.h +++ b/kernel/arch/arm/cortex-m3/keil/los_arch_timer.h @@ -39,16 +39,16 @@ #ifdef __cplusplus #if __cplusplus extern "C" { -#endif /* __cpluscplus */ -#endif /* __cpluscplus */ +#endif /* __cplusplus */ +#endif /* __cplusplus */ UINT32 HalTickStart(OS_TICK_HANDLER handler); #ifdef __cplusplus #if __cplusplus } -#endif /* __cpluscplus */ -#endif /* __cpluscplus */ +#endif /* __cplusplus */ +#endif /* __cplusplus */ #endif /* _LOS_ARCH_TIMER_H */ diff --git a/kernel/arch/arm/cortex-m33/gcc/los_arch_context.h b/kernel/arch/arm/cortex-m33/gcc/los_arch_context.h index 972f2fde..be67cda2 100644 --- a/kernel/arch/arm/cortex-m33/gcc/los_arch_context.h +++ b/kernel/arch/arm/cortex-m33/gcc/los_arch_context.h @@ -38,8 +38,8 @@ #ifdef __cplusplus #if __cplusplus extern "C" { -#endif /* __cpluscplus */ -#endif /* __cpluscplus */ +#endif /* __cplusplus */ +#endif /* __cplusplus */ typedef struct tagTskContext { #if ((defined(__FPU_PRESENT) && (__FPU_PRESENT == 1U)) && \ @@ -124,8 +124,8 @@ extern VOID HalStartToRun(VOID); #ifdef __cplusplus #if __cplusplus } -#endif /* __cpluscplus */ -#endif /* __cpluscplus */ +#endif /* __cplusplus */ +#endif /* __cplusplus */ #endif /* _LOS_ARCH_CONTEXT_H */ diff --git a/kernel/arch/arm/cortex-m33/gcc/los_arch_interrupt.h b/kernel/arch/arm/cortex-m33/gcc/los_arch_interrupt.h index b3ab442f..e8a530ab 100644 --- a/kernel/arch/arm/cortex-m33/gcc/los_arch_interrupt.h +++ b/kernel/arch/arm/cortex-m33/gcc/los_arch_interrupt.h @@ -39,8 +39,8 @@ #ifdef __cplusplus #if __cplusplus extern "C" { -#endif /* __cpluscplus */ -#endif /* __cpluscplus */ +#endif /* __cplusplus */ +#endif /* __cplusplus */ /* * * @ingroup los_hwi @@ -712,8 +712,8 @@ extern ExcInfo g_excInfo; #ifdef __cplusplus #if __cplusplus } -#endif /* __cpluscplus */ -#endif /* __cpluscplus */ +#endif /* __cplusplus */ +#endif /* __cplusplus */ #endif /* _LOS_EXC_H */ diff --git a/kernel/arch/arm/cortex-m33/gcc/los_arch_timer.h b/kernel/arch/arm/cortex-m33/gcc/los_arch_timer.h index 59159c0c..48e48d8d 100644 --- a/kernel/arch/arm/cortex-m33/gcc/los_arch_timer.h +++ b/kernel/arch/arm/cortex-m33/gcc/los_arch_timer.h @@ -39,16 +39,16 @@ #ifdef __cplusplus #if __cplusplus extern "C" { -#endif /* __cpluscplus */ -#endif /* __cpluscplus */ +#endif /* __cplusplus */ +#endif /* __cplusplus */ UINT32 HalTickStart(OS_TICK_HANDLER handler); #ifdef __cplusplus #if __cplusplus } -#endif /* __cpluscplus */ -#endif /* __cpluscplus */ +#endif /* __cplusplus */ +#endif /* __cplusplus */ #endif /* _LOS_ARCH_TIMER_H */ diff --git a/kernel/arch/arm/cortex-m4/gcc/los_arch_context.h b/kernel/arch/arm/cortex-m4/gcc/los_arch_context.h index 9dd2a874..fa8bc209 100644 --- a/kernel/arch/arm/cortex-m4/gcc/los_arch_context.h +++ b/kernel/arch/arm/cortex-m4/gcc/los_arch_context.h @@ -38,8 +38,8 @@ #ifdef __cplusplus #if __cplusplus extern "C" { -#endif /* __cpluscplus */ -#endif /* __cpluscplus */ +#endif /* __cplusplus */ +#endif /* __cplusplus */ typedef struct TagTskContext { #if ((defined(__FPU_PRESENT) && (__FPU_PRESENT == 1U)) && \ @@ -124,7 +124,7 @@ extern VOID HalStartToRun(VOID); #ifdef __cplusplus #if __cplusplus } -#endif /* __cpluscplus */ -#endif /* __cpluscplus */ +#endif /* __cplusplus */ +#endif /* __cplusplus */ #endif /* _LOS_ARCH_CONTEXT_H */ diff --git a/kernel/arch/arm/cortex-m4/gcc/los_arch_interrupt.h b/kernel/arch/arm/cortex-m4/gcc/los_arch_interrupt.h index 7582b28f..96146a24 100644 --- a/kernel/arch/arm/cortex-m4/gcc/los_arch_interrupt.h +++ b/kernel/arch/arm/cortex-m4/gcc/los_arch_interrupt.h @@ -39,8 +39,8 @@ #ifdef __cplusplus #if __cplusplus extern "C" { -#endif /* __cpluscplus */ -#endif /* __cpluscplus */ +#endif /* __cplusplus */ +#endif /* __cplusplus */ /* * * @ingroup los_hwi @@ -711,7 +711,7 @@ extern ExcInfo g_excInfo; #ifdef __cplusplus #if __cplusplus } -#endif /* __cpluscplus */ -#endif /* __cpluscplus */ +#endif /* __cplusplus */ +#endif /* __cplusplus */ #endif /* _LOS_EXC_H */ diff --git a/kernel/arch/arm/cortex-m4/gcc/los_arch_timer.h b/kernel/arch/arm/cortex-m4/gcc/los_arch_timer.h index 59159c0c..48e48d8d 100644 --- a/kernel/arch/arm/cortex-m4/gcc/los_arch_timer.h +++ b/kernel/arch/arm/cortex-m4/gcc/los_arch_timer.h @@ -39,16 +39,16 @@ #ifdef __cplusplus #if __cplusplus extern "C" { -#endif /* __cpluscplus */ -#endif /* __cpluscplus */ +#endif /* __cplusplus */ +#endif /* __cplusplus */ UINT32 HalTickStart(OS_TICK_HANDLER handler); #ifdef __cplusplus #if __cplusplus } -#endif /* __cpluscplus */ -#endif /* __cpluscplus */ +#endif /* __cplusplus */ +#endif /* __cplusplus */ #endif /* _LOS_ARCH_TIMER_H */ diff --git a/kernel/arch/arm/cortex-m4/iar/los_arch_context.h b/kernel/arch/arm/cortex-m4/iar/los_arch_context.h index afd1810a..9220a1e1 100644 --- a/kernel/arch/arm/cortex-m4/iar/los_arch_context.h +++ b/kernel/arch/arm/cortex-m4/iar/los_arch_context.h @@ -38,8 +38,8 @@ #ifdef __cplusplus #if __cplusplus extern "C" { -#endif /* __cpluscplus */ -#endif /* __cpluscplus */ +#endif /* __cplusplus */ +#endif /* __cplusplus */ typedef struct TagTskContext { #if ((defined(__FPU_PRESENT) && (__FPU_PRESENT == 1U)) && \ @@ -124,8 +124,8 @@ extern VOID HalStartToRun(VOID); #ifdef __cplusplus #if __cplusplus } -#endif /* __cpluscplus */ -#endif /* __cpluscplus */ +#endif /* __cplusplus */ +#endif /* __cplusplus */ #endif /* _LOS_ARCH_CONTEXT_H */ diff --git a/kernel/arch/arm/cortex-m4/iar/los_arch_interrupt.h b/kernel/arch/arm/cortex-m4/iar/los_arch_interrupt.h index 8353a4e0..93235909 100644 --- a/kernel/arch/arm/cortex-m4/iar/los_arch_interrupt.h +++ b/kernel/arch/arm/cortex-m4/iar/los_arch_interrupt.h @@ -39,8 +39,8 @@ #ifdef __cplusplus #if __cplusplus extern "C" { -#endif /* __cpluscplus */ -#endif /* __cpluscplus */ +#endif /* __cplusplus */ +#endif /* __cplusplus */ /* * * @ingroup los_hwi @@ -711,8 +711,8 @@ extern ExcInfo g_excInfo; #ifdef __cplusplus #if __cplusplus } -#endif /* __cpluscplus */ -#endif /* __cpluscplus */ +#endif /* __cplusplus */ +#endif /* __cplusplus */ #endif /* _LOS_EXC_H */ diff --git a/kernel/arch/arm/cortex-m4/iar/los_arch_timer.h b/kernel/arch/arm/cortex-m4/iar/los_arch_timer.h index 59159c0c..48e48d8d 100644 --- a/kernel/arch/arm/cortex-m4/iar/los_arch_timer.h +++ b/kernel/arch/arm/cortex-m4/iar/los_arch_timer.h @@ -39,16 +39,16 @@ #ifdef __cplusplus #if __cplusplus extern "C" { -#endif /* __cpluscplus */ -#endif /* __cpluscplus */ +#endif /* __cplusplus */ +#endif /* __cplusplus */ UINT32 HalTickStart(OS_TICK_HANDLER handler); #ifdef __cplusplus #if __cplusplus } -#endif /* __cpluscplus */ -#endif /* __cpluscplus */ +#endif /* __cplusplus */ +#endif /* __cplusplus */ #endif /* _LOS_ARCH_TIMER_H */ diff --git a/kernel/arch/arm/cortex-m7/gcc/los_arch_context.h b/kernel/arch/arm/cortex-m7/gcc/los_arch_context.h index 972f2fde..be67cda2 100644 --- a/kernel/arch/arm/cortex-m7/gcc/los_arch_context.h +++ b/kernel/arch/arm/cortex-m7/gcc/los_arch_context.h @@ -38,8 +38,8 @@ #ifdef __cplusplus #if __cplusplus extern "C" { -#endif /* __cpluscplus */ -#endif /* __cpluscplus */ +#endif /* __cplusplus */ +#endif /* __cplusplus */ typedef struct tagTskContext { #if ((defined(__FPU_PRESENT) && (__FPU_PRESENT == 1U)) && \ @@ -124,8 +124,8 @@ extern VOID HalStartToRun(VOID); #ifdef __cplusplus #if __cplusplus } -#endif /* __cpluscplus */ -#endif /* __cpluscplus */ +#endif /* __cplusplus */ +#endif /* __cplusplus */ #endif /* _LOS_ARCH_CONTEXT_H */ diff --git a/kernel/arch/arm/cortex-m7/gcc/los_arch_interrupt.h b/kernel/arch/arm/cortex-m7/gcc/los_arch_interrupt.h index b3ab442f..e8a530ab 100644 --- a/kernel/arch/arm/cortex-m7/gcc/los_arch_interrupt.h +++ b/kernel/arch/arm/cortex-m7/gcc/los_arch_interrupt.h @@ -39,8 +39,8 @@ #ifdef __cplusplus #if __cplusplus extern "C" { -#endif /* __cpluscplus */ -#endif /* __cpluscplus */ +#endif /* __cplusplus */ +#endif /* __cplusplus */ /* * * @ingroup los_hwi @@ -712,8 +712,8 @@ extern ExcInfo g_excInfo; #ifdef __cplusplus #if __cplusplus } -#endif /* __cpluscplus */ -#endif /* __cpluscplus */ +#endif /* __cplusplus */ +#endif /* __cplusplus */ #endif /* _LOS_EXC_H */ diff --git a/kernel/arch/arm/cortex-m7/gcc/los_arch_timer.h b/kernel/arch/arm/cortex-m7/gcc/los_arch_timer.h index 59159c0c..48e48d8d 100644 --- a/kernel/arch/arm/cortex-m7/gcc/los_arch_timer.h +++ b/kernel/arch/arm/cortex-m7/gcc/los_arch_timer.h @@ -39,16 +39,16 @@ #ifdef __cplusplus #if __cplusplus extern "C" { -#endif /* __cpluscplus */ -#endif /* __cpluscplus */ +#endif /* __cplusplus */ +#endif /* __cplusplus */ UINT32 HalTickStart(OS_TICK_HANDLER handler); #ifdef __cplusplus #if __cplusplus } -#endif /* __cpluscplus */ -#endif /* __cpluscplus */ +#endif /* __cplusplus */ +#endif /* __cplusplus */ #endif /* _LOS_ARCH_TIMER_H */ diff --git a/kernel/arch/arm/cortex-m7/iar/los_arch_context.h b/kernel/arch/arm/cortex-m7/iar/los_arch_context.h index 972f2fde..be67cda2 100644 --- a/kernel/arch/arm/cortex-m7/iar/los_arch_context.h +++ b/kernel/arch/arm/cortex-m7/iar/los_arch_context.h @@ -38,8 +38,8 @@ #ifdef __cplusplus #if __cplusplus extern "C" { -#endif /* __cpluscplus */ -#endif /* __cpluscplus */ +#endif /* __cplusplus */ +#endif /* __cplusplus */ typedef struct tagTskContext { #if ((defined(__FPU_PRESENT) && (__FPU_PRESENT == 1U)) && \ @@ -124,8 +124,8 @@ extern VOID HalStartToRun(VOID); #ifdef __cplusplus #if __cplusplus } -#endif /* __cpluscplus */ -#endif /* __cpluscplus */ +#endif /* __cplusplus */ +#endif /* __cplusplus */ #endif /* _LOS_ARCH_CONTEXT_H */ diff --git a/kernel/arch/arm/cortex-m7/iar/los_arch_interrupt.h b/kernel/arch/arm/cortex-m7/iar/los_arch_interrupt.h index b3ab442f..e8a530ab 100644 --- a/kernel/arch/arm/cortex-m7/iar/los_arch_interrupt.h +++ b/kernel/arch/arm/cortex-m7/iar/los_arch_interrupt.h @@ -39,8 +39,8 @@ #ifdef __cplusplus #if __cplusplus extern "C" { -#endif /* __cpluscplus */ -#endif /* __cpluscplus */ +#endif /* __cplusplus */ +#endif /* __cplusplus */ /* * * @ingroup los_hwi @@ -712,8 +712,8 @@ extern ExcInfo g_excInfo; #ifdef __cplusplus #if __cplusplus } -#endif /* __cpluscplus */ -#endif /* __cpluscplus */ +#endif /* __cplusplus */ +#endif /* __cplusplus */ #endif /* _LOS_EXC_H */ diff --git a/kernel/arch/arm/cortex-m7/iar/los_arch_timer.h b/kernel/arch/arm/cortex-m7/iar/los_arch_timer.h index 59159c0c..48e48d8d 100644 --- a/kernel/arch/arm/cortex-m7/iar/los_arch_timer.h +++ b/kernel/arch/arm/cortex-m7/iar/los_arch_timer.h @@ -39,16 +39,16 @@ #ifdef __cplusplus #if __cplusplus extern "C" { -#endif /* __cpluscplus */ -#endif /* __cpluscplus */ +#endif /* __cplusplus */ +#endif /* __cplusplus */ UINT32 HalTickStart(OS_TICK_HANDLER handler); #ifdef __cplusplus #if __cplusplus } -#endif /* __cpluscplus */ -#endif /* __cpluscplus */ +#endif /* __cplusplus */ +#endif /* __cplusplus */ #endif /* _LOS_ARCH_TIMER_H */ diff --git a/kernel/arch/include/los_arch.h b/kernel/arch/include/los_arch.h index 7ba4f7ae..af753638 100644 --- a/kernel/arch/include/los_arch.h +++ b/kernel/arch/include/los_arch.h @@ -38,16 +38,16 @@ #ifdef __cplusplus #if __cplusplus extern "C" { -#endif /* __cpluscplus */ -#endif /* __cpluscplus */ +#endif /* __cplusplus */ +#endif /* __cplusplus */ VOID HalArchInit(VOID); #ifdef __cplusplus #if __cplusplus } -#endif /* __cpluscplus */ -#endif /* __cpluscplus */ +#endif /* __cplusplus */ +#endif /* __cplusplus */ #endif /* _LOS_ARCH_H */ diff --git a/kernel/arch/risc-v/riscv32/gcc/los_arch_timer.h b/kernel/arch/risc-v/riscv32/gcc/los_arch_timer.h index 59159c0c..48e48d8d 100644 --- a/kernel/arch/risc-v/riscv32/gcc/los_arch_timer.h +++ b/kernel/arch/risc-v/riscv32/gcc/los_arch_timer.h @@ -39,16 +39,16 @@ #ifdef __cplusplus #if __cplusplus extern "C" { -#endif /* __cpluscplus */ -#endif /* __cpluscplus */ +#endif /* __cplusplus */ +#endif /* __cplusplus */ UINT32 HalTickStart(OS_TICK_HANDLER handler); #ifdef __cplusplus #if __cplusplus } -#endif /* __cpluscplus */ -#endif /* __cpluscplus */ +#endif /* __cplusplus */ +#endif /* __cplusplus */ #endif /* _LOS_ARCH_TIMER_H */ diff --git a/targets/cortex-m7_nucleo_f767zi_gcc/Core/Inc/task_sample.h b/targets/cortex-m7_nucleo_f767zi_gcc/Core/Inc/task_sample.h index 408f7ff8..f31b8a3f 100644 --- a/targets/cortex-m7_nucleo_f767zi_gcc/Core/Inc/task_sample.h +++ b/targets/cortex-m7_nucleo_f767zi_gcc/Core/Inc/task_sample.h @@ -39,15 +39,15 @@ #ifdef __cplusplus #if __cplusplus extern "C" { -#endif /* __cpluscplus */ -#endif /* __cpluscplus */ +#endif /* __cplusplus */ +#endif /* __cplusplus */ VOID RunTaskSample(VOID); #ifdef __cplusplus #if __cplusplus } -#endif /* __cpluscplus */ -#endif /* __cpluscplus */ +#endif /* __cplusplus */ +#endif /* __cplusplus */ #endif /* _TASKSAMPLE_H */ diff --git a/testsuits/include/iCunit.h b/testsuits/include/iCunit.h index 4e26a476..05126798 100644 --- a/testsuits/include/iCunit.h +++ b/testsuits/include/iCunit.h @@ -42,8 +42,8 @@ #ifdef __cplusplus #if __cplusplus extern "C" { -#endif /* __cpluscplus */ -#endif /* __cpluscplus */ +#endif /* __cplusplus */ +#endif /* __cplusplus */ typedef unsigned short iUINT16; typedef unsigned int iUINT32; @@ -372,7 +372,7 @@ extern iUINT32 iCunitPrintReport(void); #ifdef __cplusplus #if __cplusplus } -#endif /* __cpluscplus */ -#endif /* __cpluscplus */ +#endif /* __cplusplus */ +#endif /* __cplusplus */ #endif /* _UNI_ICUNIT_H */ diff --git a/testsuits/include/iCunit_config.h b/testsuits/include/iCunit_config.h index 1c7bff4a..cbf9389b 100644 --- a/testsuits/include/iCunit_config.h +++ b/testsuits/include/iCunit_config.h @@ -35,8 +35,8 @@ #ifdef __cplusplus #if __cplusplus extern "C" { -#endif /* __cpluscplus */ -#endif /* __cpluscplus */ +#endif /* __cplusplus */ +#endif /* __cplusplus */ #define ICUNIT_CASE_SIZE 1500 @@ -46,7 +46,7 @@ extern "C" { #ifdef __cplusplus #if __cplusplus } -#endif /* __cpluscplus */ -#endif /* __cpluscplus */ +#endif /* __cplusplus */ +#endif /* __cplusplus */ #endif diff --git a/testsuits/include/osTest.h b/testsuits/include/osTest.h index 86ef82c9..4afd74e2 100644 --- a/testsuits/include/osTest.h +++ b/testsuits/include/osTest.h @@ -58,8 +58,8 @@ #ifdef __cplusplus #if __cplusplus extern "C" { -#endif /* __cpluscplus */ -#endif /* __cpluscplus */ +#endif /* __cplusplus */ +#endif /* __cplusplus */ #define PRINTF(fmt, args...) \ do { \ @@ -370,7 +370,7 @@ extern LosTaskCB *g_taskCBArray; #ifdef __cplusplus #if __cplusplus } -#endif /* __cpluscplus */ -#endif /* __cpluscplus */ +#endif /* __cplusplus */ +#endif /* __cplusplus */ #endif /* _OSTEST_H */ diff --git a/testsuits/sample/kernel/event/It_los_event.h b/testsuits/sample/kernel/event/It_los_event.h index 5fffc9c7..f16e89e5 100644 --- a/testsuits/sample/kernel/event/It_los_event.h +++ b/testsuits/sample/kernel/event/It_los_event.h @@ -34,8 +34,8 @@ #ifdef __cplusplus #if __cplusplus extern "C" { -#endif /* __cpluscplus */ -#endif /* __cpluscplus */ +#endif /* __cplusplus */ +#endif /* __cplusplus */ #define SELF_DELETED 0 #define SYS_EXIST_SWTMR 1 @@ -121,5 +121,5 @@ extern VOID ItLosEvent043(VOID); #ifdef __cplusplus #if __cplusplus } -#endif /* __cpluscplus */ -#endif /* __cpluscplus */ +#endif /* __cplusplus */ +#endif /* __cplusplus */ diff --git a/testsuits/sample/kernel/hwi/it_los_hwi.h b/testsuits/sample/kernel/hwi/it_los_hwi.h index 8cc9a9f6..67963d14 100644 --- a/testsuits/sample/kernel/hwi/it_los_hwi.h +++ b/testsuits/sample/kernel/hwi/it_los_hwi.h @@ -36,8 +36,8 @@ #ifdef __cplusplus #if __cplusplus extern "C" { -#endif /* __cpluscplus */ -#endif /* __cpluscplus */ +#endif /* __cplusplus */ +#endif /* __cplusplus */ #ifdef LOS_HIMIDEER_RV32 #define OS_USER_HWI_MAX (26) @@ -89,7 +89,7 @@ extern VOID LltLosHwi035(VOID); #ifdef __cplusplus #if __cplusplus } -#endif /* __cpluscplus */ -#endif /* __cpluscplus */ +#endif /* __cplusplus */ +#endif /* __cplusplus */ #endif /* IT_LOS_HWI_H */ diff --git a/testsuits/sample/kernel/mem/It_los_mem.h b/testsuits/sample/kernel/mem/It_los_mem.h index 776b8d59..4de3b3a7 100644 --- a/testsuits/sample/kernel/mem/It_los_mem.h +++ b/testsuits/sample/kernel/mem/It_los_mem.h @@ -35,8 +35,8 @@ #ifdef __cplusplus #if __cplusplus extern "C" { -#endif /* __cpluscplus */ -#endif /* __cpluscplus */ +#endif /* __cplusplus */ +#endif /* __cplusplus */ #include "osTest.h" #include "los_memory.h" @@ -196,7 +196,7 @@ VOID ItLosTick001(void); #ifdef __cplusplus #if __cplusplus } -#endif /* __cpluscplus */ -#endif /* __cpluscplus */ +#endif /* __cplusplus */ +#endif /* __cplusplus */ #endif /* IT_LOS_MEM_H */ diff --git a/testsuits/sample/kernel/mux/It_los_mux.h b/testsuits/sample/kernel/mux/It_los_mux.h index 35e628ad..57e00f0d 100644 --- a/testsuits/sample/kernel/mux/It_los_mux.h +++ b/testsuits/sample/kernel/mux/It_los_mux.h @@ -36,8 +36,8 @@ #ifdef __cplusplus #if __cplusplus extern "C" { -#endif /* __cpluscplus */ -#endif /* __cpluscplus */ +#endif /* __cplusplus */ +#endif /* __cplusplus */ extern UINT32 g_mutexTest1; extern UINT32 g_mutexTest2; @@ -82,7 +82,7 @@ VOID ItSuiteLosMux(void); #ifdef __cplusplus #if __cplusplus } -#endif /* __cpluscplus */ -#endif /* __cpluscplus */ +#endif /* __cplusplus */ +#endif /* __cplusplus */ #endif /* _ItLosMuxH */ diff --git a/testsuits/sample/kernel/queue/It_los_queue.h b/testsuits/sample/kernel/queue/It_los_queue.h index 4a0ddbf8..48d3d5da 100644 --- a/testsuits/sample/kernel/queue/It_los_queue.h +++ b/testsuits/sample/kernel/queue/It_los_queue.h @@ -35,8 +35,8 @@ #ifdef __cplusplus #if __cplusplus extern "C" { -#endif /* __cpluscplus */ -#endif /* __cpluscplus */ +#endif /* __cplusplus */ +#endif /* __cplusplus */ #define QUEUE_SHORT_BUFFER_LENTH 12 #define QUEUE_STANDARD_BUFFER_LENTH 50 @@ -188,6 +188,6 @@ extern VOID ItLosQueueHead042(VOID); #ifdef __cplusplus #if __cplusplus } -#endif /* __cpluscplus */ -#endif /* __cpluscplus */ +#endif /* __cplusplus */ +#endif /* __cplusplus */ #endif /* IT_LOS_QUEUE_H */ \ No newline at end of file diff --git a/testsuits/sample/kernel/sem/It_los_sem.h b/testsuits/sample/kernel/sem/It_los_sem.h index 5aff2213..1e35d151 100644 --- a/testsuits/sample/kernel/sem/It_los_sem.h +++ b/testsuits/sample/kernel/sem/It_los_sem.h @@ -37,8 +37,8 @@ #ifdef __cplusplus #if __cplusplus extern "C" { -#endif /* __cpluscplus */ -#endif /* __cpluscplus */ +#endif /* __cplusplus */ +#endif /* __cplusplus */ extern UINT64 g_ullTickCount; @@ -90,7 +90,7 @@ VOID ItLosSem044(void); #ifdef __cplusplus #if __cplusplus } -#endif /* __cpluscplus */ -#endif /* __cpluscplus */ +#endif /* __cplusplus */ +#endif /* __cplusplus */ #endif /* IT_LOS_SEM_H */ \ No newline at end of file diff --git a/testsuits/sample/kernel/swtmr/It_los_swtmr.h b/testsuits/sample/kernel/swtmr/It_los_swtmr.h index 9289ee91..f8799828 100644 --- a/testsuits/sample/kernel/swtmr/It_los_swtmr.h +++ b/testsuits/sample/kernel/swtmr/It_los_swtmr.h @@ -36,8 +36,8 @@ #ifdef __cplusplus #if __cplusplus extern "C" { -#endif /* __cpluscplus */ -#endif /* __cpluscplus */ +#endif /* __cplusplus */ +#endif /* __cplusplus */ #define SELF_DELETED 0 #define SYS_EXIST_SWTMR 1 @@ -190,7 +190,7 @@ extern VOID ItLosSwtmrDelay005(VOID); #ifdef __cplusplus #if __cplusplus } -#endif /* __cpluscplus */ -#endif /* __cpluscplus */ +#endif /* __cplusplus */ +#endif /* __cplusplus */ #endif /* IT_LOS_SWTMR_H */ \ No newline at end of file diff --git a/testsuits/sample/kernel/task/It_los_task.h b/testsuits/sample/kernel/task/It_los_task.h index 647ad70c..c73f1fb5 100644 --- a/testsuits/sample/kernel/task/It_los_task.h +++ b/testsuits/sample/kernel/task/It_los_task.h @@ -34,8 +34,8 @@ #ifdef __cplusplus #if __cplusplus extern "C" { -#endif /* __cpluscplus */ -#endif /* __cpluscplus */ +#endif /* __cplusplus */ +#endif /* __cplusplus */ #define SELF_DELETED 0 #define SYS_EXIST_SWTMR 1 @@ -183,5 +183,5 @@ extern VOID ItLosTask117(VOID); #ifdef __cplusplus #if __cplusplus } -#endif /* __cpluscplus */ -#endif /* __cpluscplus */ +#endif /* __cplusplus */ +#endif /* __cplusplus */ -- GitLab