On Wed, Jun 14, 2023 at 04:26:46PM +0200, Thomas Monjalon wrote: > While pulling some trees for DPDK 23.07-rc1, > I've seen that some wrong coding style for comments > were copied over and over. > > In order to avoid copying wrong comment style, > the three first patches are fixing a lot of comments. > As it is not critical, they are not marked for backport. > > While looking the header files, I've fixed some misuses of "extern". > > > Thomas Monjalon (5): > lib: remove blank line ending comment blocks > lib: remove extra asterisks ending comment blocks > lib: align comment blocks > lib: restrict use of keyword extern > cryptodev: fix comments of modular operation parameters >
Some really good cleanup here, thanks. Not sure we need to fix the use of extern for functions, but removing the extern is harmless so ok for it. Series-acked-by: Bruce Richardson <bruce.richard...@intel.com>