aboutsummaryrefslogtreecommitdiffstats
path: root/os/common/ports
diff options
context:
space:
mode:
Diffstat (limited to 'os/common/ports')
-rw-r--r--os/common/ports/ARM/compilers/GCC/chcoreasm.S2
-rw-r--r--os/common/ports/ARMCMx/compilers/GCC/chcoreasm_v6m.S2
-rw-r--r--os/common/ports/ARMCMx/compilers/GCC/chcoreasm_v7m.S2
-rw-r--r--os/common/ports/e200/compilers/GCC/chcoreasm.S2
-rw-r--r--os/common/ports/e200/compilers/GCC/ivor.S2
5 files changed, 5 insertions, 5 deletions
diff --git a/os/common/ports/ARM/compilers/GCC/chcoreasm.S b/os/common/ports/ARM/compilers/GCC/chcoreasm.S
index 0409310e8..6b89462b7 100644
--- a/os/common/ports/ARM/compilers/GCC/chcoreasm.S
+++ b/os/common/ports/ARM/compilers/GCC/chcoreasm.S
@@ -18,7 +18,7 @@
*/
/**
- * @file ARM/compilers/GCC/chcoreasm.s
+ * @file ARM/compilers/GCC/chcoreasm.S
* @brief ARM architecture port low level code.
*
* @addtogroup ARM_CORE
diff --git a/os/common/ports/ARMCMx/compilers/GCC/chcoreasm_v6m.S b/os/common/ports/ARMCMx/compilers/GCC/chcoreasm_v6m.S
index 15cb8bdac..7e11fdb33 100644
--- a/os/common/ports/ARMCMx/compilers/GCC/chcoreasm_v6m.S
+++ b/os/common/ports/ARMCMx/compilers/GCC/chcoreasm_v6m.S
@@ -18,7 +18,7 @@
*/
/**
- * @file compilers/GCC/chcoreasm_v6m.s
+ * @file compilers/GCC/chcoreasm_v6m.S
* @brief ARMv6-M architecture port low level code.
*
* @addtogroup ARMCMx_GCC_CORE
diff --git a/os/common/ports/ARMCMx/compilers/GCC/chcoreasm_v7m.S b/os/common/ports/ARMCMx/compilers/GCC/chcoreasm_v7m.S
index 943892d24..b0dbc4344 100644
--- a/os/common/ports/ARMCMx/compilers/GCC/chcoreasm_v7m.S
+++ b/os/common/ports/ARMCMx/compilers/GCC/chcoreasm_v7m.S
@@ -18,7 +18,7 @@
*/
/**
- * @file compilers/GCC/chcoreasm_v7m.s
+ * @file compilers/GCC/chcoreasm_v7m.S
* @brief ARMv7-M architecture port low level code.
*
* @addtogroup ARMCMx_GCC_CORE
diff --git a/os/common/ports/e200/compilers/GCC/chcoreasm.S b/os/common/ports/e200/compilers/GCC/chcoreasm.S
index d5a01464f..b39ffeef3 100644
--- a/os/common/ports/e200/compilers/GCC/chcoreasm.S
+++ b/os/common/ports/e200/compilers/GCC/chcoreasm.S
@@ -18,7 +18,7 @@
*/
/**
- * @file e200/compilers/GCC/chcoreasm.s
+ * @file e200/compilers/GCC/chcoreasm.S
* @brief Power Architecture port low level code.
*
* @addtogroup PPC_GCC_CORE
diff --git a/os/common/ports/e200/compilers/GCC/ivor.S b/os/common/ports/e200/compilers/GCC/ivor.S
index fc6ec7eb8..f498cff77 100644
--- a/os/common/ports/e200/compilers/GCC/ivor.S
+++ b/os/common/ports/e200/compilers/GCC/ivor.S
@@ -18,7 +18,7 @@
*/
/**
- * @file ivor.s
+ * @file GCC/ivor.S
* @brief Kernel ISRs.
*
* @addtogroup PPC_CORE