]> git.proxmox.com Git - mirror_ubuntu-jammy-kernel.git/commit
net: qualcomm: rmnet: rearrange some NOTs
authorAlex Elder <elder@linaro.org>
Sat, 12 Jun 2021 14:37:30 +0000 (09:37 -0500)
committerDavid S. Miller <davem@davemloft.net>
Sat, 12 Jun 2021 20:18:48 +0000 (13:18 -0700)
commitbbd45f10ed0e032b599973d56d5c221266cf2ccf
treec4a5a425c79d16c0e713d0df14440ebcd60fb01c
parent0e6af897fcd9c154c06f239669401c64da52d84e
net: qualcomm: rmnet: rearrange some NOTs

With the ones' complement arithmetic, the sum of two negated values
is equal to the negation of the sum of the two original values [1].
Rearrange the calculation ip6_payload_sum using this property.

[1] https://tools.ietf.org/html/rfc1071

Signed-off-by: Alex Elder <elder@linaro.org>
Signed-off-by: David S. Miller <davem@davemloft.net>
drivers/net/ethernet/qualcomm/rmnet/rmnet_map_data.c