commit | b71a61ccfebb4ff733d2d9fc66cd5c75b7ae46a2 | [log] [tgz] |
---|---|---|
author | Tom Parkin <tparkin@katalix.com> | Wed Jul 22 17:32:05 2020 +0100 |
committer | David S. Miller <davem@davemloft.net> | Wed Jul 22 18:08:39 2020 -0700 |
tree | 3ff36708660e2921d2e01e72d1d1a7346a141306 | |
parent | 637989b5d77e954007aecaf6cadc7badc6ab94fb [diff] |
l2tp: cleanup whitespace use Fix up various whitespace issues as reported by checkpatch.pl: * remove spaces around operators where appropriate, * add missing blank lines following declarations, * remove multiple blank lines, or trailing blank lines at the end of functions. Signed-off-by: Tom Parkin <tparkin@katalix.com> Signed-off-by: David S. Miller <davem@davemloft.net>