From 638f31a42f7a0eb5d228b039fb9cf426b9ad0d4f Mon Sep 17 00:00:00 2001 From: YAMAMOTO Takashi Date: Thu, 5 Nov 2020 18:15:04 +0900 Subject: [PATCH] hcs12: Appease nxstyle --- arch/hc/include/hcs12/types.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/arch/hc/include/hcs12/types.h b/arch/hc/include/hcs12/types.h index 1f21c2b82d..776cd51503 100644 --- a/arch/hc/include/hcs12/types.h +++ b/arch/hc/include/hcs12/types.h @@ -103,7 +103,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 char irqstate_t;