Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 12 Aug 2018 20:24:05 +0000
From:      bugzilla-noreply@freebsd.org
To:        bugs@FreeBSD.org
Subject:   [Bug 230571] src/sys/dev/e1000/if_em.c:796]: (style) Same expression on both sides of '|'
Message-ID:  <bug-230571-227@https.bugs.freebsd.org/bugzilla/>

next in thread | raw e-mail | index | archive | help
https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=3D230571

            Bug ID: 230571
           Summary: src/sys/dev/e1000/if_em.c:796]: (style) Same
                    expression on both sides of '|'
           Product: Base System
           Version: CURRENT
          Hardware: Any
                OS: Any
            Status: New
          Severity: Affects Only Me
          Priority: ---
         Component: kern
          Assignee: bugs@FreeBSD.org
          Reporter: dcb314@hotmail.com

Source code is

                scctx->isc_tx_csum_flags =3D CSUM_TCP | CSUM_UDP | CSUM_TSO=
 |
CSUM_IP6_TCP \
                        | CSUM_IP6_UDP | CSUM_IP6_TCP;

Maybe better code

                scctx->isc_tx_csum_flags =3D CSUM_TCP | CSUM_UDP | CSUM_TSO=
 |
CSUM_IP6_TCP \
                        | CSUM_IP6_UDP | CSUM_IP6_TSO;

--=20
You are receiving this mail because:
You are the assignee for the bug.=



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?bug-230571-227>