You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@nuttx.apache.org by xi...@apache.org on 2020/11/16 13:47:06 UTC

[incubator-nuttx] 01/35: hcs12: Appease nxstyle

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 638f31a42f7a0eb5d228b039fb9cf426b9ad0d4f
Author: YAMAMOTO Takashi <ya...@midokura.com>
AuthorDate: Thu Nov 5 18:15:04 2020 +0900

    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 1f21c2b..776cd51 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;