Re: [PATCH 11/20] rtems: Move _Partition_Is_buffer_on_boundary()

2020-11-20 Thread Gedare Bloom
On Fri, Nov 20, 2020 at 9:38 AM Sebastian Huber < sebastian.hu...@embedded-brains.de> wrote: > > On 20/11/2020 17:10, Gedare Bloom wrote: > > >> -/** > >> - * @brief Checks whether is on a valid buffer boundary for the_partition. > >> - * > >> - * This function returns TRUE if the_buffer is on a

Re: [PATCH 11/20] rtems: Move _Partition_Is_buffer_on_boundary()

2020-11-20 Thread Sebastian Huber
On 20/11/2020 17:10, Gedare Bloom wrote: -/** - * @brief Checks whether is on a valid buffer boundary for the_partition. - * - * This function returns TRUE if the_buffer is on a valid buffer - * boundary for the_partition, and FALSE otherwise. I think keep these two lines. This function is n

Re: [PATCH 11/20] rtems: Move _Partition_Is_buffer_on_boundary()

2020-11-20 Thread Gedare Bloom
On Fri, Nov 20, 2020 at 4:16 AM Sebastian Huber wrote: > > It is used only by rtems_partition_return_buffer().Make the PTCB the > first parameter. > --- > cpukit/include/rtems/rtems/partimpl.h | 22 -- > cpukit/rtems/src/partreturnbuffer.c | 17 - > 2 fil

[PATCH 11/20] rtems: Move _Partition_Is_buffer_on_boundary()

2020-11-20 Thread Sebastian Huber
It is used only by rtems_partition_return_buffer().Make the PTCB the first parameter. --- cpukit/include/rtems/rtems/partimpl.h | 22 -- cpukit/rtems/src/partreturnbuffer.c | 17 - 2 files changed, 16 insertions(+), 23 deletions(-) diff --git a/cpukit/inc