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
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
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
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