Re: [PATCH 1/3] Add and use RTEMS_CONTAINER_OF()

2014-08-05 Thread Sebastian Huber
On 08/04/2014 03:59 PM, Gedare Bloom wrote: >diff --git a/cpukit/libblock/src/bdbuf.c b/cpukit/libblock/src/bdbuf.c >index 31dd289..f215911 100644 >--- a/cpukit/libblock/src/bdbuf.c >+++ b/cpukit/libblock/src/bdbuf.c >@@ -3178,8 +3178,8 @@ rtems_bdbuf_read_ahead_task (rtems_task_argument arg) > >

Re: [PATCH 1/3] Add and use RTEMS_CONTAINER_OF()

2014-08-04 Thread Gedare Bloom
Thanks, two style comments below. On Sun, Aug 3, 2014 at 8:45 AM, Sebastian Huber wrote: > > --- > cpukit/libblock/src/bdbuf.c| 4 +- > cpukit/posix/include/rtems/posix/keyimpl.h | 3 ++ > cpukit/posix/src/key.c | 4 +- > cpukit/posi

[PATCH 1/3] Add and use RTEMS_CONTAINER_OF()

2014-08-03 Thread Sebastian Huber
--- cpukit/libblock/src/bdbuf.c| 4 +- cpukit/posix/include/rtems/posix/keyimpl.h | 3 ++ cpukit/posix/src/key.c | 4 +- cpukit/posix/src/keyfreememory.c | 8 ++-- cpukit/posix/src/keygetspecific.c |