On Wed, May 29, 2019 at 01:29:16PM +0200, David Marchand wrote:
> Since we change this macro, we might as well avoid triggering complaints
> from checkpatch because of mixed case.
> 
> old=RTE_IPv4
> new=RTE_IPV4
> git grep -lw $old | xargs sed -i -e "s/\<$old\>/$new/g"
> 
> Signed-off-by: David Marchand <david.march...@redhat.com>

Reviewed-by: Olivier Matz <olivier.m...@6wind.com>

Reply via email to