From ba02387d688ff535f72a2fe9641ea3566af8e165 Mon Sep 17 00:00:00 2001 From: YAMAMOTO Takashi Date: Thu, 5 Nov 2020 18:15:57 +0900 Subject: [PATCH] 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 19804853bf..3b7bab243d 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;