summaryrefslogtreecommitdiff
path: root/net/xfrm
diff options
context:
space:
mode:
authorLeonard Crestez <cdleonard@gmail.com>2021-11-04 01:17:51 +0300
committerDavid S. Miller <davem@davemloft.net>2021-11-04 14:26:15 +0300
commit3b65abb8d8a650e50ff5448ac38992ef8a74c584 (patch)
treea985ffe29cd47ccb1e2433968a488e66adfe6a2c /net/xfrm
parenta985442fdecb59504e3a2f1cfdd3c53af017ea5b (diff)
downloadlinux-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