commit | dbf82f3fac9d7cde572b08bde94d8aa117f92ac9 | [log] [tgz] |
---|---|---|
author | Tom Parkin <tparkin@katalix.com> | Wed Jul 22 17:32:11 2020 +0100 |
committer | David S. Miller <davem@davemloft.net> | Wed Jul 22 18:08:39 2020 -0700 |
tree | e59aeaffb4911ffc7fb70c816244d6422dcd80dd | |
parent | bef04d162c52bd7e0b98ba5ee3f904e6556c6551 [diff] |
l2tp: prefer using BIT macro Use BIT(x) rather than (1<<x), reported by checkpatch.pl. Signed-off-by: Tom Parkin <tparkin@katalix.com> Signed-off-by: David S. Miller <davem@davemloft.net>