[PATCH 3/5] lib: align comment blocks

Ruifeng Wang Ruifeng.Wang at arm.com
Thu Jun 15 09:16:33 CEST 2023


> -----Original Message-----
> From: Thomas Monjalon <thomas at monjalon.net>
> Sent: Wednesday, June 14, 2023 10:27 PM
> To: dev at dpdk.org
> Cc: Konstantin Ananyev <konstantin.v.ananyev at yandex.ru>; Cristian Dumitrescu
> <cristian.dumitrescu at intel.com>; Olivier Matz <olivier.matz at 6wind.com>; Ruifeng Wang
> <Ruifeng.Wang at arm.com>; David Christensen <drc at linux.vnet.ibm.com>; Bruce Richardson
> <bruce.richardson at intel.com>; Ferruh Yigit <ferruh.yigit at amd.com>; Andrew Rybchenko
> <andrew.rybchenko at oktetlabs.ru>; Ori Kam <orika at 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 <thomas at 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.wang at arm.com>



More information about the dev mailing list