> -----Original Message-----
> From: Thomas Monjalon <[email protected]>
> Sent: Wednesday, June 14, 2023 10:27 PM
> To: [email protected]
> Cc: Konstantin Ananyev <[email protected]>; Cristian Dumitrescu
> <[email protected]>; Olivier Matz <[email protected]>;
> Ruifeng Wang
> <[email protected]>; David Christensen <[email protected]>; Bruce
> Richardson
> <[email protected]>; Ferruh Yigit <[email protected]>; Andrew
> Rybchenko
> <[email protected]>; Ori Kam <[email protected]>
> 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 <[email protected]>
> ---
> 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 <[email protected]>