summaryrefslogtreecommitdiffstats
path: root/net/bridge/netfilter/ebt_stp.c
diff options
context:
space:
mode:
authorIan Morris2015-10-26 10:10:40 +0100
committerPablo Neira Ayuso2015-11-23 17:54:39 +0100
commit052a4bc49de9f959682140a200e7bcff98ca2cdf (patch)
tree1f11f6081315675faceda927a04d5097cdadfa83 /net/bridge/netfilter/ebt_stp.c
parentnetfilter: fix include files for compilation (diff)
downloadkernel-qcow2-linux-052a4bc49de9f959682140a200e7bcff98ca2cdf.tar.gz
kernel-qcow2-linux-052a4bc49de9f959682140a200e7bcff98ca2cdf.tar.xz
kernel-qcow2-linux-052a4bc49de9f959682140a200e7bcff98ca2cdf.zip
netfilter-bridge: Cleanse indentation
Fixes a bunch of issues detected by checkpatch with regards to code indentation. No changes detected by objdiff. Signed-off-by: Ian Morris <ipm@chirality.org.uk> Signed-off-by: Pablo Neira Ayuso <pablo@netfilter.org>
Diffstat (limited to 'net/bridge/netfilter/ebt_stp.c')
-rw-r--r--net/bridge/netfilter/ebt_stp.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/net/bridge/netfilter/ebt_stp.c b/net/bridge/netfilter/ebt_stp.c
index 0c40570069ba..6b731e12ecfa 100644
--- a/net/bridge/netfilter/ebt_stp.c
+++ b/net/bridge/netfilter/ebt_stp.c
@@ -41,7 +41,7 @@ struct stp_config_pdu {
#define NR32(p) ((p[0] << 24) | (p[1] << 16) | (p[2] << 8) | p[3])
static bool ebt_filter_config(const struct ebt_stp_info *info,
- const struct stp_config_pdu *stpc)
+ const struct stp_config_pdu *stpc)
{
const struct ebt_stp_config_info *c;
uint16_t v16;