commit | 6c0ec37b82834630cfe99ef42690beef18d2b400 | [log] [tgz] |
---|---|---|
author | Tom Parkin <tparkin@katalix.com> | Thu Jul 23 12:29:51 2020 +0100 |
committer | David S. Miller <davem@davemloft.net> | Thu Jul 23 11:54:40 2020 -0700 |
tree | 5a02f9fea00ec1db370d6226e137ce3427a6e029 | |
parent | 0febc7b3cd17bd2323a036356c2ae6514acf9010 [diff] |
l2tp: cleanup unnecessary braces in if statements These checks are all simple and don't benefit from extra braces to clarify intent. Remove them for easier-reading code. Signed-off-by: Tom Parkin <tparkin@katalix.com> Signed-off-by: David S. Miller <davem@davemloft.net>