From f3198d581252dcf8d92b93561232b181eded8eaf Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Fri, 20 Dec 2013 16:24:22 -0600 Subject: [PATCH] Cosmetic: Changlog and update to comments --- arch/arm/src/armv7-m/up_exception.S | 2 +- arch/arm/src/kinetis/kinetis_vectors.S | 2 +- arch/arm/src/lm/lm_vectors.S | 2 +- arch/arm/src/lpc17xx/lpc17_vectors.S | 2 +- arch/arm/src/sam34/sam_vectors.S | 2 +- arch/arm/src/stm32/stm32_vectors.S | 2 +- 6 files changed, 6 insertions(+), 6 deletions(-) diff --git a/arch/arm/src/armv7-m/up_exception.S b/arch/arm/src/armv7-m/up_exception.S index ec2ed4dd7a..a40ddf66fe 100644 --- a/arch/arm/src/armv7-m/up_exception.S +++ b/arch/arm/src/armv7-m/up_exception.S @@ -229,7 +229,7 @@ exception_common: /* Restore the interrupt state */ #ifdef CONFIG_ARMV7M_USEBASEPRI - msr basepri, r3 /* Restore interrupts priority masking*/ + msr basepri, r3 /* Restore interrupts priority masking */ cpsie i /* Re-enable interrupts */ #else msr primask, r3 /* Restore interrupts */ diff --git a/arch/arm/src/kinetis/kinetis_vectors.S b/arch/arm/src/kinetis/kinetis_vectors.S index e10b7604a2..7508d077a8 100644 --- a/arch/arm/src/kinetis/kinetis_vectors.S +++ b/arch/arm/src/kinetis/kinetis_vectors.S @@ -765,7 +765,7 @@ kinetis_common: /* Restore the interrupt state */ #ifdef CONFIG_ARMV7M_USEBASEPRI - msr basepri, r3 /* Restore interrupts priority masking*/ + msr basepri, r3 /* Restore interrupts priority masking */ cpsie i /* Re-enable interrupts */ #else msr primask, r3 /* Restore interrupts */ diff --git a/arch/arm/src/lm/lm_vectors.S b/arch/arm/src/lm/lm_vectors.S index 17cc34719a..e48f8833b7 100644 --- a/arch/arm/src/lm/lm_vectors.S +++ b/arch/arm/src/lm/lm_vectors.S @@ -368,7 +368,7 @@ lm_irqcommon: /* Restore the interrupt state */ #ifdef CONFIG_ARMV7M_USEBASEPRI - msr basepri, r3 /* Restore interrupts priority masking*/ + msr basepri, r3 /* Restore interrupts priority masking */ cpsie i /* Re-enable interrupts */ #else msr primask, r3 /* Restore interrupts */ diff --git a/arch/arm/src/lpc17xx/lpc17_vectors.S b/arch/arm/src/lpc17xx/lpc17_vectors.S index b36f331387..c0b79b0486 100644 --- a/arch/arm/src/lpc17xx/lpc17_vectors.S +++ b/arch/arm/src/lpc17xx/lpc17_vectors.S @@ -377,7 +377,7 @@ lpc17_common: /* Restore the interrupt state */ #ifdef CONFIG_ARMV7M_USEBASEPRI - msr basepri, r3 /* Restore interrupts priority masking*/ + msr basepri, r3 /* Restore interrupts priority masking */ cpsie i /* Re-enable interrupts */ #else msr primask, r3 /* Restore interrupts */ diff --git a/arch/arm/src/sam34/sam_vectors.S b/arch/arm/src/sam34/sam_vectors.S index abf373bf18..490a81a7a3 100644 --- a/arch/arm/src/sam34/sam_vectors.S +++ b/arch/arm/src/sam34/sam_vectors.S @@ -383,7 +383,7 @@ sam_common: /* Restore the interrupt state */ #ifdef CONFIG_ARMV7M_USEBASEPRI - msr basepri, r3 /* Restore interrupts priority masking*/ + msr basepri, r3 /* Restore interrupts priority masking */ cpsie i /* Re-enable interrupts */ #else msr primask, r3 /* Restore interrupts */ diff --git a/arch/arm/src/stm32/stm32_vectors.S b/arch/arm/src/stm32/stm32_vectors.S index e1dbb5662e..d16192f719 100644 --- a/arch/arm/src/stm32/stm32_vectors.S +++ b/arch/arm/src/stm32/stm32_vectors.S @@ -390,7 +390,7 @@ stm32_common: /* Restore the interrupt state */ #ifdef CONFIG_ARMV7M_USEBASEPRI - msr basepri, r3 /* Restore interrupts priority masking*/ + msr basepri, r3 /* Restore interrupts priority masking */ cpsie i /* Re-enable interrupts */ #else msr primask, r3 /* Restore interrupts */