Re: [dpdk-dev] [PATCH 2/2] Fix __rte_experimental clutter

2019-06-28 Thread David Marchand
On Fri, Jun 28, 2019 at 5:57 PM Adrien Mazarguil wrote: > Rather than prefixing the return type of function prototypes with > __rte_experimental, move it to a separate line to enhance readability. > > Except for checkpatches.sh, this patch was automatically generated by: > > sed -i \ > -e '

[dpdk-dev] [PATCH 2/2] Fix __rte_experimental clutter

2019-06-28 Thread Adrien Mazarguil
Rather than prefixing the return type of function prototypes with __rte_experimental, move it to a separate line to enhance readability. Except for checkpatches.sh, this patch was automatically generated by: sed -i \ -e '/^\([^#].*\)\?__rte_experimental */{' \ -e 's//\1/; s/ *$//; i\'