From: Ruifeng Wang <Ruifeng.Wang@arm.com>
To: "thomas@monjalon.net" <thomas@monjalon.net>,
"dev@dpdk.org" <dev@dpdk.org>
Cc: Konstantin Ananyev <konstantin.v.ananyev@yandex.ru>,
Cristian Dumitrescu <cristian.dumitrescu@intel.com>,
Olivier Matz <olivier.matz@6wind.com>,
David Christensen <drc@linux.vnet.ibm.com>,
Bruce Richardson <bruce.richardson@intel.com>,
Ferruh Yigit <ferruh.yigit@amd.com>,
Andrew Rybchenko <andrew.rybchenko@oktetlabs.ru>,
Ori Kam <orika@nvidia.com>, nd <nd@arm.com>
Subject: RE: [PATCH 3/5] lib: align comment blocks
Date: Thu, 15 Jun 2023 07:16:33 +0000 [thread overview]
Message-ID: <AS8PR08MB708077AEB665AEFBEBE44CDA9E5BA@AS8PR08MB7080.eurprd08.prod.outlook.com> (raw)
In-Reply-To: <20230614142651.1456116-4-thomas@monjalon.net>
> -----Original Message-----
> From: Thomas Monjalon <thomas@monjalon.net>
> Sent: Wednesday, June 14, 2023 10:27 PM
> To: dev@dpdk.org
> Cc: Konstantin Ananyev <konstantin.v.ananyev@yandex.ru>; Cristian Dumitrescu
> <cristian.dumitrescu@intel.com>; Olivier Matz <olivier.matz@6wind.com>; Ruifeng Wang
> <Ruifeng.Wang@arm.com>; David Christensen <drc@linux.vnet.ibm.com>; Bruce Richardson
> <bruce.richardson@intel.com>; Ferruh Yigit <ferruh.yigit@amd.com>; Andrew Rybchenko
> <andrew.rybchenko@oktetlabs.ru>; Ori Kam <orika@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@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@arm.com>
next prev parent reply other threads:[~2023-06-15 7:16 UTC|newest]
Thread overview: 13+ messages / expand[flat|nested] mbox.gz Atom feed top
2023-06-14 14:26 [PATCH 0/5] cleanup in library header files Thomas Monjalon
2023-06-14 14:26 ` [PATCH 1/5] lib: remove blank line ending comment blocks Thomas Monjalon
2023-06-15 7:27 ` Ruifeng Wang
2023-06-14 14:26 ` [PATCH 2/5] lib: remove extra asterisks " Thomas Monjalon
2023-06-14 14:26 ` [PATCH 3/5] lib: align " Thomas Monjalon
2023-06-15 7:16 ` Ruifeng Wang [this message]
2023-06-14 14:26 ` [PATCH 4/5] lib: restrict use of keyword extern Thomas Monjalon
2023-06-14 14:26 ` [PATCH 5/5] cryptodev: fix comments of modular operation parameters Thomas Monjalon
2023-06-14 14:42 ` [PATCH 0/5] cleanup in library header files Jerin Jacob
2023-06-14 15:08 ` David Marchand
2023-06-14 15:53 ` Thomas Monjalon
2023-06-14 14:46 ` Bruce Richardson
2023-06-27 14:52 ` Thomas Monjalon
Reply instructions:
You may reply publicly to this message via plain-text email
using any one of the following methods:
* Save the following mbox file, import it into your mail client,
and reply-to-all from there: mbox
Avoid top-posting and favor interleaved quoting:
https://en.wikipedia.org/wiki/Posting_style#Interleaved_style
* Reply using the --to, --cc, and --in-reply-to
switches of git-send-email(1):
git send-email \
--in-reply-to=AS8PR08MB708077AEB665AEFBEBE44CDA9E5BA@AS8PR08MB7080.eurprd08.prod.outlook.com \
--to=ruifeng.wang@arm.com \
--cc=andrew.rybchenko@oktetlabs.ru \
--cc=bruce.richardson@intel.com \
--cc=cristian.dumitrescu@intel.com \
--cc=dev@dpdk.org \
--cc=drc@linux.vnet.ibm.com \
--cc=ferruh.yigit@amd.com \
--cc=konstantin.v.ananyev@yandex.ru \
--cc=nd@arm.com \
--cc=olivier.matz@6wind.com \
--cc=orika@nvidia.com \
--cc=thomas@monjalon.net \
/path/to/YOUR_REPLY
https://kernel.org/pub/software/scm/git/docs/git-send-email.html
* If your mail client supports setting the In-Reply-To header
via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line
before the message body.
This is a public inbox, see mirroring instructions
for how to clone and mirror all data and code used for this inbox;
as well as URLs for NNTP newsgroup(s).