> -----Original Message-----
> From: Thomas Monjalon <tho...@monjalon.net>
> Sent: Wednesday, June 14, 2023 10:27 PM
> To: dev@dpdk.org
> Cc: Konstantin Ananyev <konstantin.v.anan...@yandex.ru>; Cristian Dumitrescu
> <cristian.dumitre...@intel.com>; Olivier Matz <olivier.m...@6wind.com>;
> Ruifeng Wang
> <ruifeng.w...@arm.com>; David Christensen <d...@linux.vnet.ibm.com>; Bruce
> Richardson
> <bruce.richard...@intel.com>; Ferruh Yigit <ferruh.yi...@amd.com>; Andrew
> Rybchenko
> <andrew.rybche...@oktetlabs.ru>; Ori Kam <or...@nvidia.com>
> Subject: [PATCH 3/5] lib: align comment blocks
>
> Some comment blocks were missing a space or had too many spaces at the
> beginning of the
> lines, resulting in misalignment of asterisks.
>
> Such mistakes were found with this kind of commands:
> git grep '^\*' lib
> git grep '^ *\*' lib
>
> Signed-off-by: Thomas Monjalon <tho...@monjalon.net>
> ---
> lib/acl/acl_gen.c | 10 +-
> lib/acl/acl_vect.h | 2 +-
> lib/cfgfile/rte_cfgfile.h | 300 ++++++++++++-------------
> lib/cmdline/cmdline_parse_string.h | 14 +-
> lib/eal/arm/include/rte_cycles_32.h | 13 +-
> lib/eal/include/generic/rte_cycles.h | 2 +-
> lib/eal/include/rte_hexdump.h | 51 ++---
> lib/eal/ppc/include/rte_byteorder.h | 2 +-
> lib/eal/x86/include/rte_byteorder_32.h | 2 +-
> lib/eal/x86/include/rte_byteorder_64.h | 2 +-
> lib/ethdev/rte_ethdev.h | 65 +++---
> lib/ethdev/rte_flow.h | 8 +-
> lib/ethdev/rte_tm.h | 4 +-
> lib/table/rte_table_hash_ext.c | 28 +--
> lib/table/rte_table_hash_lru.c | 102 ++++-----
> 15 files changed, 302 insertions(+), 303 deletions(-)
>
Reviewed-by: Ruifeng Wang <ruifeng.w...@arm.com>