Re: [PATCH] freebsd/contigmem: fix function parameter list

2023-05-24 Thread Thomas Monjalon
22/05/2023 18:02, Tyler Retzlaff: > On Mon, May 22, 2023 at 10:22:41AM +0100, Bruce Richardson wrote: > > Functions which take no parameters should explicitly have "(void)" as > > the parameter list, rather than "()". > > > > Reported upstream on FreeBSD ports collection [1]. > > > > [1] https://

Re: [PATCH] freebsd/contigmem: fix function parameter list

2023-05-22 Thread Tyler Retzlaff
On Mon, May 22, 2023 at 10:22:41AM +0100, Bruce Richardson wrote: > Functions which take no parameters should explicitly have "(void)" as > the parameter list, rather than "()". > > Reported upstream on FreeBSD ports collection [1]. > > [1] https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=271524

[PATCH] freebsd/contigmem: fix function parameter list

2023-05-22 Thread Bruce Richardson
Functions which take no parameters should explicitly have "(void)" as the parameter list, rather than "()". Reported upstream on FreeBSD ports collection [1]. [1] https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=271524 Fixes: 764bf26873b9 ("add FreeBSD support") Cc: sta...@dpdk.org Reported-by