Re: [PATCH 5/9] fifo8: rename fifo8_pop_buf() to fifo8_peekpop_buf()

2024-08-30 Thread Octavian Purdila
On Wed, Aug 28, 2024 at 5:23 AM Mark Cave-Ayland wrote: > > The fifo8_pop_buf() function will soon also be used for peek operations, so > rename > the function accordingly. Create a new fifo8_pop_buf() wrapper function that > can > be used by existing callers. > > Signed-off-by: Mark Cave-Ayland

Re: [PATCH 5/9] fifo8: rename fifo8_pop_buf() to fifo8_peekpop_buf()

2024-08-29 Thread Alistair Francis
On Wed, Aug 28, 2024 at 10:25 PM Mark Cave-Ayland wrote: > > The fifo8_pop_buf() function will soon also be used for peek operations, so > rename > the function accordingly. Create a new fifo8_pop_buf() wrapper function that > can > be used by existing callers. > > Signed-off-by: Mark Cave-Aylan

[PATCH 5/9] fifo8: rename fifo8_pop_buf() to fifo8_peekpop_buf()

2024-08-28 Thread Mark Cave-Ayland
The fifo8_pop_buf() function will soon also be used for peek operations, so rename the function accordingly. Create a new fifo8_pop_buf() wrapper function that can be used by existing callers. Signed-off-by: Mark Cave-Ayland --- util/fifo8.c | 8 +++- 1 file changed, 7 insertions(+), 1 dele