diff --git a/arch b/arch index c8448d662d6..ca979759a70 160000 --- a/arch +++ b/arch @@ -1 +1 @@ -Subproject commit c8448d662d63fecbbd8c603ab54cfbe2de200fe1 +Subproject commit ca979759a701c3c5e7acb8fc8c604ee112c45601 diff --git a/sched/signal/sig_dispatch.c b/sched/signal/sig_dispatch.c index 9027fddddb7..b6027c9b7ec 100644 --- a/sched/signal/sig_dispatch.c +++ b/sched/signal/sig_dispatch.c @@ -165,7 +165,8 @@ static FAR sigpendq_t *sig_allocatependingsignal(void) } /* If we were not called from an interrupt handler, then we are - * free to allocate pending action structures if necessary. */ + * free to allocate pending action structures if necessary. + */ else {