Skip to content

Commit bb08582

Browse files
aescolarkartben
authored andcommitted
subsys/portability/cmsis_rtos_v2: Fix code compliance issues
Fix issues detected by checkpatch Signed-off-by: Alberto Escolar Piedras <alberto.escolar.piedras@nordicsemi.no>
1 parent 44699ba commit bb08582

File tree

1 file changed

+1
-0
lines changed
  • subsys/portability/cmsis_rtos_v2

1 file changed

+1
-0
lines changed

subsys/portability/cmsis_rtos_v2/thread.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -193,6 +193,7 @@ osThreadId_t osThreadNew(osThreadFunc_t threadfunc, void *arg, const osThreadAtt
193193
NULL, threadfunc, prio, 0, K_NO_WAIT);
194194

195195
const char *name = (attr->name == NULL) ? init_thread_attrs.name : attr->name;
196+
196197
k_thread_name_set(&tid->z_thread, name);
197198

198199
return (osThreadId_t)tid;

0 commit comments

Comments
 (0)