]> www.infradead.org Git - users/jedix/linux-maple.git/commit
net: pktgen: fix code style (WARNING: Block comments)
authorPeter Seiderer <ps.report@gmx.net>
Thu, 10 Apr 2025 07:17:43 +0000 (09:17 +0200)
committerJakub Kicinski <kuba@kernel.org>
Mon, 14 Apr 2025 21:51:31 +0000 (14:51 -0700)
commit870b856cb478bc02fffe4d89897e62c692efb09a
tree236b0566beb018bf44bdaa7991e516ae58170542
parent1d8f07bf4aab018692b6288d6a93fe17383a2f47
net: pktgen: fix code style (WARNING: Block comments)

Fix checkpatch code style warnings:

  WARNING: Block comments use a trailing */ on a separate line
  +                                * removal by worker thread */

  WARNING: Block comments use * on subsequent lines
  +       __u8 tos;            /* six MSB of (former) IPv4 TOS
  +                               are for dscp codepoint */

  WARNING: Block comments use a trailing */ on a separate line
  +                               are for dscp codepoint */

  WARNING: Block comments use * on subsequent lines
  +       __u8 traffic_class;  /* ditto for the (former) Traffic Class in IPv6
  +                               (see RFC 3260, sec. 4) */

  WARNING: Block comments use a trailing */ on a separate line
  +                               (see RFC 3260, sec. 4) */

  WARNING: Block comments use * on subsequent lines
  +       /* = {
  +          0x00, 0x80, 0xC8, 0x79, 0xB3, 0xCB,

  WARNING: Block comments use * on subsequent lines
  +       /* Field for thread to receive "posted" events terminate,
  +          stop ifs etc. */

  WARNING: Block comments use a trailing */ on a separate line
  +          stop ifs etc. */

  WARNING: Block comments should align the * on each line
  + * we go look for it ...
  +*/

  WARNING: Block comments use a trailing */ on a separate line
  +        * we resolve the dst issue */

  WARNING: Block comments use a trailing */ on a separate line
  +        * with proc_create_data() */

Signed-off-by: Peter Seiderer <ps.report@gmx.net>
Reviewed-by: Toke Høiland-Jørgensen <toke@redhat.com>
Signed-off-by: Jakub Kicinski <kuba@kernel.org>
net/core/pktgen.c