diff options
author | Leonard Crestez <cdleonard@gmail.com> | 2021-11-04 01:17:51 +0300 |
---|---|---|
committer | David S. Miller <davem@davemloft.net> | 2021-11-04 14:26:15 +0300 |
commit | 3b65abb8d8a650e50ff5448ac38992ef8a74c584 (patch) | |
tree | a985ffe29cd47ccb1e2433968a488e66adfe6a2c /net/xfrm | |
parent | a985442fdecb59504e3a2f1cfdd3c53af017ea5b (diff) | |
download | linux-3b65abb8d8a650e50ff5448ac38992ef8a74c584.tar.xz |
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/xfrm')
0 files changed, 0 insertions, 0 deletions