diff options
author | Leonard Crestez <cdleonard@gmail.com> | 2021-11-04 00:17:51 +0200 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-11-04 11:26:15 +0000 |
commit | 3b65abb8d8a650e50ff5448ac38992ef8a74c584 (patch) | |
tree | a985ffe29cd47ccb1e2433968a488e66adfe6a2c /net/sched | |
parent | a985442fdecb59504e3a2f1cfdd3c53af017ea5b (diff) | |
download | linux-3b65abb8d8a650e50ff5448ac38992ef8a74c584.tar.bz2 |
tcp: Use BIT() for OPTION_* constants
Extending these flags using the existing (1 << x) pattern triggers
complaints from checkpatch. Instead of ignoring checkpatch modify the
existing values to use BIT(x) style in a separate commit.
Signed-off-by: Leonard Crestez <cdleonard@gmail.com>
Reviewed-by: Eric Dumazet <edumazet@google.com>
Signed-off-by: David S. Miller <davem@davemloft.net>
Diffstat (limited to 'net/sched')
0 files changed, 0 insertions, 0 deletions