diff options
author | Roman Mashak <mrv@mojatatu.com> | 2018-06-27 13:33:35 -0400 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2018-06-28 22:12:03 +0900 |
commit | 430527415398cf7e741f5e2f11324a8df9093327 (patch) | |
tree | d7cbc62cc51d27c8c85260fe7c232fcf0787c79a /Makefile | |
parent | 95b0d2dc13c7e7ea51675836680732e8c16e378a (diff) | |
download | linux-stable-430527415398cf7e741f5e2f11324a8df9093327.tar.gz linux-stable-430527415398cf7e741f5e2f11324a8df9093327.tar.bz2 linux-stable-430527415398cf7e741f5e2f11324a8df9093327.zip |
net sched actions: avoid bitwise operation on signed value in pedit
Since char can be unsigned or signed, and bitwise operators may have
implementation-dependent results when performed on signed operands,
declare 'u8 *' operand instead.
Suggested-by: Davide Caratti <dcaratti@redhat.com>
Signed-off-by: Roman Mashak <mrv@mojatatu.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'Makefile')
0 files changed, 0 insertions, 0 deletions