This is an automated email from the ASF dual-hosted git repository. xiaoxiang pushed a commit to branch master in repository https://gitbox.apache.org/repos/asf/incubator-nuttx.git
commit ba02387d688ff535f72a2fe9641ea3566af8e165 Author: YAMAMOTO Takashi <yamam...@midokura.com> AuthorDate: Thu Nov 5 18:15:57 2020 +0900 hc12: Appease nxstyle --- arch/hc/include/hc12/types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/hc/include/hc12/types.h b/arch/hc/include/hc12/types.h index 1980485..3b7bab2 100644 --- a/arch/hc/include/hc12/types.h +++ b/arch/hc/include/hc12/types.h @@ -102,7 +102,7 @@ typedef signed short _ssize_t; typedef unsigned short _size_t; #endif -/* This is the size of the interrupt state save returned by up_irq_save()*/ +/* This is the size of the interrupt state save returned by up_irq_save() */ typedef unsigned int irqstate_t;