https://bugs.freebsd.org/bugzilla/show_bug.cgi?id=230571
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: [email protected]
Reporter: [email protected]
Source code is
scctx->isc_tx_csum_flags = CSUM_TCP | CSUM_UDP | CSUM_TSO |
CSUM_IP6_TCP \
| CSUM_IP6_UDP | CSUM_IP6_TCP;
Maybe better code
scctx->isc_tx_csum_flags = CSUM_TCP | CSUM_UDP | CSUM_TSO |
CSUM_IP6_TCP \
| CSUM_IP6_UDP | CSUM_IP6_TSO;
--
You are receiving this mail because:
You are the assignee for the bug.
_______________________________________________
[email protected] mailing list
https://lists.freebsd.org/mailman/listinfo/freebsd-bugs
To unsubscribe, send any mail to "[email protected]"