From 79d1ad4bc2cc52491cf9cacc9c6ee3ea81099613 Mon Sep 17 00:00:00 2001 From: Gregory Nutt Date: Fri, 27 Dec 2013 10:31:37 -0600 Subject: [PATCH] Fix cloned typo in user space definition --- configs/mikroe-stm32f4/kernel/up_userspace.c | 4 ++-- configs/open1788/kernel/up_userspace.c | 4 ++-- configs/sam3u-ek/kernel/up_userspace.c | 4 ++-- configs/stm32f4discovery/kernel/up_userspace.c | 4 ++-- 4 files changed, 8 insertions(+), 8 deletions(-) diff --git a/configs/mikroe-stm32f4/kernel/up_userspace.c b/configs/mikroe-stm32f4/kernel/up_userspace.c index 1ee83ab677..39bb6660a1 100644 --- a/configs/mikroe-stm32f4/kernel/up_userspace.c +++ b/configs/mikroe-stm32f4/kernel/up_userspace.c @@ -131,7 +131,7 @@ const struct userspace_s userspace __attribute__ ((section (".userspace"))) = /* User-space work queue support (declared in include/nuttx/wqueue.h) */ #if defined(CONFIG_SCHED_WORKQUEUE) && defined(CONFIG_SCHED_USRWORK) - .work_usrstart = work_usrstart; + .work_usrstart = work_usrstart, #endif }; @@ -139,4 +139,4 @@ const struct userspace_s userspace __attribute__ ((section (".userspace"))) = * Public Functions ****************************************************************************/ - #endif /* CONFIG_NUTTX_KERNEL && !__KERNEL__ */ +#endif /* CONFIG_NUTTX_KERNEL && !__KERNEL__ */ diff --git a/configs/open1788/kernel/up_userspace.c b/configs/open1788/kernel/up_userspace.c index bd0703b983..d2afe8c29c 100644 --- a/configs/open1788/kernel/up_userspace.c +++ b/configs/open1788/kernel/up_userspace.c @@ -131,7 +131,7 @@ const struct userspace_s userspace __attribute__ ((section (".userspace"))) = /* User-space work queue support (declared in include/nuttx/wqueue.h) */ #if defined(CONFIG_SCHED_WORKQUEUE) && defined(CONFIG_SCHED_USRWORK) - .work_usrstart = work_usrstart; + .work_usrstart = work_usrstart, #endif }; @@ -139,4 +139,4 @@ const struct userspace_s userspace __attribute__ ((section (".userspace"))) = * Public Functions ****************************************************************************/ - #endif /* CONFIG_NUTTX_KERNEL && !__KERNEL__ */ +#endif /* CONFIG_NUTTX_KERNEL && !__KERNEL__ */ diff --git a/configs/sam3u-ek/kernel/up_userspace.c b/configs/sam3u-ek/kernel/up_userspace.c index 06a4d935e5..2a4f73786b 100644 --- a/configs/sam3u-ek/kernel/up_userspace.c +++ b/configs/sam3u-ek/kernel/up_userspace.c @@ -131,7 +131,7 @@ const struct userspace_s userspace __attribute__ ((section (".userspace"))) = /* User-space work queue support (declared in include/nuttx/wqueue.h) */ #if defined(CONFIG_SCHED_WORKQUEUE) && defined(CONFIG_SCHED_USRWORK) - .work_usrstart = work_usrstart; + .work_usrstart = work_usrstart, #endif }; @@ -139,4 +139,4 @@ const struct userspace_s userspace __attribute__ ((section (".userspace"))) = * Public Functions ****************************************************************************/ - #endif /* CONFIG_NUTTX_KERNEL && !__KERNEL__ */ +#endif /* CONFIG_NUTTX_KERNEL && !__KERNEL__ */ diff --git a/configs/stm32f4discovery/kernel/up_userspace.c b/configs/stm32f4discovery/kernel/up_userspace.c index 0e3ea495d4..430d40b74d 100644 --- a/configs/stm32f4discovery/kernel/up_userspace.c +++ b/configs/stm32f4discovery/kernel/up_userspace.c @@ -131,7 +131,7 @@ const struct userspace_s userspace __attribute__ ((section (".userspace"))) = /* User-space work queue support (declared in include/nuttx/wqueue.h) */ #if defined(CONFIG_SCHED_WORKQUEUE) && defined(CONFIG_SCHED_USRWORK) - .work_usrstart = work_usrstart; + .work_usrstart = work_usrstart, #endif }; @@ -139,4 +139,4 @@ const struct userspace_s userspace __attribute__ ((section (".userspace"))) = * Public Functions ****************************************************************************/ - #endif /* CONFIG_NUTTX_KERNEL && !__KERNEL__ */ +#endif /* CONFIG_NUTTX_KERNEL && !__KERNEL__ */