Re: [PATCH] rtems: Canonicalize name and id check

2020-10-01 Thread Gedare Bloom
looks good On Wed, Sep 30, 2020 at 8:27 AM Sebastian Huber wrote: > > Check the name followed by the id check in all create directives. > > Compare pointers against NULL. Fix formatting. > --- > cpukit/rtems/src/msgqconstruct.c | 8 +- > cpukit/rtems/src/partcreate.c

[PATCH] rtems: Canonicalize name and id check

2020-09-30 Thread Sebastian Huber
Check the name followed by the id check in all create directives. Compare pointers against NULL. Fix formatting. --- cpukit/rtems/src/msgqconstruct.c | 8 +- cpukit/rtems/src/partcreate.c | 9 +- cpukit/rtems/src/regioncreate.c | 9 +- cpukit/rtem