Re: [ovs-dev] [PATCH 08/10] acinclude: Add OVS_FIND_PARAM_IFELSE.

2016-06-09 Thread Jarno Rajahalme
> On Jun 9, 2016, at 16:24, Ben Pfaff wrote: > >> On Thu, Jun 09, 2016 at 03:45:25PM -0700, Jarno Rajahalme wrote: >> OVS_FIND_PARAM_IFELSE is more robust macro for checking function >> parameters, as it does not require the parameter to be on the same >> line as the function name like the OVS_G

Re: [ovs-dev] [PATCH 08/10] acinclude: Add OVS_FIND_PARAM_IFELSE.

2016-06-09 Thread Ben Pfaff
On Thu, Jun 09, 2016 at 03:45:25PM -0700, Jarno Rajahalme wrote: > OVS_FIND_PARAM_IFELSE is more robust macro for checking function > parameters, as it does not require the parameter to be on the same > line as the function name like the OVS_GREP_IFELSE does. > > Use this to fix the check for stru